From 46d119685d33b5dab8faf1d235ffd5a6a55cdb05 Mon Sep 17 00:00:00 2001 From: kanghyunlee Date: Sun, 10 Aug 2025 15:52:36 +0900 Subject: [PATCH] style: remove revert rule causing unexpected transparency in modal overlays --- src/index.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/index.css b/src/index.css index b5e97ba..4f4b3c7 100644 --- a/src/index.css +++ b/src/index.css @@ -559,16 +559,6 @@ transform: inherit !important; } - /* Preserve backgrounds for containers and modals */ - .fixed:hover, - .modal:hover, - .bg-white:hover, - .bg-gray-800:hover, - .bg-gray-900:hover, - [class*="bg-"]:hover { - background-color: revert !important; - } - /* Force buttons to be immediately clickable */ button, [role="button"], .cursor-pointer { cursor: pointer !important; @@ -746,4 +736,4 @@ background-color: rgb(31 41 55) !important; color: rgb(243 244 246) !important; } -} \ No newline at end of file +}