monitoring: Change hover color for links w/ border-bottom
This commit is contained in:
parent
66926a7a93
commit
27f2d485f5
|
@ -424,7 +424,7 @@ div.pluginoutput {
|
|||
border-bottom: 1px @gray-light dotted;
|
||||
|
||||
&:hover {
|
||||
border-bottom: 1px @gray-light solid;
|
||||
border-bottom: 1px @text-color solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue