Skip to content
Snippets Groups Projects
Commit 65ee5151 authored by LucasC's avatar LucasC Committed by github-actions[bot]
Browse files

XWIKI-22348: Underlining of usernames is inconsistent between comment form and displayed comments

* Added underlining to the author of the comment currently getting written.

(cherry picked from commit 07edca81)
parent c539f5f9
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ body.content {
// UIs where we want to underline outside of content.
.xdocLastModification, // Under the title, this link is inline so we want to underline it.
.panel[class*="HelpTipsPanel "], // This panel, unlike other panels, contains mostly text with underline links.
.commentauthor // Similarly to the page last modificator, we want to underline comment authors.
.commentauthor, #commentform > label // Similarly to the page last modificator, we want to underline comment authors
{
& a {
.inline-link();
......
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