r92835 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92834‎ | r92835 | r92836 >
Date:00:43, 22 July 2011
Author:werdna
Status:deferred
Tags:
Comment:
Some CSS to fix the fact that the disclosure indicator gets underlined when you hover over the link
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css
@@ -50,6 +50,18 @@
5151 font-size: 12px;
5252 }
5353
 54+.mw-moodBar-overlayWhat > a:hover {
 55+ text-decoration: none !important;
 56+}
 57+
 58+a:hover .mw-moodBar-overlayWhatLabel {
 59+ text-decoration: underline;
 60+}
 61+
 62+.mw-moodBar-overlayWhatTrigger {
 63+ text-decoration: none;
 64+}
 65+
5466 .mw-moodBar-form,
5567 .mw-moodBar-overlayWhatContent {
5668 display: none;

Status & tagging log