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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user