Fix comment preview loading in nightmode (#2454) [ci skip]

This commit is contained in:
Tim Lange 2019-04-16 19:51:42 +02:00 committed by Mac Siri
parent 8e6ca966ed
commit d39d30b8fd

View file

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