vendor/assets/stylesheets/bootstrap/_mixins.scss in bootstrap-sass-2.3.0.0 vs vendor/assets/stylesheets/bootstrap/_mixins.scss in bootstrap-sass-2.3.0.1

- old
+ new

@@ -242,11 +242,11 @@ @include border-top-left-radius($radius); @include border-bottom-left-radius($radius); } // Drop shadows -@mixin box-shadow($shadow...) { +@mixin box-shadow($shadow...) { -webkit-box-shadow: $shadow; -moz-box-shadow: $shadow; box-shadow: $shadow; } @@ -497,10 +497,10 @@ @include gradientBar($startColor, $endColor, $textColor, $textShadow); *background-color: $endColor; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ @include reset-filter(); // in these cases the gradient won't cover the background, so we override - &:hover, &:active, &.active, &.disabled, &[disabled] { + &:hover, &:focus, &:active, &.active, &.disabled, &[disabled] { color: $textColor; background-color: $endColor; *background-color: darken($endColor, 5%); }