mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Fix #1177
This commit is contained in:
@@ -5504,6 +5504,15 @@ a.dropdown-item.is-active {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.message strong {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.message a:not(.button):not(.tag) {
|
||||
color: currentColor;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.message.is-small {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
@@ -5660,15 +5669,6 @@ a.dropdown-item.is-active {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.message-header a:not(.button),
|
||||
.message-header strong {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.message-header a:not(.button) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.message-header .delete {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex-positive: 0;
|
||||
@@ -5691,15 +5691,6 @@ a.dropdown-item.is-active {
|
||||
padding: 1em 1.25em;
|
||||
}
|
||||
|
||||
.message-body a:not(.button),
|
||||
.message-body strong {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.message-body a:not(.button) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.message-body code,
|
||||
.message-body pre {
|
||||
background-color: white;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -56,7 +56,15 @@ variables:
|
||||
<p>Primary</p>
|
||||
<button class="delete" aria-label="delete"></button>
|
||||
</div>
|
||||
<div class="message-body">
|
||||
<div class="message-body"><span class="tag is-black">Black</span>
|
||||
<a class="tag is-dark">Dark</a>
|
||||
<a class="tag is-light">Light</a>
|
||||
<a class="tag is-white">White</a>
|
||||
<a class="tag is-primary">Primary</a>
|
||||
<a class="tag is-info">Info</a>
|
||||
<a class="tag is-success">Success</a>
|
||||
<a class="tag is-warning">Warning</a>
|
||||
<a class="tag is-danger">Danger</a>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. <strong>Pellentesque risus mi</strong>, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum <a>felis venenatis</a> efficitur. Aenean ac <em>eleifend lacus</em>, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula, id porttitor mi magna a neque. Donec dui urna, vehicula et sem eget, facilisis sodales sem.
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user