Skip to content
Snippets Groups Projects
Commit 6544ce7b authored by LucasC's avatar LucasC Committed by Simon Urli
Browse files

XWIKI-22138: Tips panel does not have underline style for links in subwiki (#3094)

* Replaced the standard CSS class selector with a `class contains` selector

(cherry picked from commit e3e57ef0)
parent 3c10351b
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ body.content {
// UIs where we want to underline outside of content.
.xdocLastModification,
.panel.HelpTipsPanel,
.panel[class*="HelpTipsPanel "],
.commentauthor {
& a {
text-decoration: underline;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment