Skip to content
Snippets Groups Projects
user avatar
Daniel Calviño Sánchez authored
Replaced elements do not have "::after" nor "::before" pseudo-elements,
so the regular loading icon needs to be shown using a background image
instead of the default "::after" pseudo-element approach. However, the
CSS rules were not applied on the replaced elements themselves, but on
their descendants. As the descendants might have support for
pseudo-elements the rules were fixed to be applied on the replaced
elements, and only on the replaced elements.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
5f1713f9
History