afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-06-26 01:52 pm

[dw-free] Negatives sidebar elements dance when hovering over icon

[commit: http://hg.dwscoalition.org/dw-free/rev/08ccb45a25f1]

http://bugs.dwscoalition.org/show_bug.cgi?id=1125

Don't remove padding when hovering over the icon

Patch by [personal profile] av8rmike.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r 8f122b5b2aef -r 08ccb45a25f1 bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Fri Jun 26 13:47:43 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Fri Jun 26 13:51:34 2009 +0000
@@ -268,7 +268,6 @@ function print_stylesheet()
     }
     #secondary a:hover, #secondary a:active {
         color:$*color_module_link_hover;
-        padding-bottom: 0px;
     }
     #secondary .module-header {
         border-bottom:1px solid $*color_module_border;
--------------------------------------------------------------------------------