Skip to content

Commit 0c6b4be

Browse files
authored
fix(material/list): hover indication blocking interactions (#26016)
Fixes that the overlay we use for focus/hover events was blocking users from interacting with the list item content. Fixes #26011.
1 parent c9b1b42 commit 0c6b4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/list/list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ a.mdc-list-item--activated {
6161
@include layout-common.fill();
6262
content: '';
6363
opacity: 0;
64+
pointer-events: none;
6465
}
6566

6667
// MDC always sets the cursor to `pointer`. We do not want to show this for non-interactive

0 commit comments

Comments
 (0)