Skip to content

Commit

Permalink
fix(tags): clickable tag labels have underline (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 authored Feb 21, 2023
1 parent 9d0bf72 commit bd0dee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/common/TagLabel.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background: var(--tag-bg);
color: var(--tag-color);
text-transform: none;
text-decoration: none !important;
vertical-align: bottom;

&.untagged {
Expand Down

0 comments on commit bd0dee4

Please sign in to comment.