From bbc06e64edda00237e65f774e3a41181d184e48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Fabrycki?= Date: Wed, 12 Feb 2025 19:53:31 +0100 Subject: [PATCH] fix(react.dev): Removed `&hover` Co-authored-by: mxgic1337_ <60188749+mxgic1337@users.noreply.github.com> --- styles/react.dev/catppuccin.user.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/react.dev/catppuccin.user.less b/styles/react.dev/catppuccin.user.less index 3d3985dfda..7878fc94c5 100644 --- a/styles/react.dev/catppuccin.user.less +++ b/styles/react.dev/catppuccin.user.less @@ -213,9 +213,7 @@ } .hover\:border-gray-10:hover { - &:hover { - border-color: @accent; - } + border-color: @accent; } .border-gray-300, .bg-gray-90 {