Remove the composer accent bar and both internal divider lines for a seamless black modal

Hop-State: A_06FPGDDV94KWT98N2DMMC48
Hop-Proposal: R_06FPGDD7H1XYQYKMHR4JTPR
Hop-Task: T_06FPGD9QB7C1J60J0K383VR
Hop-Attempt: AT_06FPGD9QB58DF39TZ4TGMGG
This commit is contained in:
2026-07-15 16:56:19 -07:00
committed by Hop
parent a6861b6fa2
commit 8a17b272bd
-12
View File
@@ -1098,22 +1098,11 @@ a.btn-primary:visited {
animation: globalComposeRiseIn 0.2s ease-out; animation: globalComposeRiseIn 0.2s ease-out;
} }
.global-compose-modal::before {
content: '';
position: absolute;
inset: -1px 16px auto;
height: 2px;
border-radius: 999px;
background: var(--accent);
opacity: 0.8;
}
.global-compose-header { .global-compose-header {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 15px 18px; padding: 15px 18px;
border-bottom: 1px solid #1d1d1d;
} }
.global-compose-header h2 { .global-compose-header h2 {
@@ -1178,7 +1167,6 @@ a.btn-primary:visited {
.global-compose-modal .compose-footer { .global-compose-modal .compose-footer {
margin-top: 8px; margin-top: 8px;
padding-top: 14px; padding-top: 14px;
border-top: 1px solid #1d1d1d;
} }
.global-compose-modal .compose-actions .btn-primary { .global-compose-modal .compose-actions .btn-primary {