Auto-uncollapse when expanding CW

This commit is contained in:
kibigo!
2017-06-25 15:52:55 -07:00
parent b1f9892e63
commit 6a50e73089
2 changed files with 3 additions and 6 deletions

View File

@@ -525,16 +525,13 @@
text-transform: uppercase;
line-height: 18px;
cursor: pointer;
transition: background-color .3s, color .3s;
&:hover {
background: lighten($ui-base-color, 33%);
text-decoration: none;
}
.status-collapsed &, .status-collapsed &:hover {
background: transparent;
color: lighten($ui-base-color, 30%);
.status-collapsed & {
vertical-align: bottom;
}
}