Skip to content
Snippets Groups Projects
Commit 5f1713f9 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Set loading image on replaced elements instead of on their descendants


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>
parent 72cc8270
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment