From d13afd551a90bb54b0704d03856fb031a5d3043c Mon Sep 17 00:00:00 2001 From: Andreas Fernandez Date: Tue, 5 Jul 2022 21:37:10 +0200 Subject: [PATCH] [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: ``` ``` 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: core-ci Tested-by: Nikita Hovratov Tested-by: Benni Mack Reviewed-by: Nikita Hovratov Reviewed-by: Benni Mack --- Resources/Private/Partials/ObjectBrowserTree.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Partials/ObjectBrowserTree.html b/Resources/Private/Partials/ObjectBrowserTree.html index 0aaf0b9..548c8fa 100644 --- a/Resources/Private/Partials/ObjectBrowserTree.html +++ b/Resources/Private/Partials/ObjectBrowserTree.html @@ -19,7 +19,7 @@ data-action-submit="$form" data-form-values="{ts:astCurrentObjectPathAsJson(currentObjectPath: currentObjectPath, key: '{type}Collapse')}" > - + @@ -29,7 +29,7 @@ data-action-submit="$form" data-form-values="{ts:astCurrentObjectPathAsJson(currentObjectPath: currentObjectPath, key: '{type}Expand')}" > - +