@drivy/cobalt 0.28.1 → 0.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -165,7 +165,7 @@ $toggle-switch-size-large: 28px;
|
|
|
165
165
|
&:checked
|
|
166
166
|
+ .cobalt-ToggleSwitchField__ToggleSwitch
|
|
167
167
|
.cobalt-ToggleSwitchField__ToggleSwitchSlider {
|
|
168
|
-
@include bg-color(
|
|
168
|
+
@include fill-bg-color(accent);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
&:not([disabled]) + .cobalt-ToggleSwitchField__ToggleSwitch,
|
|
@@ -182,7 +182,7 @@ $toggle-switch-size-large: 28px;
|
|
|
182
182
|
&[disabled]
|
|
183
183
|
+ .cobalt-ToggleSwitchField__ToggleSwitch
|
|
184
184
|
.cobalt-ToggleSwitchField__ToggleSwitchSlider {
|
|
185
|
-
@include bg-color(disabled);
|
|
185
|
+
@include fill-bg-color(disabled);
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
&[disabled]
|
|
@@ -194,7 +194,7 @@ $toggle-switch-size-large: 28px;
|
|
|
194
194
|
&[disabled]:checked
|
|
195
195
|
+ .cobalt-ToggleSwitchField__ToggleSwitch
|
|
196
196
|
.cobalt-ToggleSwitchField__ToggleSwitchSlider {
|
|
197
|
-
@include bg-color(
|
|
197
|
+
@include fill-bg-color(accent);
|
|
198
198
|
opacity: 0.5;
|
|
199
199
|
}
|
|
200
200
|
|
|
@@ -226,7 +226,7 @@ $toggle-switch-size-large: 28px;
|
|
|
226
226
|
.cobalt-ToggleSwitchField__Input:checked
|
|
227
227
|
+ .cobalt-ToggleSwitchField__ToggleSwitch
|
|
228
228
|
.cobalt-ToggleSwitchField__ToggleSwitchSlider {
|
|
229
|
-
@include bg-color(
|
|
229
|
+
@include fill-bg-color(negative);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
|