@rogieking/figui3 8.9.6 → 8.9.7
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 +9 -0
- package/dist/components.css +1 -1
- package/dist/fig.css +1 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -5563,6 +5563,15 @@ fig-menu-item {
|
|
|
5563
5563
|
}
|
|
5564
5564
|
}
|
|
5565
5565
|
|
|
5566
|
+
&[subtle]:not([subtle="false"]) {
|
|
5567
|
+
&:hover,
|
|
5568
|
+
&:focus-visible {
|
|
5569
|
+
&::before {
|
|
5570
|
+
background-color: var(--figma-color-bg-secondary);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5573
|
+
}
|
|
5574
|
+
|
|
5566
5575
|
&[disabled]:not([disabled="false"]),
|
|
5567
5576
|
&[aria-disabled="true"] {
|
|
5568
5577
|
opacity: 0.4;
|