Heuzef - Les notes excentriques d'un bidouilleur.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
322 B

  1. // screen-reader utilities
  2. // -------------------------
  3. // only display content to screen readers
  4. .sr-only,
  5. .@{fa-css-prefix}-sr-only {
  6. .fa-sr-only();
  7. }
  8. // use in conjunction with .sr-only to only display content when it's focused
  9. .sr-only-focusable,
  10. .@{fa-css-prefix}-sr-only-focusable {
  11. .fa-sr-only-focusable();
  12. }