Improvements in performance

This commit is contained in:
Sebastian Seedorf
2022-08-12 10:33:37 +02:00
parent e4250f0344
commit 74fddc6710
17 changed files with 390 additions and 214 deletions

View 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;
}
}