Skip to content

Commit 77baac1

Browse files
authored
fix: add missing pointer-events: none to disabled item base styles (#10413)
1 parent 4b2006b commit 77baac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/item/src/styles/vaadin-item-base-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const itemStyles = css`
2626
:host([disabled]) {
2727
cursor: var(--vaadin-disabled-cursor);
2828
opacity: 0.5;
29+
pointer-events: none;
2930
}
3031
3132
:host([hidden]) {

0 commit comments

Comments
 (0)