mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
tweak(dashboard): show focus on svelecte dropdowns
This commit is contained in:
parent
dc7b1a4291
commit
5cd6ccf99c
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue