0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Minor cleanup

This commit is contained in:
John O'Nolan 2014-07-29 19:50:13 +03:00
parent 089e709f30
commit 72732f9163

View file

@ -235,16 +235,21 @@
}
}
i {
display: none;
}
&:hover {
color: rgba(255,255,255,0.9);
background: $darkgrey;
@include transition(color 0.1s, background 0.1s);
}
&:hover .name {
background: transparent;
@include transition(none);
.name {
background: transparent;
@include transition(none);
}
}
}
}//.user-menu
}