-
[OPIK-6167] [FE] fix: avoid double right border in grouped rows (#6693)
发布于
2026-05-28 12:46:37 +00:00 The previous rule used the general sibling combinator (~) which removed
the right border on every cell after the grouped cell. Switching to the
adjacent sibling combinator (+) targets only the 1px phantom slot directly
next to the grouped cell, restoring normal column separators for the rest
of the group row.Co-authored-by: Claude Opus 4.7 noreply@anthropic.com
下载附件