2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove .hidden and .show classes

.hidden is incompatible with jQuery's $(...).hide()
This commit is contained in:
Chris Rebert
2014-12-18 19:07:22 -08:00
parent e95b854301
commit 07ef67da20
2 changed files with 5 additions and 30 deletions
-12
View File
@@ -48,9 +48,6 @@
// Toggling content
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
@@ -59,15 +56,6 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
.affix {
position: fixed;