Skip to content

Instantly share code, notes, and snippets.

@Grawl
Created September 18, 2015 08:56
Show Gist options
  • Select an option

  • Save Grawl/a1ed08f86e678c79d759 to your computer and use it in GitHub Desktop.

Select an option

Save Grawl/a1ed08f86e678c79d759 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.category {
.category-dropdown {
button {
visibility: hidden;
@extend %category-hovered-button;
}
}
&:hover {
%category-hovered-button {
visibility: visible;
}
}
}
.category .category-dropdown button {
visibility: hidden;
}
.category:hover .category-dropdown button {
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment