mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 17:57:24 +08: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