@rogieking/figui3 1.5.8 → 1.5.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 +2 -0
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -547,6 +547,7 @@ input[type="text"][list] {
|
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
|
|
550
|
+
/* Not enough support for this yet
|
|
550
551
|
@supports (appearance: base-select) {
|
|
551
552
|
select {
|
|
552
553
|
appearance: base-select;
|
|
@@ -648,6 +649,7 @@ input[type="text"][list] {
|
|
|
648
649
|
box-shadow: var(--figma-elevation-400-menu-panel);
|
|
649
650
|
}
|
|
650
651
|
}
|
|
652
|
+
*/
|
|
651
653
|
input[type="text"][list]:hover,
|
|
652
654
|
input[type="text"][list]:active,
|
|
653
655
|
input[type="text"][list]:focus,
|