Opened 16 years ago
Closed 15 years ago
#9401 closed enhancement (fixed)
codex css -- #bodyContent a:visited
Reported by: | darrencoen | Owned by: | 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)
#2
@
15 years ago
- Keywords codex css visited enhancement usability removed
not all users know how to do this
#7
@
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.
Fix it yourself? User-Styles rule!
a:visited {
text-decoration: line-through;
}