vendor/frameworks/twitter/bootstrap/scaffolding.scss in anjlab-bootstrap-rails-2.2.2.1 vs vendor/frameworks/twitter/bootstrap/scaffolding.scss in anjlab-bootstrap-rails-2.3.0.0
- old
+ new
@@ -21,10 +21,11 @@
a {
color: $linkColor;
text-decoration: none;
}
-a:hover {
+a:hover,
+a:focus {
color: $linkColorHover;
text-decoration: underline;
}