vendor/assets/stylesheets/twitter/bootstrap/_labels-badges.scss in bootstrap-sass-rails-2.2.2.1 vs vendor/assets/stylesheets/twitter/bootstrap/_labels-badges.scss in bootstrap-sass-rails-2.3.0.0

- old
+ new

@@ -34,13 +34,15 @@ &:empty { display: none; } } -// Hover state, but only for links +// Hover/focus state, but only for links a { &.label:hover, - &.badge:hover { + &.label:focus, + &.badge:hover, + &.badge:focus { color: $white; text-decoration: none; cursor: pointer; } }