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 fead293 commit b77d37aCopy full SHA for b77d37a
src/material/list/_list-inherited-structure.scss
@@ -92,6 +92,20 @@
92
margin-top: 16px;
93
}
94
95
+
96
+ // Not used in Material, but some internal tests seem to depend on it.
97
+ &.mdc-list-item--selected::before,
98
+ &.mdc-list-item--selected:focus::before,
99
+ &:not(.mdc-list-item--selected):focus::before {
100
+ position: absolute;
101
+ box-sizing: border-box;
102
+ width: 100%;
103
+ height: 100%;
104
+ top: 0;
105
+ left: 0;
106
+ content: '';
107
+ pointer-events: none;
108
+ }
109
110
111
a.mdc-list-item {
0 commit comments