File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ body:not(.color-use-default) {
126126 --slider-track-height : calc (var (--slider-thumb-height ) - var (--size-4-3 ));
127127 --slider-thumb-radius : var (--slider-thumb-width );
128128 --slider-thumb-y : calc (
129- (var (--slider-track-height ) - var (--slider-thumb-height )) / 1.5
129+ (var (--slider-track-height ) - var (--slider-thumb-height )) / 1.4
130130 );
131131 border-radius : var (--radius-s );
132132 $s : 60% ;
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ input {
3535}
3636
3737body :not (.is-mobile ) {
38+ --slider-track-background : var (--accent-inactive );
3839 & .modal-slider input [type = ' range' ] {
39- --slider-track-background : var (--accent-inactive );
4040 & :focus {
4141 --slider-thumb-ring-factor : 5 ;
4242 }
@@ -56,6 +56,10 @@ body:not(.is-mobile) {
5656 }
5757 }
5858
59+ .checkbox-container.is-enabled {
60+ background-color : var (--accent-active );
61+ }
62+
5963 & .modal-toggle-square {
6064 .checkbox-container {
6165 height : var (--size-4-5 );
You can’t perform that action at this time.
0 commit comments