Skip to content
Snippets Groups Projects
Commit aa1dcf2d authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[TASK] Replace FontAwesome icons with typo3 icons

To provide a consistent look&feel and to eventually phase out
FontAwesome in the TYPO3 backend, all remaining fa-* icons are replaced
with their counterparts from the @typo3/icons package.

The CSS class `icon-emphasized` is introduced as a drop-in replacement
for the `fa-stack` construct:

```
<span class="icon-emphasized">
    <core:icon identifier="my-icon-identifier" size="small"/>
</span>
```

The removal of the FontAwesome integration will follow in a separate
patch.

Resolves: #97877
Releases: main
Change-Id: I0e9ca1e4a918b3f44969ea9886ec0cd1e56d78be
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75041


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 95dd43c0
Showing
with 314 additions and 301 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