A11y: Add .is-sr-only to helpers (#1764)

This commit is contained in:
Muhannad Abdelrazek
2018-07-09 17:09:42 +02:00
committed by Jeremy Thomas
parent 2b8f6680db
commit e71c248cde
3 changed files with 16 additions and 0 deletions

View File

@@ -58,5 +58,9 @@ breadcrumb:
<td><code>is-invisible</code></td>
<td>Adds visibility <strong>hidden</strong></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>
</tr>
</tbody>
</table>