2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #15755 from jitendravyas/master

Removed `visibility: hidden !important` from `.hidden` class
This commit is contained in:
Chris Rebert
2015-03-09 01:36:00 -07:00
-1
View File
@@ -44,7 +44,6 @@
.hidden { .hidden {
display: none !important; display: none !important;
visibility: hidden !important;
} }