1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Merge pull request #18033 from twbs/invisible-important

Add !important to .invisible (visibility:hidden) utility class
This commit is contained in:
Chris Rebert
2015-11-12 17:02:10 -08:00

View File

@@ -37,7 +37,7 @@
} }
.invisible { .invisible {
visibility: hidden; visibility: hidden !important;
} }
.text-hide { .text-hide {