From e658e719772877baa71227de96265b9f7e1473df Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 13 Jan 2026 11:47:44 +0100 Subject: [PATCH 1/2] 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; } From 671ce573c8b2e0fd0f61c04791c7f7071ab00db5 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 13 Jan 2026 11:48:04 +0100 Subject: [PATCH 2/2] Remove whitespace --- app/assets/stylesheets/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index aecf71756..bfbefc87a 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -159,7 +159,7 @@ max-inline-size: 100%; padding: var(--inline-space-half) var(--popup-item-padding-inline); text-align: start; - + &:focus-visible { z-index: 1; }