tweak(dashboard): show focus on svelecte dropdowns
This commit is contained in:
parent
dc7b1a4291
commit
5cd6ccf99c
@ -113,6 +113,11 @@ code {
|
|||||||
background-color: var(--bs-body-bg) !important;
|
background-color: var(--bs-body-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sv-dd-item-active {
|
||||||
|
outline: 5px auto Highlight;
|
||||||
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
|
}
|
||||||
|
|
||||||
.sv-dropdown {
|
.sv-dropdown {
|
||||||
position: static !important;
|
position: static !important;
|
||||||
border: 1px solid rgba(128, 128, 128, 0.3) !important;
|
border: 1px solid rgba(128, 128, 128, 0.3) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user