mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 11:16:39 +08:00
fix(tags): clickable tag labels have underline (#3737)
This commit is contained in:
parent
906b0fb633
commit
ea7b270f47
|
@ -7,6 +7,7 @@
|
|||
background: var(--tag-bg);
|
||||
color: var(--tag-color);
|
||||
text-transform: none;
|
||||
text-decoration: none !important;
|
||||
vertical-align: bottom;
|
||||
|
||||
&.untagged {
|
||||
|
|
Loading…
Reference in New Issue
Block a user