diff options
| author | Chris Rebert <[email protected]> | 2014-12-18 19:07:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-18 19:07:22 -0800 |
| commit | 07ef67da20c800eb3afa51d2064549ed325cc145 (patch) | |
| tree | 30ff9771ab1d5b63508663c8151035a9a93aa8ef /scss | |
| parent | e95b854301532245065d39915ff80a63eaf06c7a (diff) | |
| download | bootstrap-07ef67da20c800eb3afa51d2064549ed325cc145.tar.xz bootstrap-07ef67da20c800eb3afa51d2064549ed325cc145.zip | |
Remove .hidden and .show classes
.hidden is incompatible with jQuery's $(...).hide()
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_utilities.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 6b82d2fc3..d33400125 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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; |
