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 706bcf2 commit 7cf8f5fCopy full SHA for 7cf8f5f
src/dev-app/common-classes.css
@@ -60,8 +60,8 @@
60
border-radius: var(--mat-sys-corner-extra-small);
61
}
62
63
-[aria-disabled='true']:focus-within,
64
-[aria-activedescendant]:focus-within {
+.example-listbox[aria-disabled='true']:focus-within,
+.example-listbox[aria-activedescendant]:focus-within {
65
outline: var(--mat-sys-primary) solid 1px;
66
67
0 commit comments