@navikt/ds-css 5.7.6 → 5.8.0
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 +6 -0
- package/dist/component/index.css +4 -2
- package/dist/component/index.min.css +1 -1
- package/dist/component/modal.css +4 -1
- package/dist/component/modal.min.css +1 -1
- package/dist/components.css +4 -1
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +4 -2
- package/dist/index.min.css +1 -1
- package/modal.css +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/component/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 30 Oct 2023 09:59:59 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -4443,7 +4443,6 @@ button.navds-internalheader__title:active,
|
|
|
4443
4443
|
.navds-modal--polyfilled {
|
|
4444
4444
|
top: 50%;
|
|
4445
4445
|
transform: translate(0, -50%);
|
|
4446
|
-
overflow: auto;
|
|
4447
4446
|
|
|
4448
4447
|
/* From polyfill (dialog-polyfill/dist/dialog-polyfill.css): */
|
|
4449
4448
|
left: 0;
|
|
@@ -4452,6 +4451,9 @@ button.navds-internalheader__title:active,
|
|
|
4452
4451
|
height: fit-content;
|
|
4453
4452
|
margin: auto;
|
|
4454
4453
|
}
|
|
4454
|
+
.navds-modal--polyfilled .navds-modal--polyfilled {
|
|
4455
|
+
overflow: auto;
|
|
4456
|
+
}
|
|
4455
4457
|
.navds-modal--polyfilled:not([open]) {
|
|
4456
4458
|
display: none; /* from polyfill */
|
|
4457
4459
|
}
|