]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .btn-close-white to use grayscale() filter too for better focus styles
authorMark Otto <markdotto@gmail.com>
Mon, 14 Sep 2020 03:12:26 +0000 (20:12 -0700)
committerMark Otto <otto@github.com>
Tue, 22 Sep 2020 23:49:02 +0000 (16:49 -0700)
scss/_close.scss

index 35bdc356008ea339f08e0eb69fe04692280f0750..11e45235cc20fe038d3c3d877f33019ee205419f 100644 (file)
@@ -37,5 +37,5 @@
 }
 
 .btn-close-white {
-  filter: invert(1);
+  filter: invert(1) grayscale(100%);
 }