]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Double the brightness for improved focus contrast
authorMark Otto <markdotto@gmail.com>
Mon, 21 Sep 2020 22:55:58 +0000 (15:55 -0700)
committerMark Otto <otto@github.com>
Tue, 22 Sep 2020 23:49:02 +0000 (16:49 -0700)
scss/_close.scss

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