From 058b3eb7e5aa731565d2f5536c700e9b04232877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 3 Jul 2019 09:13:33 +0200 Subject: [PATCH] Fix and streamline color of links in tables --- .../ext/ep_theme/Resources/Private/Assets/scss/_base.scss | 4 ++-- .../Resources/Private/Assets/scss/remix/_tables.scss | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss index df832129..4a2c3bc7 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_base.scss @@ -140,8 +140,8 @@ img.lazyloading { } } -// Avoid inlegible links in striped tables -.pricetable a:not(.button) { +// Avoid non legible links in striped tables +.table-striped a:not(.button) { color: $bg_second; &.btn { color: white; 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 861b2643..7f50c8c8 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,10 +1,3 @@ -.table:not(.dates-table):not(.pricetable) { - a, - a:hover { - color: inherit; - } -} - .dates-table, .pricetable { > tbody > tr > th { font-size: 14px;