Opened 4 years ago

Closed 4 years ago

#9401 closed enhancement (fixed)

codex css -- #bodyContent a:visited

Reported by: darrencoen Owned by: iammattthomas
Priority: normal Milestone:
Component: WordPress.org site Version:
Severity: normal Keywords:
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)

Fix it yourself? User-Styles rule!

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

  • Keywords codex css visited enhancement usability removed

not all users know how to do this

Documentation Problem?

  • Owner changed from matt to janeforshort

Maybe Jane might prompt a reaction.

  • Milestone Unassigned deleted
  • Milestone set to Unassigned
  • 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.

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