hide explore button when focusing filter field

This commit is contained in:
Bruno Windels 2019-09-10 10:57:25 +02:00 committed by David Baker
parent 4ffa8c7b4a
commit 0fe31f843a
3 changed files with 28 additions and 0 deletions

View file

@ -138,8 +138,13 @@ limitations under the License.
.mx_LeftPanel_explore {
flex: 0 0 40%;
overflow: hidden;
transition: flex-basis 0.2s;
box-sizing: border-box;
&.mx_LeftPanel_explore_hidden {
flex-basis: 0;
}
.mx_AccessibleButton {
font-size: 14px;
margin: 9px;