hide explore button when focusing filter field
This commit is contained in:
parent
4ffa8c7b4a
commit
0fe31f843a
3 changed files with 28 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue