drafts: Fix message header overlapping outline.

This commit is contained in:
Aman Agrawal
2023-05-22 08:24:44 +05:30
committed by Tim Abbott
parent 7346ce98f3
commit f04ae8acd3

View File

@@ -938,8 +938,6 @@ div.overlay {
&.active {
outline: 2px solid hsl(215deg 47% 50%);
/* this offset ensures no gap between the blue box and the draft in active state */
outline-offset: -1px;
border-radius: 7px;
}