1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-09-12 04:51:55 +03:00

A11y: Updated other dropdown menus with correct tagging

Made some form improvements at the same time.
This commit is contained in:
Dan Brown
2025-08-07 16:37:18 +01:00
parent c66f3b2a37
commit 0bc9ddd780
13 changed files with 80 additions and 44 deletions

View File

@@ -232,13 +232,15 @@ $loadingSize: 10px;
.list-sort-label {
font-weight: bold;
display: inline-block;
}
.list-sort-label, .list-sort-toggle {
@include mixins.lightDark(color, #555, #888);
}
.list-sort-type {
text-align: start;
}
.list-sort-type, .list-sort-dir {
padding: vars.$xs vars.$s;
.list-sort-toggle, .list-sort-dir {
padding: (vars.$xs + 2) vars.$s;
cursor: pointer;
}
.list-sort-dir {
@@ -252,6 +254,11 @@ $loadingSize: 10px;
transform: rotate(180deg);
}
}
.list-sort-toggle {
display: block;
width: 100%;
text-align: start;
}
}
.import-item {