Commit a5ab829
fix(material/select): remove focus outline on panel (#21005)
The panel has a focus outline since it has `tabindex="-1"`. We generally don't keep
focus on it so the outline isn't shown, but it can happen if the user clicks on the
scroll bar. These changes remove the outline.
(cherry picked from commit 44b7e1a)1 parent 36cb325 commit a5ab829
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments