Skip to content
Snippets Groups Projects
Unverified Commit 3bcaf797 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

hover parent / child should only go down one level

parent 2d3c6d11
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@
visibility
hide and show a child element using visibility
*/
.hover-parent.hover--visibility .hover-child,
.hover-parent:hover.hover--visibility .hover-child--hidden {
.hover-parent.hover--visibility > .hover-child,
.hover-parent:hover.hover--visibility > .hover-child--hidden {
visibility: hidden;
}
.hover-parent:hover.hover--visibility .hover-child {
.hover-parent:hover.hover--visibility > .hover-child {
visibility: visible;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment