build/styles/block-library/tab
editor-rtl.css
295 B
4 months ago
editor-rtl.min.css
264 B
4 months ago
editor.css
295 B
4 months ago
editor.min.css
264 B
4 months ago
style-rtl.css
809 B
4 months ago
style-rtl.min.css
665 B
4 months ago
style.css
808 B
4 months ago
style.min.css
664 B
4 months ago
style.css in Gutenberg 23.2.0, at build/styles/block-library/tab/style.css
| 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 | left: 0; |
| 31 | width: 100%; |
| 32 | bottom: 0; |
| 33 | } |