Commit 938ee84c authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'restore-label-underline-color' into 'master'

Restore label underline color

Closes #44177

See merge request gitlab-org/gitlab-ce!18407
parents a5ffb012 ffdb47a2
......@@ -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;
......
---
title: Restore label underline color
merge_request: 18407
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment