defaults.less: fix missing link hover underline

This commit is contained in:
Thomas Gelf 2015-06-18 16:38:46 +02:00
parent fb6de819ed
commit 80802dbda2
1 changed files with 1 additions and 1 deletions
public/css/icinga

View File

@ -72,7 +72,7 @@ a {
@colorMainLink;
text-decoration: none;
:hover {
&:hover {
text-decoration: underline;
}
}