From e658e719772877baa71227de96265b9f7e1473df Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 13 Jan 2026 11:47:44 +0100 Subject: [PATCH] Remove hover styles from disabled menu items --- app/assets/stylesheets/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 02ae8969e..aecf71756 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -123,6 +123,10 @@ } } + &:has(.popup__btn[disabled]) { + pointer-events: none; + } + .checked { display: none; }