@touchtech/baselayer-ui 2.4.11 → 2.4.14
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/dist/styles.css +0 -12
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -18,8 +18,6 @@
|
|
|
18
18
|
transition: all 0.1s ease-out;
|
|
19
19
|
text-align: -webkit-center;
|
|
20
20
|
white-space: nowrap;
|
|
21
|
-
-ms-touch-action: manipulation;
|
|
22
|
-
touch-action: manipulation;
|
|
23
21
|
}
|
|
24
22
|
|
|
25
23
|
.M9_egEC8msu135oPGVdIf:focus {
|
|
@@ -128,8 +126,6 @@
|
|
|
128
126
|
transition: all 0.1s ease-out;
|
|
129
127
|
text-align: -webkit-center;
|
|
130
128
|
white-space: nowrap;
|
|
131
|
-
-ms-touch-action: manipulation;
|
|
132
|
-
touch-action: manipulation;
|
|
133
129
|
}
|
|
134
130
|
|
|
135
131
|
._3eVBgmkG6hjVokm5Xy4UMQ:focus {
|
|
@@ -228,8 +224,6 @@
|
|
|
228
224
|
transform: scale(1);
|
|
229
225
|
transition: all 0.1s ease-out;
|
|
230
226
|
width: var(--color-swatch-size);
|
|
231
|
-
-ms-touch-action: manipulation;
|
|
232
|
-
touch-action: manipulation;
|
|
233
227
|
}
|
|
234
228
|
|
|
235
229
|
._13ss1xsMNizvEgP_hxEV8B:hover {
|
|
@@ -287,8 +281,6 @@
|
|
|
287
281
|
right: 0;
|
|
288
282
|
top: 0;
|
|
289
283
|
z-index: 9;
|
|
290
|
-
-ms-touch-action: manipulation;
|
|
291
|
-
touch-action: manipulation;
|
|
292
284
|
}
|
|
293
285
|
|
|
294
286
|
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
|
|
@@ -536,8 +528,6 @@
|
|
|
536
528
|
padding: calc(var(--icon-size) / 1.5);
|
|
537
529
|
transform: scale(1);
|
|
538
530
|
transition: all 0.1s ease-out;
|
|
539
|
-
-ms-touch-action: manipulation;
|
|
540
|
-
touch-action: manipulation;
|
|
541
531
|
}
|
|
542
532
|
|
|
543
533
|
._2MPuJ3ApvrAvrewjSWGAA2.lOkoan7dbp-goDtJVuK7B {
|
|
@@ -619,8 +609,6 @@
|
|
|
619
609
|
padding: calc(var(--icon-size) / 1.5);
|
|
620
610
|
transform: scale(1);
|
|
621
611
|
transition: all 0.1s ease-out;
|
|
622
|
-
-ms-touch-action: manipulation;
|
|
623
|
-
touch-action: manipulation;
|
|
624
612
|
}
|
|
625
613
|
|
|
626
614
|
._1uifmKNPDzdu5YDnhgwPQK.pfHcYaew-HrHtTNuR4v7h {
|