Skip to content

Commit 3366297

Browse files
committed
Fixed default theme thumb background
1 parent 36b97fc commit 3366297

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

browser/main/modals/PreferencesModal/ConfigTab.styl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ div[id^="firstRow"]
7373
height: 32px
7474
width: 32px
7575
border-radius: 22px
76-
background: $ui-text-color
76+
background: white
7777
cursor: pointer
7878
-webkit-appearance: none
7979
margin-top: -20px
80-
border-color: $ui-text-color
80+
border-color: $ui-default-button-backgroundColor
8181
height 32px
8282
border-top-left-radius: 10%
8383
border-top-right-radius: 10%
@@ -276,6 +276,8 @@ body[data-theme="dark"]
276276

277277
.box-minmax, .rs-range, .rs-label
278278
colorDarkControl()
279+
.rs-label
280+
background none
279281
.rs-range
280282
&::-webkit-slider-thumb
281283
colorDarkControl()
@@ -309,6 +311,8 @@ body[data-theme="solarized-dark"]
309311
colorSolarizedDarkControl()
310312
.box-minmax, .rs-range, .rs-label
311313
colorSolarizedDarkControl()
314+
.rs-label
315+
background none
312316
.rs-range
313317
&::-webkit-slider-thumb
314318
colorSolarizedDarkControl()
@@ -342,6 +346,8 @@ body[data-theme="monokai"]
342346
colorMonokaiControl()
343347
.box-minmax, .rs-range, .rs-label
344348
colorMonokaiControl()
349+
.rs-label
350+
background none
345351
.rs-range
346352
&::-webkit-slider-thumb
347353
colorMonokaiControl()
@@ -375,6 +381,8 @@ body[data-theme="dracula"]
375381
colorDraculaControl()
376382
.box-minmax, .rs-range, .rs-label
377383
colorDraculaControl()
384+
.rs-label
385+
background none
378386
.rs-range
379387
&::-webkit-slider-thumb
380388
colorDraculaControl()

0 commit comments

Comments
 (0)