Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 5bebc00

Browse files
style(list): Adds minimal styles for focus ring structure
PiperOrigin-RevId: 623942268
1 parent 68edc03 commit 5bebc00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/mdc-list/_mixins.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
}
103103
}
104104

105+
// Always remove the focus ring element from flexbox layout; even if it's
106+
// not visible initially.
107+
.mdc-deprecated-list-item__focus-ring {
108+
@include feature-targeting.targets($feat-structure) {
109+
position: absolute;
110+
}
111+
}
112+
105113
.mdc-deprecated-list-item {
106114
@include feature-targeting.targets($feat-structure) {
107115
@include deprecated-item-base_;

0 commit comments

Comments
 (0)