mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18033 from twbs/invisible-important
Add !important to .invisible (visibility:hidden) utility class
This commit is contained in:
commit
4f49654196
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.invisible {
|
.invisible {
|
||||||
visibility: hidden;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-hide {
|
.text-hide {
|
||||||
|
|
Loading…
Add table
Reference in a new issue