From e5f295e893afdfb98cb5f215620a7c48a9132525 Mon Sep 17 00:00:00 2001 From: Luke Rague Date: Tue, 24 Mar 2015 17:28:02 +0000 Subject: [PATCH] well this is an embarassing repeat --- source/less/Core/VMM.Slider.less | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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;