diff --git a/source/less/Core/VMM.Slider.less b/source/less/Core/VMM.Slider.less index 7dbc911..fdbf8f5 100644 --- a/source/less/Core/VMM.Slider.less +++ b/source/less/Core/VMM.Slider.less @@ -97,24 +97,12 @@ } } .nav-previous { - .icon { - .icon-previous(); - margin-left: @base-space - 5; - } - } - .nav-next { - .icon { - .icon-next(); - margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5; - } - } - .nav-previous:hover { .icon { .icon-previous-light(); margin-left: @base-space - 5; } } - .nav-next:hover { + .nav-next { .icon { .icon-next-light(); margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5;