Add show more/less toggle for entire threads in web UI (#6733)

Fix #1258
This commit is contained in:
Eugen Rochko
2018-03-11 09:52:59 +01:00
committed by GitHub
parent f5ee2d469b
commit b6003afcdb
8 changed files with 120 additions and 25 deletions

View File

@ -2515,6 +2515,10 @@ a.status-card {
flex: 1;
}
& > .column-header__back-button {
color: $ui-highlight-color;
}
&.active {
box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3);