mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Enhanced switch A11Y
> > Co-authored-by: Minybol <aimabol@skiff.com>
This commit is contained in:
parent
70ee2b9258
commit
1c06b84011
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ function toggle(x) {
|
|||
transition: inherit;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
outline: solid 2.5px var(--swutchOffFg);
|
||||
|
||||
> .knob {
|
||||
position: absolute;
|
||||
|
@ -124,6 +125,7 @@ function toggle(x) {
|
|||
> input:checked ~ .button {
|
||||
background-color: var(--swutchOnBg) !important;
|
||||
border-color: var(--swutchOnBg) !important;
|
||||
outline: solid 2.5px var(--swutchOnFg);
|
||||
|
||||
> .knob {
|
||||
left: 12px;
|
||||
|
|
Loading…
Reference in a new issue