Skip to content

Commit

Permalink
Fix group heading styles in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Oct 21, 2022
1 parent e0f8227 commit d5a63fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/js/components/MultiselectFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ $red500: #ef4444;
.dark & {
color: $slate400;
&--disabled {
color: $slate500 !important;
background-color: $slate800 !important;
opacity: 0.9;
}
}
&.multiselect__option--selected {
Expand Down

0 comments on commit d5a63fb

Please sign in to comment.