| 1 |
.wp-block-tab { |
| 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 |
.wp-block-tab[aria-selected=true]::before, .wp-block-tab.is-active::before { |
| 26 |
content: ""; |
| 27 |
position: absolute; |
| 28 |
border-bottom: 2px solid currentColor; |
| 29 |
pointer-events: none; |
| 30 |
right: 0; |
| 31 |
width: 100%; |
| 32 |
bottom: 0; |
| 33 |
} |