A11Y: Improve group box hover highlight on dark schemes (#17895)

This commit is contained in:
Penar Musaraj 2022-08-14 21:36:28 -04:00 committed by GitHub
parent 10230f72f6
commit 3fd929534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
&:hover {
box-shadow: shadow("card");
border-color: var(--primary-low-mid-or-secondary-high);
}
}