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:
Jarek Radosz
2020-01-27 02:39:05 +01:00
committed by GitHub
parent 7c30986b5e
commit b843aa7b05

View File

@@ -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 ----------- */