Advertisement
Guest User

Untitled

a guest
May 17th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .is-currentRoot > .Node-children > .Node-childrenInner:hover > .Node-outer {
  2. opacity: .2;
  3. transition: 1.5s;
  4. }
  5. .is-currentRoot > .Node-children > .Node-childrenInner > .Node-outer:hover {
  6. opacity: 1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement