From 10d27b8f68e09ddcfdb239639779af59bd310731 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 26 Aug 2024 08:20:46 -0400 Subject: [PATCH] Revert "No menu background when not hovered on MacOS (#4619)" This reverts commit e6c9d912f11f23f7305bd1dc509220be361f319c. https://github.com/zotero/zotero/pull/4619#issuecomment-2310063530 --- scss/mac/_menupopup.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scss/mac/_menupopup.scss b/scss/mac/_menupopup.scss index 7125513ef1..6ff143ee50 100644 --- a/scss/mac/_menupopup.scss +++ b/scss/mac/_menupopup.scss @@ -34,15 +34,6 @@ menupopup { } } - &:not(:hover) { - menu, menuitem { - &[_moz-menuactive] { - background: transparent; - color: inherit; - } - } - } - menulist > &, &[needsgutter] { menu, menuitem {