From 5365c1739ee09b3e75c1ded936d715d937bb9770 Mon Sep 17 00:00:00 2001 From: Botzy Date: Tue, 11 Mar 2025 19:43:04 +0200 Subject: [PATCH] fix(MultiselectMenu): keep background color when state is open --- src/components/MultiselectMenu/MultiselectMenu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MultiselectMenu/MultiselectMenu.less b/src/components/MultiselectMenu/MultiselectMenu.less index b09a0d916..88ae83d1b 100644 --- a/src/components/MultiselectMenu/MultiselectMenu.less +++ b/src/components/MultiselectMenu/MultiselectMenu.less @@ -34,7 +34,7 @@ } } - &:hover { + &:hover, .open { background-color: var(--overlay-color); } } \ No newline at end of file