Skip to content

Commit 2077638

Browse files
committed
focus ring added to default theme
1 parent 5dc55aa commit 2077638

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

themes/default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/default.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
.toggle-container {
22
display: inline-block;
3+
4+
&:focus {
5+
outline: none;
6+
box-shadow: 0 0 0 var(--toggle-ring-width, 3px) var(--toggle-ring-color, #10B98130);
7+
}
38
}
49

510
.toggle {

0 commit comments

Comments
 (0)