mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Update .btn-close-white to use grayscale() filter too for better focus styles
This commit is contained in:
parent
fae9aef3db
commit
be6a150bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@
|
|||
}
|
||||
|
||||
.btn-close-white {
|
||||
filter: invert(1);
|
||||
filter: invert(1) grayscale(100%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue