Skip to content

Commit

Permalink
Override select2 highlighted colors only when using dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 24, 2024
1 parent 98a0d9b commit 18cd6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incidents/static/custom_css/fir.css
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ body
.select2-results__option.select2-results__message {
color: #6c757d;
}
body
[data-bs-theme=dark] body
.select2-container--bootstrap-5
.select2-dropdown
.select2-results__options
Expand Down Expand Up @@ -886,4 +886,4 @@ body

.tooltip ul {
padding-left: 0px;
}
}

0 comments on commit 18cd6a9

Please sign in to comment.