r85324 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85323‎ | r85324 | r85325 >
Date:11:51, 4 April 2011
Author:happy-melon
Status:reverted (Comments)
Tags:
Comment:
Styling for revdel'd revision links for oversighters/admins: make the links still be greyed out, but still active and with underline-on-hover.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -85,6 +85,9 @@
8686 color: #888;
8787 font-style: italic;
8888 }
 89+li span.deleted a, span.history-deleted a {
 90+ color: #888;
 91+}
8992
9093 /**
9194 * Patrol stuff

Follow-up revisions

RevisionCommit summaryAuthorDate
r90989Revert r85324 (making links grey for rev-del'd info). Per CR: grey is a bad c...demon18:35, 28 June 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   23:45, 21 June 2011

Gray links are undiscoverable links -- if they look disabled people may not think to hover over them, and on touchscreen displays there's no such thing as hover.

#Comment by Happy-melon (talk | contribs)   12:51, 27 June 2011

But here we're talking about administrators and oversighters who will be better versed in where links ought to be. As an oversighter I found it incredibly irritating to not be able to see easily what ordinary editors were seeing; the general principle is that having extra permissions shouldn't change what's already in the interface, just add new features.

Status & tagging log