@navikt/ds-css 0.18.21 → 0.18.24
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/button.css +5 -7
- package/dist/index.css +28 -18
- package/form/search.css +13 -0
- package/link-panel.css +2 -2
- package/package.json +2 -2
- package/stepper.css +3 -3
- package/table.css +1 -1
- package/typography.css +6 -1
package/button.css
CHANGED
|
@@ -94,11 +94,9 @@
|
|
|
94
94
|
);
|
|
95
95
|
|
|
96
96
|
/* Secondary */
|
|
97
|
-
--navds-button-color-secondary-text: var(--navds-global-color-
|
|
98
|
-
--navds-button-color-secondary-text-hover: var(--navds-global-color-
|
|
99
|
-
--navds-button-color-secondary-text-active: var(
|
|
100
|
-
--navds-global-color-blue-200
|
|
101
|
-
);
|
|
97
|
+
--navds-button-color-secondary-text: var(--navds-global-color-white);
|
|
98
|
+
--navds-button-color-secondary-text-hover: var(--navds-global-color-white);
|
|
99
|
+
--navds-button-color-secondary-text-active: var(--navds-global-color-white);
|
|
102
100
|
--navds-button-color-secondary-border: var(--navds-global-color-blue-200);
|
|
103
101
|
--navds-button-color-secondary-border-focus-active-hover: var(
|
|
104
102
|
--navds-semantic-color-text
|
|
@@ -107,10 +105,10 @@
|
|
|
107
105
|
--navds-semantic-color-component-background-inverted
|
|
108
106
|
);
|
|
109
107
|
--navds-button-color-secondary-background-hover: var(
|
|
110
|
-
--navds-global-color-
|
|
108
|
+
--navds-global-color-gray-800
|
|
111
109
|
);
|
|
112
110
|
--navds-button-color-secondary-background-active: var(
|
|
113
|
-
--navds-global-color-
|
|
111
|
+
--navds-global-color-gray-700
|
|
114
112
|
);
|
|
115
113
|
}
|
|
116
114
|
|