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

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;
}