summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-16 21:59:04 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-16 22:08:51 +0300
commitffdb47a2463f0ab42bc02a586df062c1fe73d796 (patch)
treee88655d5703b51b80ed1fbcecd6809f928a1c439 /app/assets/stylesheets/pages/labels.scss
parent08083f43cb8ff6b5d83e998fd96159f717aa181f (diff)
downloadgitlab-ce-ffdb47a2463f0ab42bc02a586df062c1fe73d796.tar.gz
Restore label underline color
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index b0852adb459..d81236c5883 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -314,6 +314,10 @@
display: inline-flex;
vertical-align: top;
+ &:hover .color-label {
+ text-decoration: underline;
+ }
+
.label {
vertical-align: inherit;
font-size: $label-font-size;