CSS Refactor: Pull quote CSS out from parent classes
This is to prepare for it to be shown in the message composition area.
This commit is contained in:
parent
b4ff223d18
commit
d29162f3b6
3 changed files with 236 additions and 250 deletions
|
@ -171,7 +171,7 @@ export class Quote extends React.Component<Props, {}> {
|
|||
: null;
|
||||
const classes = classnames(
|
||||
authorColor,
|
||||
'quote',
|
||||
'quoted-message',
|
||||
isFromMe ? 'from-me' : null,
|
||||
!onClick ? 'no-click' : null,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue