fix underlining style for notification header links
This commit is contained in:
parent
927d6632c1
commit
9bb512e8fe
|
@ -77,6 +77,11 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border-bottom: 1px dotted $link-color;
|
border-bottom: 1px dotted $link-color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px solid $link-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue