[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/tab-list/ -> style-rtl.css (source)

   1  :where(.wp-block-tab-list button) {
   2    box-sizing: border-box;
   3    color: inherit;
   4    display: block;
   5    width: -moz-max-content;
   6    width: max-content;
   7    text-decoration: none;
   8    cursor: pointer;
   9    flex-basis: inherit !important;
  10    flex-grow: inherit !important;
  11    position: relative;
  12    border: none;
  13    background: none;
  14    -moz-appearance: none;
  15         appearance: none;
  16    -webkit-appearance: none;
  17    margin: 0;
  18    padding: var(--wp--preset--spacing--20, 0.5em) var(--wp--preset--spacing--30, 1em);
  19    font-size: inherit;
  20    font-family: inherit;
  21    font-weight: inherit;
  22    line-height: inherit;
  23    letter-spacing: inherit;
  24    text-transform: inherit;
  25    text-align: inherit;
  26  }
  27  :where(.wp-block-tab-list button)[aria-selected=true]::before {
  28    content: "";
  29    position: absolute;
  30    border-bottom: 2px solid currentColor;
  31    pointer-events: none;
  32    right: 0;
  33    width: 100%;
  34    bottom: 0;
  35  }


Generated : Sat Jul 25 08:20:20 2026 Cross-referenced by PHPXref