@navikt/ds-css 0.15.2 → 0.15.3
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 +9 -3
- package/form/radio-checkbox.css +7 -1
- package/package.json +2 -2
package/form/radio-checkbox.css
CHANGED
|
@@ -168,9 +168,15 @@
|
|
|
168
168
|
|
|
169
169
|
.navds-checkbox__input:hover:not(:disabled):not(:checked):not(:indeterminate):not(:focus)
|
|
170
170
|
+ .navds-checkbox__label::before,
|
|
171
|
-
.navds-radio__input:hover:not(:disabled):not(:checked):not(:
|
|
171
|
+
.navds-radio__input:hover:not(:disabled):not(:checked):not(:focus)
|
|
172
172
|
+ .navds-radio__label::before {
|
|
173
173
|
box-shadow: inset 0 0 0 2px var(--navds-radio-checkbox-color-shadow-hover);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.navds-checkbox__input:hover:not(:disabled):not(:checked):not(:indeterminate)
|
|
177
|
+
+ .navds-checkbox__label::before,
|
|
178
|
+
.navds-radio__input:hover:not(:disabled):not(:checked)
|
|
179
|
+
+ .navds-radio__label::before {
|
|
174
180
|
background-color: var(--navds-radio-checkbox-color-background-hover);
|
|
175
181
|
}
|
|
176
182
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-css",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Css for NAV Designsystem components",
|
|
6
6
|
"author": "NAV Designsystem team",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"postcss-cli": "^8.3.1",
|
|
28
28
|
"postcss-import": "^14.0.2"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "a9e58e7bb2a86ee0742f8633da9fc81788539580"
|
|
31
31
|
}
|