diff options
| author | Chris Rebert <[email protected]> | 2015-09-23 18:32:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-23 18:32:10 -0700 |
| commit | 6f025183d5e93620f9504fdb7e7368b7034f6360 (patch) | |
| tree | 38a76dbffb8ffe054703298fb9f3b4326dc1939a /docs/components | |
| parent | eefd1a959e75afd078536de15cc88d5bc534b4c1 (diff) | |
| download | bootstrap-6f025183d5e93620f9504fdb7e7368b7034f6360.tar.xz bootstrap-6f025183d5e93620f9504fdb7e7368b7034f6360.zip | |
Move v3 `.hidden` note into Migration docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 456e44414..4ee1d46f3 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -234,7 +234,7 @@ Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes ## Hidden content -Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` isn't natively supported by IE9-10, declaring it `display: none` in our CSS gets around that problem. +Hide any HTML element with the `[hidden]` attribute. It's taken from [PureCSS](http://purecss.io). While `[hidden]` isn't natively supported by IE9-10, declaring it `display: none` in our CSS gets around that problem. Furthermore, `.invisible` can be used to toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document. |
