@transfermarkt/global-styles 1.51.0 → 1.53.0

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": "@transfermarkt/global-styles",
3
- "version": "1.51.0",
3
+ "version": "1.53.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -290,13 +290,8 @@
290
290
  }
291
291
 
292
292
  &--disabled {
293
- color: tm-color('soft-sky');
294
-
295
- @media (hover: hover) {
296
- &:hover {
297
- color: tm-color('soft-sky');
298
- }
299
- }
293
+ color: tm-color('soft-sky') !important;
294
+ cursor: not-allowed;
300
295
  }
301
296
 
302
297
  &--warning {
@@ -535,6 +530,7 @@
535
530
  &--disabled {
536
531
  @include tm-icon-color('silver-mist');
537
532
 
533
+ color: tm-color('silver-mist') !important;
538
534
  cursor: not-allowed;
539
535
  }
540
536
 
@@ -573,6 +569,7 @@
573
569
  &--disabled {
574
570
  @include tm-icon-color('silver-mist');
575
571
 
572
+ color: tm-color('silver-mist') !important;
576
573
  cursor: not-allowed;
577
574
  }
578
575
  }
@@ -601,6 +598,7 @@
601
598
  &--disabled {
602
599
  @include tm-icon-color('silver-mist');
603
600
 
601
+ color: tm-color('silver-mist') !important;
604
602
  cursor: not-allowed;
605
603
  }
606
604