Sha256: 402563d36ef4286cae63948af2315e6c3ed72f3211424759a0b9cb96ba2c33fb

Contents?: true

Size: 1011 Bytes

Versions: 36

Compression:

Stored size: 1011 Bytes

Contents

// stylelint-disable declaration-no-important

// Hide content visually while keeping it accessible to assistive technologies
//
// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/

@mixin visually-hidden() {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

// Use to only display content when it's focused, or one of its child elements is focused
// (i.e. when focus is within the element/container that the class was applied to)
//
// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1

@mixin visually-hidden-focusable() {
  &:not(:focus):not(:focus-within) {
    @include visually-hidden();
  }
}

Version data entries

36 entries across 36 versions & 6 rubygems

Version Path
mumuki-styles-3.1.0 app/assets/stylesheets/vendor/bootstrap/mixins/_visually-hidden.scss
redeyed-jekyll-theme-0.1.7 _sass/lib/bootstrap-5.0.2/scss/mixins/_visually-hidden.scss
redeyed-jekyll-theme-0.1.6 _sass/lib/bootstrap-5.0.2/scss/mixins/_visually-hidden.scss
redeyed-jekyll-theme-0.1.5 _sass/lib/bootstrap-5.0.2/scss/mixins/_visually-hidden.scss
redeyed-jekyll-theme-0.1.4 _sass/lib/bootstrap-5.0.2/scss/mixins/_visually-hidden.scss
redeyed-jekyll-theme-0.1.3 _sass/lib/bootstrap-5.0.2/scss/mixins/_visually-hidden.scss
vuexy-0.1.1 app/assets/stylesheets/bootstrap/scss/mixins/_visually-hidden.scss
vuexy-0.1.0 app/assets/stylesheets/bootstrap/scss/mixins/_visually-hidden.scss
administrate-bootstrap-theme-1.0.4 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_visually-hidden.scss
administrate-bootstrap-theme-1.0.1 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_visually-hidden.scss
administrate-bootstrap-theme-1.0.0 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_visually-hidden.scss
bootstrap-5.1.1 assets/stylesheets/bootstrap/mixins/_visually-hidden.scss
bootstrap-5.1.0 assets/stylesheets/bootstrap/mixins/_visually-hidden.scss
bootstrap-5.0.2 assets/stylesheets/bootstrap/mixins/_visually-hidden.scss
mumuki-styles-3.0.4 app/assets/stylesheets/vendor/bootstrap/mixins/_visually-hidden.scss
mumuki-styles-3.0.2.2 app/assets/stylesheets/vendor/bootstrap/mixins/_visually-hidden.scss
mumuki-styles-3.0.2.1 app/assets/stylesheets/vendor/bootstrap/mixins/_visually-hidden.scss
jekyll-bootstrap-theme-1.1.0 _sass/bootstrap/mixins/_visually-hidden.scss
administrate-bootstrap-theme-0.2.2 app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_visually-hidden.scss
bootstrap-5.0.1 assets/stylesheets/bootstrap/mixins/_visually-hidden.scss