Skip to content

Commit

Permalink
* utilities: add helper class hover:opacity-0.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Sep 6, 2024
1 parent e44ffe7 commit b3d77dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/utilities/src/interactivity/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
.group.active .group-active\:opacity-100,
.active\:opacity-100.active {@apply -opacity-100;}

.group:hover .group-hover\:opacity-0,
.hover\:opacity-0:hover,
.group:active .group-active\:opacity-0,
.active\:opacity-0:active,
.group.active .group-active\:opacity-0,
.active\:opacity-0.active {@apply -opacity-0;}

.group:hover .group-hover\:text-primary,
.hover\:text-primary:hover,
.group:active .group-active\:text-primary,
Expand Down

0 comments on commit b3d77dd

Please sign in to comment.