mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add is-relative helper plus docs
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user