Skip to content

Commit 6b275d4

Browse files
silverwindclaude
andcommitted
Remove border-top on attached segment after attached message
The :not(.message) exclusion caused the segment's gray border-top to overlap and hide the message's colored border-bottom. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2cb46fc commit 6b275d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_src/css/modules/segment.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
background: var(--color-box-body);
141141
color: var(--color-text);
142142
}
143-
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
143+
.ui.attached + .ui.attached.segment:not(.top) {
144144
border-top: none;
145145
}
146146

0 commit comments

Comments
 (0)