mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Adjust the broken image placeholder border (#8781)
* DEV: Remove `.large-image` selector This selector is no longer used in core and there's no reference to it in any of `all-the-plugins`. * FIX: Adjust the broken image placeholder border
This commit is contained in:
@@ -826,12 +826,14 @@ a.mention-group {
|
||||
}
|
||||
}
|
||||
|
||||
.broken-image,
|
||||
.large-image {
|
||||
.broken-image {
|
||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||
border: 1px solid $primary-low;
|
||||
font-size: $font-up-5;
|
||||
padding: 16px;
|
||||
|
||||
.d-icon {
|
||||
margin: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* below standard tablet portrait ----------- */
|
||||
|
||||
Reference in New Issue
Block a user