vendor/assets/stylesheets/bootstrap-rtl/_buttons.scss in bootstrap-sass-rtl-2.3.0.1 vs vendor/assets/stylesheets/bootstrap-rtl/_buttons.scss in bootstrap-sass-rtl-2.3.1.0
- old
+ new
@@ -28,10 +28,10 @@
// Hover/focus state
&:hover,
&:focus {
color: $grayDark;
text-decoration: none;
- background-position: 0 -15px;
+ background-position: 100% -15px;
// transition is only when going to hover/focus, otherwise the background
// behind the gradient (there for IE<=9 fallback) gets mismatched
@include transition(background-position .1s linear);
}