@transfermarkt/global-styles 1.51.0 → 1.52.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.52.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -535,6 +535,7 @@
535
535
  &--disabled {
536
536
  @include tm-icon-color('silver-mist');
537
537
 
538
+ color: tm-color('silver-mist');
538
539
  cursor: not-allowed;
539
540
  }
540
541
 
@@ -573,6 +574,7 @@
573
574
  &--disabled {
574
575
  @include tm-icon-color('silver-mist');
575
576
 
577
+ color: tm-color('silver-mist');
576
578
  cursor: not-allowed;
577
579
  }
578
580
  }
@@ -601,6 +603,7 @@
601
603
  &--disabled {
602
604
  @include tm-icon-color('silver-mist');
603
605
 
606
+ color: tm-color('silver-mist');
604
607
  cursor: not-allowed;
605
608
  }
606
609