Skip to content
Snippets Groups Projects
Commit 5e856cc6 authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[BUGFIX] Streamline `typo3-spinner-icon` element with SVG asset

The Lit element `typo3-backend-spinner` uses a hard-coded SVG string,
which has to be the same as the `spinner-circle` asset file.

However, the SVG string was outdated as it neither respected the
`currentColor`, nor respected the configured icon size. Both issues are
fixed in this commit. Since `currentColor` is now taken into account,
the variant styling has been removed.

Resolves: #103198
Releases: main, 12.4
Change-Id: I24eababb8716076eb4db55a6bcd3eb43e98ea1fd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83164


Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent 90a6c23b
Showing
with 23 additions and 40 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment