[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ -> a11y.scss (source)

   1  .screen-reader-text {
   2      border: 0;
   3      clip-path: inset(50%);
   4      height: 1px;
   5      margin: -1px;
   6      overflow: hidden;
   7      padding: 0;
   8      position: absolute !important;
   9      width: 1px;
  10      /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  11      word-wrap: normal !important;
  12      word-break: normal !important;
  13  }
  14  
  15  .skip-link:focus {
  16      background-color: #f1f1f1;
  17      border-radius: 3px;
  18      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  19      clip-path: none;
  20      color: #21759b;
  21      display: block;
  22      font-size: 0.875rem;
  23      font-weight: 700;
  24      height: auto;
  25      left: 5px;
  26      line-height: normal;
  27      padding: 15px 23px 14px;
  28      text-decoration: none;
  29      top: 5px;
  30      width: auto;
  31      z-index: 100000;
  32  }
  33  
  34  /* Do not show the outline on the skip link target. */
  35  #content[tabindex="-1"]:focus {
  36      outline: 0;
  37  }


Generated : Fri Jun 19 08:20:10 2026 Cross-referenced by PHPXref