From 9cc82a3cca95b4e4511ab789da5a9214b26d8fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 19 Jun 2019 09:58:22 +0200 Subject: [PATCH] Fix link colors in content tables --- .../Resources/Private/Assets/scss/remix/_tables.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss index 7f50c8c8..861b2643 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_tables.scss @@ -1,3 +1,10 @@ +.table:not(.dates-table):not(.pricetable) { + a, + a:hover { + color: inherit; + } +} + .dates-table, .pricetable { > tbody > tr > th { font-size: 14px;