• We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      The Mention styling (and here, I'm mainline thinking of the content:"@" on .user-mention:before and its siblings, but also the border/background on .user-mention itself) is helpful when using a default people link - and in particular in bullet or task lists.

      However, within a paragraph block, the additional styling is distracting. Especially so if we've taken the additional effort to customize the link text associated with the people link. It's particularly jarring that the additional .user-mention styling does not appear when editing - or even previewing - the page.

      The only two workarounds are to circumvent the user mention system entirely (using a web link to the user's space) or to override the .user-mention CSS (however, the CSS has no distinction between customized and uncustomized link text).

            [CONFSERVER-34078] Allow better styling of @mentions in Confluence

            Hello - thank you for sending in this suggestion! Unfortunately, we do not have any plans to implement this in the foreseeable future. In order to set expectations correctly, we're closing this request now. If you'd like to describe more how this would help in your own use of Confluence, we may be able to provide better guidance.
            Thanks again for your idea, and please feel free to submit more!

            Regards,
            Confluence Product Management

            Simon Tan (Inactive) added a comment - Hello - thank you for sending in this suggestion! Unfortunately, we do not have any plans to implement this in the foreseeable future. In order to set expectations correctly, we're closing this request now. If you'd like to describe more how this would help in your own use of Confluence, we may be able to provide better guidance. Thanks again for your idea, and please feel free to submit more! Regards, Confluence Product Management

            The simplistic CSS override approach - at the site or space level is to leverage the following css:

            Override @ symbol for .user-mention
            .wiki-content .user-mention:before, .wiki-content .user-mention:hover:before,
            .wiki-content .user-mention:active:before, .wiki-content .user-mention:visited:before {
                content: "";
            }
            

            Charles Albrecht added a comment - The simplistic CSS override approach - at the site or space level is to leverage the following css: Override @ symbol for .user-mention .wiki-content .user-mention:before, .wiki-content .user-mention:hover:before, .wiki-content .user-mention:active:before, .wiki-content .user-mention:visited:before { content: ""; }

              Unassigned Unassigned
              1f8012e72bdb Charles Albrecht
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: