Fixed barrels and input
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user