@utrecht/component-library-css 3.0.1-alpha.4 → 3.0.1-alpha.6
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 +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2377,6 +2377,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2377
2377
|
background-size: contain;
|
|
2378
2378
|
block-size: var(--utrecht-checkbox-size, 1em);
|
|
2379
2379
|
border-color: var(--utrecht-checkbox-border-color);
|
|
2380
|
+
border-radius: var(--utrecht-checkbox-border-radius, 0);
|
|
2380
2381
|
border-style: solid;
|
|
2381
2382
|
border-width: var(--utrecht-checkbox-border-width);
|
|
2382
2383
|
cursor: var(--utrecht-action-activate-cursor, revert);
|
package/package.json
CHANGED