[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Wed Sep 23 08:20:35 2026 Cross-referenced by PHPXref