Skip to content

Commit

Permalink
enforce colour for active dropdown item
Browse files Browse the repository at this point in the history
close #1320
  • Loading branch information
lukavdplas committed Nov 16, 2023
1 parent 113b3b3 commit f99068f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/app/dropdown/dropdown.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
// this prevents the .dropdown item rule from being overwritten
// when the dropdown is used within a <table>
color: $text !important;

&.is-active {
color: $text-invert !important;
}
}

0 comments on commit f99068f

Please sign in to comment.