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.
2 parents ee16859 + ee06c63 commit 81d04d3Copy full SHA for 81d04d3
client/styles/components/_preferences.scss
@@ -2,7 +2,7 @@
2
3
.preferences {
4
width: 100%;
5
- width: #{math.div(640, $base-font-size)}rem;
+ width: #{math.div(720, $base-font-size)}rem;
6
max-width: 100%;
7
max-height: 100%;
8
z-index: 9999;
@@ -21,7 +21,7 @@
21
}
22
23
@media (min-width: 770px) {
24
- max-height: #{math.div(460, $base-font-size)}rem;
+ max-height: #{math.div(520, $base-font-size)}rem;
25
26
27
@@ -204,6 +204,12 @@ input[type="number"]::-webkit-outer-spin-button {
204
font-weight: bold;
205
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
+}
213
214
.preference--hidden {
215
@extend %hidden-element;
0 commit comments