mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Merge pull request #18033 from twbs/invisible-important
Add !important to .invisible (visibility:hidden) utility class
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
||||
Reference in New Issue
Block a user