vendor/frameworks/twitter/bootstrap/labels-badges.scss in anjlab-bootstrap-rails-2.2.2.1 vs vendor/frameworks/twitter/bootstrap/labels-badges.scss in anjlab-bootstrap-rails-2.3.0.0
- old
+ new
@@ -33,13 +33,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;
}
}