aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/less/layout.less12
1 files changed, 9 insertions, 3 deletions
diff --git a/sonar-server/src/main/less/layout.less b/sonar-server/src/main/less/layout.less
index 0accd334081..a26b99563e2 100644
--- a/sonar-server/src/main/less/layout.less
+++ b/sonar-server/src/main/less/layout.less
@@ -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; }
+ }
+
}
}