Commit e5d9002
fix(tab-group): ensure indicator is visible with 1px track-width
The indicator was invisible when --track-width was set to 1px because
box-sizing: border-box (inherited from component styles) caused the
border to be drawn inside the element's 0-height content area. Adding
box-sizing: content-box to the indicator ensures the border extends
outside the content area and remains visible.1 parent 4fc0fc3 commit e5d9002
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments