Skip to content

Commit

Permalink
💄 (grapher) add focus state to labelled switch
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Feb 1, 2024
1 parent 78da5a8 commit 36d59a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ $lato: $sans-serif-font-stack;
}
}

input:focus-visible + .outer {
outline: 2px solid $controls-color;
}

input:checked + .outer {
background: $active-fill;
.inner {
Expand Down

0 comments on commit 36d59a1

Please sign in to comment.