Browse Source

well this is an embarassing repeat

pull/781/head
Luke Rague 10 years ago
parent
commit
e5f295e893
  1. 14
      source/less/Core/VMM.Slider.less

14
source/less/Core/VMM.Slider.less

@ -97,24 +97,12 @@
} }
} }
.nav-previous { .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 {
.icon-previous-light(); .icon-previous-light();
margin-left: @base-space - 5; margin-left: @base-space - 5;
} }
} }
.nav-next:hover { .nav-next {
.icon { .icon {
.icon-next-light(); .icon-next-light();
margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5; margin-left: @feature-nav-width - @base-space - @feature-nav-icon-wh + 5;

Loading…
Cancel
Save