@navikt/ds-css 1.3.25 → 1.3.27

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 CHANGED
@@ -326,7 +326,7 @@
326
326
  cursor: not-allowed;
327
327
  }
328
328
 
329
- .navds-button:where(:disabled:not(.navds-button--loading), .navds-button--disabled:not(.navds-button--loading)) {
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
@@ -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
+ }