@navikt/ds-css 1.3.24 → 1.3.26

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
@@ -156,6 +156,7 @@
156
156
 
157
157
  .navds-date .rdp-day_today {
158
158
  box-shadow: 0 0 0 1px var(--navds-global-color-deepblue-500);
159
+ text-decoration: underline;
159
160
  }
160
161
 
161
162
  .navds-date__caption {
@@ -202,3 +203,8 @@
202
203
  .navds-date__caption__year {
203
204
  width: 5rem;
204
205
  }
206
+
207
+ .navds-date .rdp-day_outside {
208
+ visibility: hidden;
209
+ pointer-events: none;
210
+ }