diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-02-27 10:25:58 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2020-02-27 10:25:58 +0100 |
commit | 5f1713f9db76ee62bcd7cbe4a0f1227c75b00e3d (patch) | |
tree | 8081c61d1c461397506d8095fa5d1bfaec654874 /apps/workflowengine/js/workflowengine.js | |
parent | 72cc8270cdd0f1c95ef1708be81cf4ac424dca47 (diff) | |
download | nextcloud-server-5f1713f9db76ee62bcd7cbe4a0f1227c75b00e3d.tar.gz nextcloud-server-5f1713f9db76ee62bcd7cbe4a0f1227c75b00e3d.zip |
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: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/workflowengine/js/workflowengine.js')
0 files changed, 0 insertions, 0 deletions