Fixed barrels and input

This commit is contained in:
Sebastian Seedorf
2022-08-19 16:37:55 +02:00
parent 58c3b1a3c3
commit ce682a6939
8 changed files with 224 additions and 24 deletions

View File

@@ -2,6 +2,10 @@
padding: 0.3em;
}
.select :global(.factory-select__multi-value) {
--fixed-item-bg: #ccc;
}
@media (prefers-color-scheme: dark) {
.select :global(.factory-select__control) {
background-color: #222;
@@ -10,6 +14,8 @@
.select :global(.factory-select__multi-value),
.select :global(.factory-select__menu) {
background-color: #444;
--fixed-item-bg: #666;
}
.option:is(:hover, :focus-visible) {