mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
de2126d240
commit
f6d972048b
@@ -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 {
|
||||
|
@@ -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%);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user