vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-2.2.1 vs vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-2.2.3
- old
+ new
@@ -21,10 +21,11 @@
a {
color: @linkColor;
text-decoration: none;
}
-a:hover {
+a:hover,
+a:focus {
color: @linkColorHover;
text-decoration: underline;
}