mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Remove the border from YT thumbnail placeholder (#10288)
This commit is contained in:
parent
45ae24a1e9
commit
300e30dcbf
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user