Skip to content

Commit

Permalink
fix(btn): prevent <a> styles from overriding btn styles
Browse files Browse the repository at this point in the history
Addresses #1234 (comment)
h/t @balpha
  • Loading branch information
dancormier committed Jan 23, 2023
1 parent 02d9945 commit 1ccc43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/css/components/link.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a,
a:not(.s-btn),
.s-link {
--_li-fc: var(--theme-link-color);
--_li-fc-hover: var(--theme-link-color-hover);
Expand Down

0 comments on commit 1ccc43f

Please sign in to comment.