From 3fe35942ef46a634c6542f6e25f1f382cbb445e6 Mon Sep 17 00:00:00 2001 From: Ernesto Baschny <ernst@cron-it.de> Date: Sat, 16 Nov 2013 19:58:14 +0100 Subject: [PATCH] [BUGFIX] Don't underline Web>Page content elements on hover Resolves: #53683 Releases: 6.2 Change-Id: I71af8c928e0a83698e887e9053d1c6de1e8d8ffb Reviewed-on: https://review.typo3.org/25464 Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Georg Ringer Tested-by: Georg Ringer --- .../t3skin/Resources/Public/Css/visual/main_content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/main_content.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/main_content.css index 052c7ab1711c..2131ffde0d41 100644 --- a/typo3/sysext/t3skin/Resources/Public/Css/visual/main_content.css +++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/main_content.css @@ -46,6 +46,10 @@ tr:hover a { text-decoration: underline; } +tr:hover .t3-page-ce a { + text-decoration: none; +} + a.t3-link { text-decoration: underline; } -- GitLab