summaryrefslogtreecommitdiff
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
parent08083f43cb8ff6b5d83e998fd96159f717aa181f (diff)
downloadgitlab-ce-ffdb47a2463f0ab42bc02a586df062c1fe73d796.tar.gz
Restore label underline color
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
-rw-r--r--changelogs/unreleased/restore-label-underline-color.yml5
2 files changed, 9 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;
diff --git a/changelogs/unreleased/restore-label-underline-color.yml b/changelogs/unreleased/restore-label-underline-color.yml
new file mode 100644
index 00000000000..2e24ece5c36
--- /dev/null
+++ b/changelogs/unreleased/restore-label-underline-color.yml
@@ -0,0 +1,5 @@
+---
+title: Restore label underline color
+merge_request: 18407
+author: George Tsiolis
+type: fixed