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