Skip to content

Commit

Permalink
Don't show underline for links with .btn class (saadeghi#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman authored Sep 16, 2022
1 parent e3e4d41 commit 662311c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/styled/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/* default btn */
& {
@apply border-neutral bg-neutral text-neutral-content;
@apply border-neutral bg-neutral text-neutral-content no-underline;
&:hover,
&-active {
@apply border-neutral-focus bg-neutral-focus;
Expand Down Expand Up @@ -122,7 +122,7 @@
}
}
&-link {
@apply border-transparent bg-transparent text-primary;
@apply border-transparent bg-transparent text-primary underline;
&:hover,
&.btn-active {
@apply border-transparent bg-transparent underline;
Expand Down

0 comments on commit 662311c

Please sign in to comment.