Project

General

Profile

Actions

Feature #28330

closed

Links to wiki headings should highlight the linked heading

Added by Mizuki ISHIKAWA about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description


In the issue, linked notes are visually emphasized.
I often use the link to the wiki section so I would like the section to be emphasized just like Issue.


Files

highlighted_note.png (92.9 KB) highlighted_note.png Mizuki ISHIKAWA, 2018-03-14 01:26
highlighted-section.png (126 KB) highlighted-section.png Mizuki ISHIKAWA, 2018-03-14 02:33

Related issues

Related to Redmine - Feature #22978: Links to issue notes should highlight the linked noteClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA about 6 years ago

  • Related to Feature #22978: Links to issue notes should highlight the linked note added
Actions #2

Updated by Go MAEDA about 6 years ago

Mizuki ISHIKAWA wrote:

In the issue, linked notes are visually emphasized.

It was implemented by #22978 for Redmine 4.0.0.

Actions #3

Updated by Mizuki ISHIKAWA about 6 years ago

<screenshot>

I think that you can emphasize the section by the following style.

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 369526a9a..8f4fd665f 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -551,6 +551,10 @@ table#time-report .hours-dec { font-size: 0.9em; }
 div.wiki-page .contextual a {opacity: 0.4}
 div.wiki-page .contextual a:hover {opacity: 1}

+div.wiki a:target + h1, div.wiki a:target + h2, div.wiki a:target + h3, div.wiki a:target + h4, div.wiki a:target + h5, div.wiki a:target + h6 {
+  background-color:#DDEEFF;
+}
+
 .wiki-update-info {text-align:right; color:#666; font-size:90%;}

 form .attributes select { width: 60%; }
Actions #4

Updated by Go MAEDA about 6 years ago

It is another topic that should not be discussed in this issue, but I think it would be even better to highlight replies in forums.

Actions #5

Updated by Go MAEDA about 6 years ago

  • Target version set to 4.0.0

Setting target version to 4.0.0 for consistency with #22978.

Actions #6

Updated by Go MAEDA about 6 years ago

  • Subject changed from The link to the wiki section should highlight the linked section as well as the issue's note to Links to wiki headings should highlight the linked heading
Actions #7

Updated by Go MAEDA about 6 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch. Thank you for your contribution.

Actions

Also available in: Atom PDF