Skip to content

Commit 8d8302b

Browse files
authored
fix: add missing opened styles to ported combo-box CSS (#9358)
1 parent 26205f4 commit 8d8302b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vaadin-lumo-styles/src/components/combo-box.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Copyright (c) 2017 - 2025 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
6+
:host([opened]) {
7+
pointer-events: auto;
8+
}
9+
610
[part='toggle-button']::before {
711
content: var(--lumo-icons-dropdown);
812
}

0 commit comments

Comments
 (0)