2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update .btn-close-white to use grayscale() filter too for better focus styles

This commit is contained in:
Mark Otto
2020-09-13 20:12:26 -07:00
committed by Mark Otto
parent fae9aef3db
commit be6a150bbf
+1 -1
View File
@@ -37,5 +37,5 @@
} }
.btn-close-white { .btn-close-white {
filter: invert(1); filter: invert(1) grayscale(100%);
} }