assets/stylesheets/bootstrap/mixins/_buttons.scss in bootswatch-sass-3.3.5 vs assets/stylesheets/bootstrap/mixins/_buttons.scss in bootswatch-sass-3.3.6.1
- old
+ new
@@ -40,15 +40,12 @@
background-image: none;
}
&.disabled,
&[disabled],
fieldset[disabled] & {
- &,
&:hover,
&:focus,
- &.focus,
- &:active,
- &.active {
+ &.focus {
background-color: $background;
border-color: $border;
}
}