Skip to content

Commit

Permalink
fix(react.dev): Removed &hover
Browse files Browse the repository at this point in the history
Co-authored-by: mxgic1337_ <60188749+mxgic1337@users.noreply.github.com>
  • Loading branch information
RaiderHCPlay and mxgic1337 authored Feb 12, 2025
1 parent ae29268 commit bbc06e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions styles/react.dev/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,7 @@
}

.hover\:border-gray-10:hover {
&:hover {
border-color: @accent;
}
border-color: @accent;
}

.border-gray-300, .bg-gray-90 {
Expand Down

0 comments on commit bbc06e6

Please sign in to comment.