From 7d5a55e02bb7a5075d59c643f41ef28143d6c16d Mon Sep 17 00:00:00 2001 From: Benjamin Kott <benjamin.kott@outlook.com> Date: Sat, 7 Mar 2015 13:58:10 +0100 Subject: [PATCH] [TASK] Remove unused .typo3-red-background CSS class Releases: master Resolves: #65587 Change-Id: Ic397294ccaf29223df7348760d6d408efb1b20e7 Reviewed-on: http://review.typo3.org/37618 Reviewed-by: Michael Oehlhof <typo3@oehlhof.de> Tested-by: Michael Oehlhof <typo3@oehlhof.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> --- .../t3skin/Resources/Private/Styles/TYPO3/_deprecated.less | 4 ---- typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css | 3 --- 2 files changed, 7 deletions(-) diff --git a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less index 2ad6242ddd5a..c220b74732be 100644 --- a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less +++ b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_deprecated.less @@ -33,10 +33,6 @@ padding: 5px; } -.typo3-red-background { - background-color: red; -} - .nobr { .text-nowrap; } diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css index 8eee3a2118ab..8e7450682c6c 100644 --- a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css +++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css @@ -7288,9 +7288,6 @@ button.close { vertical-align: middle; padding: 5px; } -.typo3-red-background { - background-color: red; -} .nobr { white-space: nowrap; } -- GitLab