LMMessageEditCollapse
LMMessageEditCollapse
renders the collapsable element for the message to be edited. It is internally used under LMInput
.
CSS Classnames
Classname | Description |
---|---|
lm-input-message-reply | Reply container |
lm-input-message-reply-message-wrapper | Reply message wrapper |
lm-input-message-username | Username text styling |
lm-input-message-text | Reply text styling |
lm-input-message-reply-close | Close button styling |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-input-message-text {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file