]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Adding 'is-hidden' to helpers in docs
authorRobin Millette <robin@millette.info>
Fri, 21 Dec 2018 06:22:50 +0000 (01:22 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 17 May 2019 10:17:58 +0000 (11:17 +0100)
Again... see #798

docs/documentation/modifiers/helpers.html

index e9a6aa1dac57b576e34a8de39cb06e5305515485..6f7ecf7d1da4b93679e70c54a515d924b31dc3cc 100644 (file)
@@ -59,6 +59,10 @@ breadcrumb:
       <td><code>is-invisible</code></td>
       <td>Adds visibility <strong>hidden</strong></td>
     </tr>
+    <tr>
+      <td><code>is-hidden</code></td>
+      <td>Hides element</td>    
+    </tr>
     <tr>
       <td><code>is-sr-only</code></td>
       <td>Hide elements <strong>visually</strong> but keep the element available to be announced by a <strong>screen reader</strong></td>