@asd20/ui 3.2.787 → 3.2.789

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.787",
8
+ "version": "3.2.789",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -215,7 +215,6 @@ export default {
215
215
  &::v-deep .asd20-list-item--actionable {
216
216
  .asd20-list-item__description {
217
217
  color: blue;
218
- text-decoration: underline;
219
218
  }
220
219
  }
221
220
  }
@@ -314,6 +314,7 @@ export default {
314
314
  // min-height: 45px;
315
315
  // }
316
316
  .asd20-button {
317
+ color: var(--website-footer__foreground-color);
317
318
  font-size: 0.75rem !important;
318
319
  flex-grow: 0;
319
320
  }
@@ -314,7 +314,7 @@ export default {
314
314
  flex-direction: column;
315
315
  .asd20-breadcrumb,
316
316
  .back {
317
- color: currentColor !important;
317
+ color: var(--website-header__foreground-color);
318
318
  order: 2;
319
319
  }
320
320
  .right {