@navikt/ds-css 4.10.1 → 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 +2 -2
- package/dist/component/index.css +2 -5
- package/dist/component/index.min.css +1 -1
- package/dist/component/link.css +1 -5
- package/dist/component/link.min.css +1 -1
- package/dist/components.css +1 -4
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +2 -5
- package/dist/index.min.css +1 -1
- package/link.css +1 -5
- package/package.json +2 -2
- package/tokens.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @navikt/ds-css
|
|
2
2
|
|
|
3
|
-
## 4.10.
|
|
3
|
+
## 4.10.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Link: Fikset visited farger og inline SVG-reset ved bruk av tailwind
|
|
7
|
+
- Link: Fikset visited farger og inline SVG-reset ved bruk av tailwind
|
|
8
8
|
|
|
9
9
|
## 4.10.0
|
|
10
10
|
|
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;
|
|
@@ -3713,10 +3713,7 @@ button.navds-internalheader__title:active,
|
|
|
3713
3713
|
margin: 0.1em 0.1em -0.1em;
|
|
3714
3714
|
transform: translateY(0.05em);
|
|
3715
3715
|
display: inline;
|
|
3716
|
-
|
|
3717
|
-
.navds-link:visited {
|
|
3718
|
-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
|
|
3719
|
-
color: var(--ac-link-visited-text);
|
|
3716
|
+
vertical-align: baseline;
|
|
3720
3717
|
}
|
|
3721
3718
|
.navds-link:hover {
|
|
3722
3719
|
text-decoration: none;
|