codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

Update _accessibility.scss #90

Closed JABClari closed 3 years ago

JABClari commented 3 years ago

Focusable visually hidden element. Best for the "skip to content."

sebastiano-guerriero commented 3 years ago

Hi! That's very useful.

Can you please change the code to (because it's a standalone utility class rather than a class modifier):

.sr-only-focusable { // focusable, visually hidden element
  &:not(:focus):not(:focus-within){
    @extend .sr-only
  }
}

and I will merge the pull request. Thanks

JABClari commented 3 years ago

ok. I'll do just that.

JABClari commented 3 years ago

Updated to utility.

sebastiano-guerriero commented 3 years ago

Thanks for contributing! 😊