From 52b8fcf864d14d9c2f60239f5560ee9250853597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 15 Aug 2018 19:29:09 +0200 Subject: [PATCH] Fix rating colors --- .../ext/ep_theme/Resources/Private/Assets/scss/_sidebar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_sidebar.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_sidebar.scss index 36260d8d..fa2f61a9 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_sidebar.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_sidebar.scss @@ -65,6 +65,8 @@ } } .ep-rating{ + display: block; + color: inherit; i{ color:$link; &:last-of-type{