File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.preferences {
4
4
width : 100% ;
5
- width : #{math .div (640 , $base-font-size )} rem;
5
+ width : #{math .div (720 , $base-font-size )} rem;
6
6
max-width : 100% ;
7
7
max-height : 100% ;
8
8
z-index : 9999 ;
21
21
}
22
22
23
23
@media (min-width : 770px ) {
24
- max-height : #{math .div (460 , $base-font-size )} rem;
24
+ max-height : #{math .div (520 , $base-font-size )} rem;
25
25
}
26
26
}
27
27
@@ -204,6 +204,12 @@ input[type="number"]::-webkit-outer-spin-button {
204
204
font-weight : bold ;
205
205
}
206
206
}
207
+ .preference__radio-button :focus + .preference__option ,
208
+ .preference__radio-button :focus-visible + .preference__option {
209
+ outline : 2px solid $dodgerblue ;
210
+ outline-offset : 2px ;
211
+ border-radius : 4px ;
212
+ }
207
213
208
214
.preference--hidden {
209
215
@extend %hidden-element ;
You can’t perform that action at this time.
0 commit comments