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 4b2006b commit 77baac1Copy full SHA for 77baac1
packages/item/src/styles/vaadin-item-base-styles.js
@@ -26,6 +26,7 @@ export const itemStyles = css`
26
:host([disabled]) {
27
cursor: var(--vaadin-disabled-cursor);
28
opacity: 0.5;
29
+ pointer-events: none;
30
}
31
32
:host([hidden]) {
0 commit comments