From f08f19f25a82aace6925ca1de6a7a71db0a2f3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 6 Jun 2019 17:56:37 +0200 Subject: [PATCH] Fix color of links in 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..5228b3ec 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 { + a, + a:hover { + color: inherit; + } +} + .dates-table, .pricetable { > tbody > tr > th { font-size: 14px;