@florid-kit/components 0.8.18 → 0.8.20
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -626,12 +626,12 @@
|
|
|
626
626
|
|
|
627
627
|
.icon-button:disabled {
|
|
628
628
|
background-color: var(--color-container-disabled);
|
|
629
|
+
cursor: default;
|
|
629
630
|
|
|
630
631
|
svg {
|
|
631
632
|
fill: var(--color-content-disabled);
|
|
632
633
|
|
|
633
634
|
path {
|
|
634
|
-
stroke: var(--color-content-disabled);
|
|
635
635
|
fill: var(--color-content-disabled);
|
|
636
636
|
}
|
|
637
637
|
}
|
package/index.mjs
CHANGED
|
@@ -1476,12 +1476,12 @@ _.styles = g`
|
|
|
1476
1476
|
|
|
1477
1477
|
.icon-button:disabled {
|
|
1478
1478
|
background-color: var(--color-container-disabled);
|
|
1479
|
+
cursor: default;
|
|
1479
1480
|
|
|
1480
1481
|
svg {
|
|
1481
1482
|
fill: var(--color-content-disabled);
|
|
1482
1483
|
|
|
1483
1484
|
path {
|
|
1484
|
-
stroke: var(--color-content-disabled);
|
|
1485
1485
|
fill: var(--color-content-disabled);
|
|
1486
1486
|
}
|
|
1487
1487
|
}
|