mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add is-relative helper plus docs
This commit is contained in:
committed by
Jeremy Thomas
parent
394fd365ab
commit
ff827999e0
@@ -63,5 +63,9 @@ breadcrumb:
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>is-relative</code></td>
|
||||
<td>Applies <code>position: relative</code> to the element.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -274,3 +274,6 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
||||
|
||||
.is-unselectable
|
||||
@extend %unselectable
|
||||
|
||||
.is-relative
|
||||
position: relative
|
||||
|
||||
Reference in New Issue
Block a user