generated from nhcarrigan/template
fix: improve dropdown option contrast for readability
Add explicit background and text color styling to select option elements to fix poor contrast that made dropdown options illegible. Changes: - Add option styling to settings component select dropdown - Add option styling to admin reports component select dropdown - Set background to match form background color - Set text color to match standard text color - Ensures dropdown options are readable on all backgrounds
This commit is contained in:
@@ -1401,6 +1401,11 @@ import { ProfileReportWithUsers, CommentReportWithDetails, ReportStatus, ReportR
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select.form-control option {
|
||||
background: var(--witch-moon);
|
||||
color: var(--witch-purple);
|
||||
}
|
||||
|
||||
textarea.form-control {
|
||||
resize: vertical;
|
||||
min-height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user