Skip to content

Commit

Permalink
Update .btn-close-white to use grayscale() filter too for better focu…
Browse files Browse the repository at this point in the history
…s styles
  • Loading branch information
mdo committed Sep 22, 2020
1 parent fae9aef commit be6a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_close.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
}

.btn-close-white {
filter: invert(1);
filter: invert(1) grayscale(100%);
}

0 comments on commit be6a150

Please sign in to comment.