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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {