@navikt/ds-css 1.3.26 → 1.3.28
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 +1 -1
- package/date.css +3 -1
- package/dist/index.css +6 -4
- package/package.json +3 -3
package/button.css
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
cursor: not-allowed;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.navds-button:
|
|
329
|
+
.navds-button:not(.navds-button--loading):where(:disabled, .navds-button--disabled) {
|
|
330
330
|
opacity: 0.3;
|
|
331
331
|
}
|
|
332
332
|
|
package/date.css
CHANGED
|
@@ -144,8 +144,10 @@
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.navds-date .rdp-day_disabled {
|
|
147
|
-
opacity: 0.7;
|
|
148
147
|
cursor: not-allowed;
|
|
148
|
+
text-decoration: line-through;
|
|
149
|
+
background-color: var(--navds-global-color-gray-100);
|
|
150
|
+
color: var(--navds-global-color-gray-600);
|
|
149
151
|
}
|
|
150
152
|
|
|
151
153
|
.navds-date .rdp-button:where(:not(.rdp-day_selected):not([disabled])):hover,
|