mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Merge pull request #1954 from vector-im/dbkr/fix_messagecomposer_style
Don't show border on composer when not in RTE mode
This commit is contained in:
commit
df5b243e75
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ limitations under the License.
|
|||
display: flex;
|
||||
align-items: center;
|
||||
overflow: auto;
|
||||
transition: 0.6s border-top ease;
|
||||
border-top: 2px solid rgba(255, 255, 255, 0);
|
||||
}
|
||||
.mx_MessageComposer_input_rte {
|
||||
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
|
||||
|
|
Loading…
Reference in a new issue