Skip to content

Commit

Permalink
Fix NodeSelect highlighted icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 25, 2024
1 parent f296074 commit e2020bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/node-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
margin: 0 8px 0 4px;

.select2-highlighted & {
color: $white;
fill: $white;
}
}
}
Expand Down

0 comments on commit e2020bc

Please sign in to comment.