mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Minor cleanup
This commit is contained in:
parent
089e709f30
commit
72732f9163
1 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue