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