@transfermarkt/global-styles 1.50.0 → 1.51.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
|
@@ -532,6 +532,12 @@
|
|
|
532
532
|
padding: 0 !important;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
&--disabled {
|
|
536
|
+
@include tm-icon-color('silver-mist');
|
|
537
|
+
|
|
538
|
+
cursor: not-allowed;
|
|
539
|
+
}
|
|
540
|
+
|
|
535
541
|
&::before {
|
|
536
542
|
transform: rotate(180deg);
|
|
537
543
|
}
|
|
@@ -563,6 +569,12 @@
|
|
|
563
569
|
&--alone {
|
|
564
570
|
padding: 0 !important;
|
|
565
571
|
}
|
|
572
|
+
|
|
573
|
+
&--disabled {
|
|
574
|
+
@include tm-icon-color('silver-mist');
|
|
575
|
+
|
|
576
|
+
cursor: not-allowed;
|
|
577
|
+
}
|
|
566
578
|
}
|
|
567
579
|
|
|
568
580
|
&__chevron-both {
|
|
@@ -586,6 +598,12 @@
|
|
|
586
598
|
stroke-width: 1.2;
|
|
587
599
|
}
|
|
588
600
|
|
|
601
|
+
&--disabled {
|
|
602
|
+
@include tm-icon-color('silver-mist');
|
|
603
|
+
|
|
604
|
+
cursor: not-allowed;
|
|
605
|
+
}
|
|
606
|
+
|
|
589
607
|
&::before {
|
|
590
608
|
transform: rotate(180deg);
|
|
591
609
|
}
|