FIX: Remove the border from YT thumbnail placeholder (#10288)

This commit is contained in:
Jarek Radosz 2020-07-22 16:38:35 +02:00 committed by GitHub
parent 45ae24a1e9
commit 300e30dcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ $meta-element-margin: 6px;
box-sizing: border-box;
}
.onebox img.d-lazyload-hidden {
.onebox img.d-lazyload-hidden:not(.ytp-thumbnail-image) {
border: 1px solid $primary-low;
}