Skip to content

Commit 42bf39e

Browse files
authored
perf(ux): render background color before loading preview image (#1298)
1 parent 45c2a18 commit 42bf39e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_sass/addon/commons.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,7 @@ sup {
315315
@extend %rounded;
316316

317317
&:not(.no-bg) {
318-
img {
319-
background: var(--img-bg);
320-
}
318+
background: var(--img-bg);
321319
}
322320

323321
img {

0 commit comments

Comments
 (0)