Skip to content

Commit

Permalink
UX: Only highlight close icon on hover, not lock
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Apr 5, 2019
1 parent 10314cb commit 84eb9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/select-kit/multi-select.scss
Expand Up @@ -157,7 +157,7 @@
color: $primary-low-mid;
vertical-align: middle;
}
&:hover .d-icon {
&:hover .d-icon:last-child {
color: $danger;
}

Expand Down

0 comments on commit 84eb9bc

Please sign in to comment.