Add show more/less toggle for entire threads in web UI
Inspired from b6003afcdb
but using component
properties instead of redux store for hidden/revealed state.
This commit is contained in:
@ -265,6 +265,10 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
& > .column-header__back-button {
|
||||
color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
&.active {
|
||||
box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3);
|
||||
|
||||
|
Reference in New Issue
Block a user