Restore label underline color

This commit is contained in:
George Tsiolis 2018-04-16 21:59:04 +03:00
parent 08083f43cb
commit ffdb47a246
2 changed files with 9 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
title: Restore label underline color
merge_request: 18407
author: George Tsiolis
type: fixed