Fix comment preview loading in nightmode (#2454) [ci skip]
This commit is contained in:
parent
8e6ca966ed
commit
d39d30b8fd
1 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ a.header-link {
|
|||
&.preview-loading {
|
||||
background: white url(image_path('loading-ellipsis.svg')) no-repeat
|
||||
center center;
|
||||
background-color: var(--theme-container-background, white);
|
||||
color: var(--theme-container-background, white);
|
||||
background-size: 50px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue