@transfermarkt/global-styles 1.52.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.52.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,7 +530,7 @@
535
530
  &--disabled {
536
531
  @include tm-icon-color('silver-mist');
537
532
 
538
- color: tm-color('silver-mist');
533
+ color: tm-color('silver-mist') !important;
539
534
  cursor: not-allowed;
540
535
  }
541
536
 
@@ -574,7 +569,7 @@
574
569
  &--disabled {
575
570
  @include tm-icon-color('silver-mist');
576
571
 
577
- color: tm-color('silver-mist');
572
+ color: tm-color('silver-mist') !important;
578
573
  cursor: not-allowed;
579
574
  }
580
575
  }
@@ -603,7 +598,7 @@
603
598
  &--disabled {
604
599
  @include tm-icon-color('silver-mist');
605
600
 
606
- color: tm-color('silver-mist');
601
+ color: tm-color('silver-mist') !important;
607
602
  cursor: not-allowed;
608
603
  }
609
604