From efa0a5620733a4aeb499c783722cf8d6b076ae8f Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 13 Aug 2025 13:40:08 -0500 Subject: [PATCH] Show notification X on card hover --- app/assets/stylesheets/cards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index bcd8e8e2a..063f131d9 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -459,7 +459,7 @@ } @media (hover: hover) { - &:hover { + .card:hover & { --btn-background: transparent; &:before { opacity: 0; }