fix: Switch disabled color in dark theme
parent
63a688f94c
commit
9d1e5d72b5
|
@ -17,7 +17,8 @@
|
||||||
height: @switch-height;
|
height: @switch-height;
|
||||||
line-height: @switch-height;
|
line-height: @switch-height;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-color: @disabled-color;
|
background-image: linear-gradient(to right, @disabled-color, @disabled-color),
|
||||||
|
linear-gradient(to right, @component-background, @component-background);
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -38,7 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-checked {
|
&-checked {
|
||||||
background-color: @switch-color;
|
background: @switch-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-loading,
|
&-loading,
|
||||||
|
|
Loading…
Reference in New Issue