From c4c17e20ab228b8ac799060813836213e857c85c Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Sat, 4 May 2024 18:07:14 +0300 Subject: [PATCH] Fix issue with html item not hiding on search --- src/styles/popover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/popover.css b/src/styles/popover.css index bbf3b1dc..c24a3db2 100644 --- a/src/styles/popover.css +++ b/src/styles/popover.css @@ -198,7 +198,7 @@ } } - .ce-popover-item-custom { + .ce-popover-item-html { &--hidden { display: none; }