stylesheets/foundation/buttons.scss in zurb-foundation-3.0.3 vs stylesheets/foundation/buttons.scss in zurb-foundation-3.0.4
- old
+ new
@@ -89,9 +89,11 @@
&:hover { background-color: lighten($mainColor, 45%); color: #222; }
&.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: darken($white, 7%); }
}
}
+ &.up>ul { border-top: 1px solid darken($white, 20%); border-bottom: none; }
+
ul.no-hover.show-dropdown { display: block !important; }
&:hover {
&>ul.no-hover {
display: none;
}