1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02: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

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;