1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02: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

View File

@@ -37,5 +37,5 @@
}
.btn-close-white {
filter: invert(1);
filter: invert(1) grayscale(100%);
}