Skip to content

Commit f15a003

Browse files
bogiiiclaude
andauthored
Domain Search: fix darker suggestion row dividers after components v37 bump (#113385)
The @wordpress/components 35 to 37 bump switched the base Divider to color its line via the logical border-block-end/currentColor, which outranks Card's physical border-color override. The row separators fell back to currentColor (~rgb(128,128,128)) instead of the intended light divider. Override the divider color with the --color-border-secondary token, matching the sibling domains-table package's row dividers. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d7c23b9 commit f15a003

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/domain-search/src/ui/domain-suggestions-list
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
.domain-suggestions-list__divider {
1+
hr.domain-suggestions-list__divider {
22
background: none;
3+
border-color: var( --color-border-secondary );
34
}

0 commit comments

Comments
 (0)