@transfermarkt/global-styles 1.62.0 → 1.63.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
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
&--disabled {
|
|
127
127
|
background-color: tm-color('soft-sky');
|
|
128
128
|
color: tm-color('white');
|
|
129
|
+
pointer-events: none;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
&--warning {
|
|
@@ -224,6 +225,7 @@
|
|
|
224
225
|
&--disabled {
|
|
225
226
|
border: 1px solid;
|
|
226
227
|
color: tm-color('soft-sky');
|
|
228
|
+
pointer-events: none;
|
|
227
229
|
|
|
228
230
|
@media (hover: hover) {
|
|
229
231
|
&:hover {
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
&--disabled {
|
|
326
328
|
border: 1px solid tm-color('silver-mist');
|
|
327
329
|
color: tm-color('silver-mist');
|
|
330
|
+
pointer-events: none;
|
|
328
331
|
|
|
329
332
|
@media (hover: hover) {
|
|
330
333
|
&:hover {
|
|
@@ -498,6 +501,7 @@
|
|
|
498
501
|
|
|
499
502
|
&--disabled {
|
|
500
503
|
color: tm-color('soft-sky');
|
|
504
|
+
pointer-events: none;
|
|
501
505
|
|
|
502
506
|
@media (hover: hover) {
|
|
503
507
|
&:hover {
|
|
@@ -570,6 +574,7 @@
|
|
|
570
574
|
|
|
571
575
|
&--disabled {
|
|
572
576
|
color: tm-color('silver-mist');
|
|
577
|
+
pointer-events: none;
|
|
573
578
|
|
|
574
579
|
@media (hover: hover) {
|
|
575
580
|
&:hover {
|