|
| 1 | +Styling for [[Tabs]] |
| 2 | + |
| 3 | +| Variable | Description | |
| 4 | +| ----------------------------------------- | -------------------------------------------- | |
| 5 | +| `--tab-background-active` | Tab background color (active tab) | |
| 6 | +| `--tab-text-color` | Tab text color | |
| 7 | +| `--tab-text-color-active` | Tab text color (non-focused window, active) | |
| 8 | +| `--tab-text-color-focused` | Tab text color (focused window) | |
| 9 | +| `--tab-text-color-focused-active` | Tab text color (focused window, active) | |
| 10 | +| `--tab-text-color-focused-highlighted` | Tab text color (focused window, highlighted) | |
| 11 | +| `--tab-text-color-focused-active-current` | Tab text color (focused window, current tab) | |
| 12 | +| `--tab-font-size` | Tab font size | |
| 13 | +| `--tab-font-weight` | Tab font weight | |
| 14 | +| `--tab-container-background` | Tab container background color | |
| 15 | +| `--tab-divider-color` | Tab divider color | |
| 16 | +| `--tab-outline-color` | Tab outline color | |
| 17 | +| `--tab-outline-width` | Tab outline width | |
| 18 | +| `--tab-curve` | Tab curve radius | |
| 19 | +| `--tab-radius` | Tab outer radius | |
| 20 | +| `--tab-radius-active` | Tab outer radius (active tab) | |
| 21 | +| `--tab-width` | Tab default width | |
| 22 | +| `--tab-max-width` | Tab maximum width | |
| 23 | + |
| 24 | + |
| 25 | +### Tab stacks |
| 26 | + |
| 27 | +Styling for stacked tabs |
| 28 | + |
| 29 | +| Variable | Description | |
| 30 | +| --------------------------------- | ----------------------------- | |
| 31 | +| `--tab-stacked-pane-width` | Stacked pane width | |
| 32 | +| `--tab-stacked-header-width` | Stacked header width | |
| 33 | +| `--tab-stacked-font-size` | Stacked tab font size | |
| 34 | +| `--tab-stacked-font-weight` | Stacked tab font weight | |
| 35 | +| `--tab-stacked-text-align` | Stacked tab text alignment | |
| 36 | +| `--tab-stacked-text-transform` | Stacked tab text transform | |
| 37 | +| `--tab-stacked-text-writing-mode` | Stacked tab text writing mode | |
| 38 | +| `--tab-stacked-shadow` | Stacked tab shadow | |
0 commit comments