]> source.dussan.org Git - sonarqube.git/commitdiff
Fix small issue with top nav focus item
authorStas Vilchik <vilchiks@gmail.com>
Wed, 9 Apr 2014 09:43:19 +0000 (15:43 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 9 Apr 2014 09:43:19 +0000 (15:43 +0600)
sonar-server/src/main/less/layout.less

index 0accd3340819efd700916e9062db5bac70f0955e..a26b99563e22a0fe4868af63df5d4820006dd06e 100644 (file)
@@ -66,10 +66,16 @@ body, a {
   text-decoration: none;
 
   &:focus, &:hover { text-decoration: underline; }
+
   &.selected { color: #4B9FD5; }
-  &.with-icon:hover {
-    text-decoration: none;
-    span { text-decoration: underline; }
+
+  &.with-icon {
+
+    &:hover, &:focus {
+      text-decoration: none;
+      span { text-decoration: underline; }
+    }
+
   }
 }