@utrecht/component-library-css 3.0.1-alpha.35 → 3.0.1-alpha.37
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/dist/index.css +4 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3231,6 +3231,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
3231
3231
|
inline-size: 100%;
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
|
+
.utrecht-form-toggle__track--html-label {
|
|
3235
|
+
cursor: inherit;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3234
3238
|
.utrecht-form-toggle__track--checked, .utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked ~ .utrecht-form-toggle__track {
|
|
3235
3239
|
background-color: var(--utrecht-form-toggle-checked-accent-color, var(--utrecht-form-toggle-accent-color));
|
|
3236
3240
|
}
|
package/package.json
CHANGED