mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-12 18:36:04 +00:00
docs: ajoute une explication pour la classe CSS sr-only
This commit is contained in:
parent
956addbaa8
commit
23c5af6331
1 changed files with 6 additions and 2 deletions
|
@ -44,8 +44,8 @@ html, body, #js, #js > *, [data-overlay-container] {
|
|||
`
|
||||
: css``
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
|
@ -73,6 +73,10 @@ button:enabled {
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
Classe pour masquer complètement un contenu (Screen reader only)
|
||||
Le contenu n’est jamais affiché à l’écran mais est disponible poul les lecteurs d’écran
|
||||
*/
|
||||
.sr-only {
|
||||
${SROnly}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue