@navikt/ds-css 5.7.0 → 5.7.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/CHANGELOG.md +8 -0
- package/dist/component/form.css +2 -4
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +3 -5
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +2 -4
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +3 -5
- package/dist/index.min.css +1 -1
- package/form/radio-checkbox.css +2 -4
- package/package.json +2 -2
package/form/radio-checkbox.css
CHANGED
|
@@ -287,10 +287,8 @@
|
|
|
287
287
|
.navds-checkbox--readonly
|
|
288
288
|
> .navds-checkbox__input:hover:not(:checked):not(:indeterminate):not(:focus-visible)
|
|
289
289
|
+ .navds-checkbox__label::before,
|
|
290
|
-
.navds-radio--readonly > .navds-radio__input:not(:disabled):not(:checked)
|
|
291
|
-
.navds-radio--readonly
|
|
292
|
-
> .navds-radio__input:hover:not(:checked):not(:indeterminate):not(:focus-visible)
|
|
293
|
-
+ .navds-radio__label::before {
|
|
290
|
+
.navds-radio--readonly > .navds-radio__input:not(:disabled):not(:checked) + .navds-radio__label::before,
|
|
291
|
+
.navds-radio--readonly > .navds-radio__input:hover:not(:checked):not(:focus-visible) + .navds-radio__label::before {
|
|
294
292
|
background-color: var(--__ac-radio-checkbox-readonly-bg);
|
|
295
293
|
box-shadow: inset 0 0 0 2px var(--__ac-radio-checkbox-readonly-border);
|
|
296
294
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-css",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2",
|
|
4
4
|
"description": "CSS for NAV Designsystem",
|
|
5
5
|
"author": "Aksel | NAV designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"css:get-version": "node config/get-version.js"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@navikt/ds-tokens": "^5.7.
|
|
30
|
+
"@navikt/ds-tokens": "^5.7.2",
|
|
31
31
|
"cssnano": "6.0.0",
|
|
32
32
|
"fast-glob": "3.2.11",
|
|
33
33
|
"lodash": "4.17.21",
|