From 25a9ab399e0c3c21d28d25d428871d7ed8a3719a Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 9 Jun 2023 12:33:24 -0500 Subject: [PATCH] popups: Fix menuitems checkbox styling --- theme/parts/popups.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 5dce350..95e8370 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -27,6 +27,10 @@ menulist { margin: 0 !important; } +menuitem:is([type="checkbox"], [checked="true"]) .menu-iconic-icon, +menuitem[type="radio"] .menu-iconic-icon { + appearance: none !important; +} menuitem:not(.menuitem-iconic) { padding-right: 18px !important; }