Add CSS animation to mailboxes tree

This commit is contained in:
Francis Lachapelle
2015-01-29 11:32:35 -05:00
parent 225d039f89
commit 383ccdbc82
3 changed files with 18 additions and 12 deletions
@@ -1,6 +1,8 @@
md-sidenav {
md-list {
md-item-content {
transition: background-color 0.2s ease-out,
color 0.5s linear;
&:hover {
background-color: #ede5ca; // paper 200
cursor: pointer;
@@ -12,6 +14,7 @@ md-sidenav {
color: #a1ccc8; // vintage-blue 500
}
.sg-item-name {
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;