From bde4732bcb41d8bbb5359e850d8fb023a28d7c49 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 22 Nov 2023 11:00:02 -0500 Subject: [PATCH] popups: Fix icon menu icon size --- theme/parts/popups.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 8a03cf4..af1ad52 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -48,6 +48,10 @@ menuitem[disabled="true"]:hover, menupopup menu[disabled="true"]:hover { background: transparent !important; } +.menu-iconic-icon { + padding: 0 !important; +} + /* Adjust popovers position */ panel[type=arrow] { margin-top: 8px !important;