css: Remove redundant border related css for .preview_message_area.

We removed the border declaration in #29953. We do not need the
border-radius anymore, nor the border-color declaration in
dark_theme.css.
This commit is contained in:
Shubham Padia
2025-09-29 15:58:45 +00:00
committed by Tim Abbott
parent de2126d240
commit f6d972048b
2 changed files with 1 additions and 4 deletions

View File

@@ -1677,8 +1677,6 @@ textarea.new_message_textarea {
.preview_message_area {
padding: 5px 5px 0;
overflow: auto;
border-radius: 3px 3px 0 0;
}
.markdown_preview_spinner {

View File

@@ -110,8 +110,7 @@
/* Not that .message_row (below) needs to be more contrast on dark theme */
.message-feed .recipient_row,
.message_row,
.overlay-message-row .overlay-message-info-box,
.preview_message_area {
.overlay-message-row .overlay-message-info-box {
border-color: hsl(0deg 0% 0% / 40%);
}