Skip to content
Snippets Groups Projects
Commit 3fe35942 authored by Ernesto Baschny's avatar Ernesto Baschny Committed by Georg Ringer
Browse files

[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
parent c98654b2
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment