Skip to content

Commit f5aff35

Browse files
crisbetoadolgachev
authored andcommitted
build: fix leaking styles from aria (angular#32103)
Fixes that some styles from the Aria classes were leaking into the non-Aria components.
1 parent 7c24fa8 commit f5aff35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev-app/common-classes.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
border-radius: var(--mat-sys-corner-extra-small);
6161
}
6262

63-
[aria-disabled='true']:focus-within,
64-
[aria-activedescendant]:focus-within {
63+
.example-listbox[aria-disabled='true']:focus-within,
64+
.example-listbox[aria-activedescendant]:focus-within {
6565
outline: var(--mat-sys-primary) solid 1px;
6666
}
6767

0 commit comments

Comments
 (0)