Commit 306e122
committed
fix(table): keep gutter border visible when hovering Run-row button
The per-row Run button sat flush against the row-gutter cell's right
border. Its hover background (rounded-rect surface-2) painted over the
border line for the 20px height of the button, making the gutter
divider appear to disappear at the hovered row.
Add mr-px to the button so the hover bg stops 1px short of the cell's
right edge, leaving the divider intact.1 parent f874b96 commit 306e122
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3272 | 3272 | | |
3273 | 3273 | | |
3274 | 3274 | | |
3275 | | - | |
| 3275 | + | |
| 3276 | + | |
| 3277 | + | |
| 3278 | + | |
3276 | 3279 | | |
3277 | 3280 | | |
3278 | 3281 | | |
| |||
0 commit comments