mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
fix(ui): improve select dropdown contrast
This commit is contained in:
@@ -63,11 +63,6 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.select-input option {
|
||||
background: var(--background-primary);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.select-icon {
|
||||
color: color-mix(in srgb, var(--text-primary) 60%, transparent);
|
||||
}
|
||||
@@ -79,4 +74,10 @@
|
||||
:global(.dark) .select-input {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
/* Native option lists on Windows/Edge often stay light regardless of color-scheme */
|
||||
.select-input option {
|
||||
background-color: #ffffff;
|
||||
color: #18181b;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user