From 6ddbe54523f5a872549fd3aa1040fa08558f7bdc Mon Sep 17 00:00:00 2001 From: Markus Sommer <markussom@posteo.de> Date: Fri, 22 Apr 2016 16:16:53 +0200 Subject: [PATCH] [BUGFIX] Set TYPO3FontAwesome only on before Resolves: #75873 Releases: master Change-Id: Id307137d750001567a1a91ef4994b6edc67e7bbc Reviewed-on: https://review.typo3.org/47866 Reviewed-by: Frank Naegler <frank.naegler@typo3.org> Tested-by: Frank Naegler <frank.naegler@typo3.org> Reviewed-by: Susanne Moog <typo3@susannemoog.de> Tested-by: Susanne Moog <typo3@susannemoog.de> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- Build/Resources/Public/Less/adminpanel.less | 3 --- typo3/sysext/frontend/Resources/Public/Css/adminpanel.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/Build/Resources/Public/Less/adminpanel.less b/Build/Resources/Public/Less/adminpanel.less index 1efc5cb75a9b..678f92131689 100644 --- a/Build/Resources/Public/Less/adminpanel.less +++ b/Build/Resources/Public/Less/adminpanel.less @@ -20,11 +20,8 @@ * Font Awesome icons are prefixed with #TSFE_ADMIN_PANEL_FORM to prevent issues with * CSS from the website that uses Font Awesome too. */ -#TSFE_ADMIN_PANEL_FORM .fa, #TSFE_ADMIN_PANEL_FORM .fa:before, -.frontEndEditIconLinks .fa, .frontEndEditIconLinks .fa:before, -.typo3-editPanel .fa, .typo3-editPanel .fa:before{ display: inline-block; font: normal normal normal 14px/1 TYPO3FontAwesome; diff --git a/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css b/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css index 8b6fe2f10546..e6d5186673fe 100644 --- a/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css +++ b/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css @@ -27,11 +27,8 @@ * Font Awesome icons are prefixed with #TSFE_ADMIN_PANEL_FORM to prevent issues with * CSS from the website that uses Font Awesome too. */ -#TSFE_ADMIN_PANEL_FORM .fa, #TSFE_ADMIN_PANEL_FORM .fa:before, -.frontEndEditIconLinks .fa, .frontEndEditIconLinks .fa:before, -.typo3-editPanel .fa, .typo3-editPanel .fa:before { display: inline-block; font: normal normal normal 14px/1 TYPO3FontAwesome; -- GitLab