1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

fix(tags): clickable tag labels have underline (#3737)

This commit is contained in:
Robert Korulczyk
2023-02-21 14:09:37 +01:00
committed by GitHub
parent 906b0fb633
commit ea7b270f47

View File

@@ -7,6 +7,7 @@
background: var(--tag-bg);
color: var(--tag-color);
text-transform: none;
text-decoration: none !important;
vertical-align: bottom;
&.untagged {