@rogieking/figui3 8.9.8 → 8.9.9
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/components.css +1 -5
- package/dist/components.css +1 -1
- package/dist/fig.css +1 -1
- package/dist/fig.js +3 -3
- package/fig.js +9 -42
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -3257,7 +3257,7 @@ dialog[is="fig-popup"] {
|
|
|
3257
3257
|
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
3260
|
-
/*
|
|
3260
|
+
/* Tooltip */
|
|
3261
3261
|
[data-figui-overlay-root] {
|
|
3262
3262
|
position: fixed;
|
|
3263
3263
|
inset: 0;
|
|
@@ -3270,10 +3270,6 @@ dialog[is="fig-popup"] {
|
|
|
3270
3270
|
border: 0;
|
|
3271
3271
|
}
|
|
3272
3272
|
|
|
3273
|
-
[data-figui-overlay-root] > dialog.fig-menu-popup {
|
|
3274
|
-
pointer-events: auto;
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
3273
|
fig-tooltip {
|
|
3278
3274
|
display: contents;
|
|
3279
3275
|
}
|