Moved message bg color to body

With bgcolor at whole message it shows weird fragments around top corners radius. It is mostly visible when you use message as content of modal (with dark background).
This commit is contained in:
Michal Štefaňák 2023-01-05 14:52:35 +01:00 committed by GitHub
parent 1a94748fd0
commit caa807e6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ $message-colors: $colors !default
.message
@extend %block
background-color: $message-background-color
border-radius: $message-radius
font-size: $size-normal
strong
@ -88,6 +87,7 @@ $message-colors: $colors !default
border-top-right-radius: 0
.message-body
background-color: $message-background-color
border-color: $message-body-border-color
border-radius: $message-body-radius
border-style: solid