1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PS-1181] Desktop: Accessibility - ARIA/structure fixes (#2689)

* Fix incorrect h2/button nesting, wrap expand/collapse controls around their text and remove unnecessary `appA11yTitle`s, expand `appA11yTitle` where needed to give more context, fix broken `aria-pressed` attributes, tweak styling

* Remove orphaned jslibs
This commit is contained in:
Patrick H. Lauke
2022-07-27 21:22:45 +01:00
committed by GitHub
parent 12bca0a597
commit 76b1798e23
6 changed files with 92 additions and 78 deletions

View File

@@ -72,20 +72,17 @@
&.active {
.filter-button {
h2 {
@include themify($themes) {
color: themed("primaryColor");
}
font-weight: bold;
@include themify($themes) {
color: themed("primaryColor");
}
}
}
.filter-button {
&:hover {
h2 {
@include themify($themes) {
color: themed("primaryColor");
}
@include themify($themes) {
color: themed("primaryColor");
}
}
}