We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26205f4 commit 8d8302bCopy full SHA for 8d8302b
packages/vaadin-lumo-styles/src/components/combo-box.css
@@ -3,6 +3,10 @@
3
* Copyright (c) 2017 - 2025 Vaadin Ltd.
4
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
*/
6
+:host([opened]) {
7
+ pointer-events: auto;
8
+}
9
+
10
[part='toggle-button']::before {
11
content: var(--lumo-icons-dropdown);
12
}
0 commit comments