@navikt/ds-css 1.3.27 → 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/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,