r52445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52444‎ | r52445 | r52446 >
Date:10:19, 26 June 2009
Author:werdna
Status:deferred (Comments)
Tags:
Comment:
Fix buttons changing size on hover
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.css (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.css
@@ -499,6 +499,7 @@
500500
501501 .lqt-thread-actions-trigger {
502502 padding: 0.5em;
 503+ border: 1px transparent;
503504 }
504505
505506 .lqt-thread-header-commands:hover .lqt-thread-actions-trigger {

Comments

#Comment by Simetrical (talk | contribs)   22:42, 26 June 2009

Don't you need "1px transparent solid" here? "1px transparent" should mean "1px transparent none", IIRC, so the border won't show regardless of the specified width.

(I also don't recall offhand if "transparent" is supported by all browsers here.)

Status & tagging log