@navikt/ds-css 4.10.0 → 4.10.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 +6 -0
- package/dist/component/index.css +4 -4
- package/dist/component/index.min.css +1 -1
- package/dist/component/link.css +3 -4
- package/dist/component/link.min.css +1 -1
- package/dist/components.css +3 -3
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +4 -4
- package/dist/index.min.css +1 -1
- package/link.css +3 -4
- package/package.json +2 -2
- package/tokens.json +1 -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 Wed, 09 Aug 2023
|
|
4
|
+
* Generated on Wed, 09 Aug 2023 15:09:23 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -3709,11 +3709,11 @@ button.navds-internalheader__title:active,
|
|
|
3709
3709
|
display: inline;
|
|
3710
3710
|
}
|
|
3711
3711
|
.navds-link.navds-link--inline-text > svg {
|
|
3712
|
+
/* stylelint-disable-next-line plugin/declaration-block-no-ignored-properties */
|
|
3712
3713
|
margin: 0.1em 0.1em -0.1em;
|
|
3713
3714
|
transform: translateY(0.05em);
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
color: var(--ac-link-visited-text, var(--a-text-visited));
|
|
3715
|
+
display: inline;
|
|
3716
|
+
vertical-align: baseline;
|
|
3717
3717
|
}
|
|
3718
3718
|
.navds-link:hover {
|
|
3719
3719
|
text-decoration: none;
|