mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1177
This commit is contained in:
@@ -19,6 +19,11 @@ $message-body-pre-code-background-color: transparent !default
|
||||
background-color: $message-background-color
|
||||
border-radius: $message-radius
|
||||
font-size: $size-normal
|
||||
strong
|
||||
color: currentColor
|
||||
a:not(.button):not(.tag)
|
||||
color: currentColor
|
||||
text-decoration: underline
|
||||
// Sizes
|
||||
&.is-small
|
||||
font-size: $size-small
|
||||
@@ -53,11 +58,6 @@ $message-body-pre-code-background-color: transparent !default
|
||||
line-height: 1.25
|
||||
padding: $message-header-padding
|
||||
position: relative
|
||||
a:not(.button),
|
||||
strong
|
||||
color: currentColor
|
||||
a:not(.button)
|
||||
text-decoration: underline
|
||||
.delete
|
||||
flex-grow: 0
|
||||
flex-shrink: 0
|
||||
@@ -72,11 +72,6 @@ $message-body-pre-code-background-color: transparent !default
|
||||
border-radius: $message-body-radius
|
||||
color: $message-body-color
|
||||
padding: $message-body-padding
|
||||
a:not(.button),
|
||||
strong
|
||||
color: currentColor
|
||||
a:not(.button)
|
||||
text-decoration: underline
|
||||
code,
|
||||
pre
|
||||
background-color: $message-body-pre-background-color
|
||||
|
||||
Reference in New Issue
Block a user