Skip to content

Commit

Permalink
* base: prevent hover effect on link.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 22, 2023
1 parent b44ee67 commit 21dd6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/base/src/link.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
a {@apply -text-link;}
a:hover {@apply -text-link-hover;}
a:focus-visible {@apply -outline-focus -outline-offset-2 -outline-2}
a,a.disabled:hover {@apply -text-link;}
a:hover {@apply -text-link-hover;}
a:focus-visible {@apply -outline-focus -outline-offset-2 -outline-2}

0 comments on commit 21dd6c2

Please sign in to comment.