Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#9401 closed enhancement (fixed)

codex css -- #bodyContent a:visited

Reported by: darrencoen's profile darrencoen Owned by: iammattthomas's profile iammattthomas
Milestone: Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description

very frustrating to not have a visited style, new users (myself) often end up clicking through to the same page 100 times. it'd obviously be a very quick and easy change. the decision is yours of course, but i suggest the following:

#bodyContent a:visited {

text-decoration: line-through;

}

thanks in advance for your HIGEST OMG BBQ attention to this matter :)

Change History (9)

#1 @hakre
16 years ago

Fix it yourself? User-Styles rule!

a:visited {
text-decoration: line-through;
}

#2 @Denis-de-Bernardy
15 years ago

  • Keywords codex css visited enhancement usability removed

not all users know how to do this

#3 @hakre
15 years ago

Documentation Problem?

#4 @Denis-de-Bernardy
15 years ago

  • Owner changed from matt to janeforshort

Maybe Jane might prompt a reaction.

#5 @Denis-de-Bernardy
15 years ago

  • Milestone Unassigned deleted

#6 @Denis-de-Bernardy
15 years ago

  • Milestone set to Unassigned

#7 @janeforshort
15 years ago

  • Owner changed from janeforshort to iammattthomas
  • Priority changed from highest omg bbq to normal

Reassigning to Matt. No tickets should be assigned to me since I'm not a developer. If you want me to chime in on a ticket discussion, just ping me in IRC or email me. Also, HIGHEST OMG BBQ should be reserved for serious bugs that are breaking things all over the place and deserve everyone dropping their work to fix it, not for style adjustments. I'll ask Matt Thomas to add a visited link style, but in the future, this kind of thing should *not* be OMG BBQ.

#8 @Denis-de-Bernardy
15 years ago

  • Milestone Unassigned deleted

#9 @Denis-de-Bernardy
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.