aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/scaffolding.less18
1 files changed, 10 insertions, 8 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 3a6ed3d99..7f6d3bf3a 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -54,14 +54,16 @@ textarea {
a {
color: @link-color;
text-decoration: none;
-}
-a:hover,
-a:focus {
- color: @link-hover-color;
- text-decoration: underline;
-}
-a:focus {
- .tab-focus();
+
+ &:hover,
+ &:focus {
+ color: @link-hover-color;
+ text-decoration: underline;
+ }
+
+ &:focus {
+ .tab-focus();
+ }
}