Composer: Editing message conflicts with select mode (#1344)
This commit is contained in:
parent
41713e3ca2
commit
435362e448
@ -2,6 +2,10 @@
|
|||||||
height: 2.625rem;
|
height: 2.625rem;
|
||||||
transition: height 150ms ease-out, opacity 150ms ease-out;
|
transition: height 150ms ease-out, opacity 150ms ease-out;
|
||||||
|
|
||||||
|
.select-mode-active + .middle-column-footer & {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.open) {
|
&:not(.open) {
|
||||||
height: 0 !important;
|
height: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,6 +6,10 @@
|
|||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-mode-active + .middle-column-footer & {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.open) {
|
&:not(.open) {
|
||||||
height: 0 !important;
|
height: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user