Skip to content

Commit

Permalink
fix(style): invert icon when result is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Dec 10, 2024
1 parent 66df08d commit 73b51ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elements/itemfilter/src/style.eox.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ ul#results li .result-action {
ul#results li .result-action:hover {
opacity: 1;
}
ul#results li.highlighted .result-action > * {
filter: invert(1);
}
ul#results ul.cards {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 73b51ad

Please sign in to comment.