Improvements in performance
This commit is contained in:
23
components/home/FactorySelect/FactorySelect.module.css
Normal file
23
components/home/FactorySelect/FactorySelect.module.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.select :global(.factory-select__control) {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.select :global(.factory-select__multi-value),
|
||||
.select :global(.factory-select__menu)
|
||||
{
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.option {
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
.option:is(:hover, :focus-visible) {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.select :global(.factory-select__multi-value__label) {
|
||||
color: #DDDDDD;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user