1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

A11y: make expandable box headers actual buttons, expose state with aria-expanded

Closes https://github.com/bitwarden/browser/issues/1983
This commit is contained in:
Patrick H. Lauke
2021-12-19 17:26:57 +00:00
parent eef979fdba
commit c733f2def6
3 changed files with 28 additions and 17 deletions

View File

@@ -20,9 +20,12 @@
}
.box-header-expandable {
margin: 0 10px 5px 10px;
padding: 0 10px;
margin-bottom: 5px;
text-transform: uppercase;
display: flex;
width: 100%;
box-sizing: border-box;
@include themify($themes) {
color: themed('headingColor');