diff options
| author | Mark Otto <[email protected]> | 2020-09-13 20:12:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-09-22 16:49:02 -0700 |
| commit | be6a150bbfe939ddab1a311aecb7a5dcc8267c97 (patch) | |
| tree | c40320e762f943a46c7c45995ca40ba97f4699b2 | |
| parent | fae9aef3dbc9674eadd4d0187b58653bcef96a2a (diff) | |
| download | bootstrap-be6a150bbfe939ddab1a311aecb7a5dcc8267c97.tar.xz bootstrap-be6a150bbfe939ddab1a311aecb7a5dcc8267c97.zip | |
Update .btn-close-white to use grayscale() filter too for better focus styles
| -rw-r--r-- | scss/_close.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index 35bdc3560..11e45235c 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -37,5 +37,5 @@ } .btn-close-white { - filter: invert(1); + filter: invert(1) grayscale(100%); } |
