@rogieking/figui3 1.0.30 → 1.0.32
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/fig.css +2 -1
- package/package.json +1 -1
package/fig.css
CHANGED
|
@@ -1661,7 +1661,6 @@ fig-popover,
|
|
|
1661
1661
|
fig-dialog,
|
|
1662
1662
|
fig-content,
|
|
1663
1663
|
fig-slider,
|
|
1664
|
-
fig-segmented-control,
|
|
1665
1664
|
fig-switch,
|
|
1666
1665
|
fig-input-color,
|
|
1667
1666
|
fig-input-text,
|
|
@@ -1879,6 +1878,8 @@ fig-spinner {
|
|
|
1879
1878
|
/* Segmented control */
|
|
1880
1879
|
.segmented-control,
|
|
1881
1880
|
fig-segmented-control {
|
|
1881
|
+
display: inline-flex;
|
|
1882
|
+
user-select: none;
|
|
1882
1883
|
background-color: var(--figma-color-bg-secondary);
|
|
1883
1884
|
border: 0;
|
|
1884
1885
|
border-radius: var(--radius-medium);
|
package/package.json
CHANGED