@gitlab/ui 128.2.2 → 128.2.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "128.2.2",
3
+ "version": "128.2.3",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -345,24 +345,12 @@
345
345
  }
346
346
  }
347
347
 
348
- &.btn-default,
349
- &.btn-confirm,
350
- &.btn-danger {
351
- &-tertiary {
352
- @media (forced-colors: active) {
353
- color: LinkText; // stylelint-disable-line scale-unlimited/declaration-strict-value
354
- mix-blend-mode: initial;
355
- border: 0;
356
- }
357
- }
358
- }
359
-
360
348
  &.btn-default-tertiary,
361
349
  &.btn-confirm-tertiary,
362
350
  &.btn-danger-tertiary {
363
351
  @media (forced-colors: active) {
364
- /* stylelint-disable-next-line color-named */
365
- color: black; // stylelint-disable-line scale-unlimited/declaration-strict-value
352
+ color: LinkText; // stylelint-disable-line scale-unlimited/declaration-strict-value
353
+ mix-blend-mode: initial;
366
354
  border: 0;
367
355
  }
368
356
  }
@@ -446,6 +434,10 @@
446
434
  @apply gl-bg-transparent;
447
435
  @apply gl-shadow-none;
448
436
  }
437
+
438
+ @media (forced-colors: active) {
439
+ color: LinkText; // stylelint-disable-line scale-unlimited/declaration-strict-value
440
+ }
449
441
  }
450
442
 
451
443
  &.btn-block {