We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb4ff commit 67af3beCopy full SHA for 67af3be
assets/css/settings.css
@@ -92,6 +92,19 @@
92
background-color: var(--main);
93
}
94
95
+#settings-modal-content .switch-button__checkbox:focus {
96
+ outline: 0;
97
+}
98
+
99
+#settings-modal-content .switch-button__checkbox:focus + .switch-button__bg {
100
+ outline: 2px solid var(--main);
101
+ outline-offset: 2px;
102
103
104
+#settings-modal-content .switch-button__checkbox:focus:not(:focus-visible) + .switch-button__bg {
105
106
107
108
#settings-modal-content .settings-select {
109
cursor: pointer;
110
position: relative;
0 commit comments