mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 00:03:37 +08:00
Make sure links never have an underline
This commit is contained in:
parent
7d67098374
commit
3441002a5b
|
@ -257,7 +257,7 @@
|
|||
border-bottom: 1px solid @fl-body-secondary-color;
|
||||
font-weight: 600;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus, &:active {
|
||||
text-decoration: none;
|
||||
border-color: @link-hover-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user