Skip to content

Commit

Permalink
Sync style for empty select option with input placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 18, 2024
1 parent 999a19c commit a728097
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webroot/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ h2 .actions {
.search-filters .form-inline select:invalid,
.search-filters .form-inline select:has(option[value=""]:checked),
.search-filters .form-inline option[value=""] {
font-style: italic;
color: #777;
color: var(--bs-secondary-color);
}

.search-filters .form-inline select.autocomplete {
Expand Down

0 comments on commit a728097

Please sign in to comment.