@navikt/ds-css 8.2.0 → 8.2.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 8.2.1
4
+
3
5
  ## 8.2.0
4
6
 
5
7
  ### Minor Changes
@@ -3359,28 +3359,6 @@
3359
3359
  }
3360
3360
  }
3361
3361
 
3362
- .aksel-data-toolbar {
3363
- padding: var(--ax-space-16);
3364
- align-items: center;
3365
- gap: var(--ax-space-16);
3366
- border: 1px solid var(--ax-border-neutral);
3367
- border-radius: var(--ax-radius-16);
3368
- background-color: var(--ax-bg-raised);
3369
- display: flex;
3370
- }
3371
-
3372
- .aksel-data-toolbar__toggle-button {
3373
- background-color: var(--ax-bg-neutral-moderate);
3374
- }
3375
-
3376
- .aksel-data-toolbar__toggle-button:hover {
3377
- background-color: var(--ax-bg-neutral-moderate-hover);
3378
- }
3379
-
3380
- .aksel-data-toolbar__toggle-button[aria-pressed="true"] {
3381
- background-color: var(--ax-bg-neutral-strong-pressed);
3382
- }
3383
-
3384
3362
  .aksel-date {
3385
3363
  padding: var(--ax-space-16);
3386
3364
  }