@navikt/ds-css 5.11.3 → 5.11.4
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 +2 -1
- package/dist/component/index.min.css +1 -1
- package/dist/component/modal.css +1 -0
- package/dist/component/modal.min.css +1 -1
- package/dist/components.css +1 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +2 -1
- package/dist/index.min.css +1 -1
- package/modal.css +1 -0
- 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 Tue, 05 Dec 2023 10:58:34 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -4221,6 +4221,7 @@ button.navds-internalheader__title:active,
|
|
|
4221
4221
|
padding: var(--a-spacing-6);
|
|
4222
4222
|
overflow: auto;
|
|
4223
4223
|
overscroll-behavior: contain;
|
|
4224
|
+
position: relative; /* Needed to make sr-only elements position correctly - see Storybook */
|
|
4224
4225
|
}
|
|
4225
4226
|
.navds-modal__header + .navds-modal__body {
|
|
4226
4227
|
padding-top: var(--a-spacing-0);
|