Due to a change on the CSS selectors in Confluence Core the overrides in the documentation theme don't apply anymore.

            [CONFSERVER-24543] Links are underlined in the documentation theme

            Minh Tran added a comment -

            Dear All,

            Thanks for taking the time to raise and comment on this issue.
            Unfortunately the Documentation theme is discontinued and removed in Confluence version 6.0.1. So we have decided to close this as won't fix
            More information could be found at: https://confluence.atlassian.com/display/DOC/End+of+Support+Announcements+for+Confluence#EndofSupportAnnouncementsforConfluence-features201507

            Regards
            Minh Tran
            Confluence Bugmaster
            Atlassian

            Minh Tran added a comment - Dear All, Thanks for taking the time to raise and comment on this issue. Unfortunately the Documentation theme is discontinued and removed in Confluence version 6.0.1. So we have decided to close this as won't fix More information could be found at: https://confluence.atlassian.com/display/DOC/End+of+Support+Announcements+for+Confluence#EndofSupportAnnouncementsforConfluence-features201507 Regards Minh Tran Confluence Bugmaster Atlassian

            We're using RefinedWiki Original Theme and the links are still being underlined.

            Jeremy Seely added a comment - We're using RefinedWiki Original Theme and the links are still being underlined.

            We are seeing the same issue with all Themes as reported by Brett Ryan above in 4.3.7.

            James Roberts added a comment - We are seeing the same issue with all Themes as reported by Brett Ryan above in 4.3.7.

            Brett Ryan added a comment -

            This applies to any theme regardless of documentation theme. I could have sworn there used to be an option in 2.x to choose between underlined links or not but I can't find it in 3.5.13, 4.1.9 or 4.2.

            Brett Ryan added a comment - This applies to any theme regardless of documentation theme. I could have sworn there used to be an option in 2.x to choose between underlined links or not but I can't find it in 3.5.13, 4.1.9 or 4.2.

            The default hyperlink styling for the Documentation theme in Confluence is to NOT have them underlined. However this bug means that the links are underlined.

            The Tech Writers are pushing revised styling for hyperlinks to the CAC Doc theme, space by space. (see CSS below). This has underlining on hover, only.

            .wiki-content a:link, .wiki-content a:visited, .wiki-content a:active

            { text-decoration: none; }

            .wiki-content a:hover

            { text-decoration: underline; }

            paulwatson (Inactive) added a comment - The default hyperlink styling for the Documentation theme in Confluence is to NOT have them underlined. However this bug means that the links are underlined. The Tech Writers are pushing revised styling for hyperlinks to the CAC Doc theme, space by space. (see CSS below). This has underlining on hover, only. .wiki-content a:link, .wiki-content a:visited, .wiki-content a:active { text-decoration: none; } .wiki-content a:hover { text-decoration: underline; }

              Unassigned Unassigned
              ckiehl Chris Kiehl
              Affected customers:
              11 This affects my team
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: