Don't show border on composer when not in RTE mode
This breaks the opacity animation (so remove the transition) but the extra border was making the border on the composer too thick.pull/1954/head
parent
0cb14ba5ec
commit
5e43f2752a
|
@ -62,8 +62,6 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transition: 0.6s border-top ease;
|
|
||||||
border-top: 2px solid rgba(255, 255, 255, 0);
|
|
||||||
}
|
}
|
||||||
.mx_MessageComposer_input_rte {
|
.mx_MessageComposer_input_rte {
|
||||||
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
|
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
|
||||||
|
|
Loading…
Reference in New Issue