File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 cursor : pointer ;
5151 padding-left : 8px ;
5252 width : 100% ;
53+ border : none ;
54+ background : transparent ;
5355
5456 & :hover {
5557 font-weight : var (--font-weight-bold );
Original file line number Diff line number Diff line change 734734 .str-chat__message-simple__actions__action--reactions {
735735 display : flex ;
736736 }
737-
738- .str-chat__message-simple__actions__action--reactions {
739- display : flex ;
740- }
741737 }
742738
743739 & -text {
Original file line number Diff line number Diff line change 168168 font-size : var (--md-font );
169169}
170170
171+ .rta__entity {
172+ cursor : pointer ;
173+ width : 100% ;
174+ border : none ;
175+ background : transparent ;
176+ }
177+
171178.rta__entity--selected {
172179 background-color : var (--primary-color );
173180 color : var (--white );
Original file line number Diff line number Diff line change 460460 }
461461 }
462462 }
463+
464+ .str-chat-angular__message-list-host .str-chat__list {
465+ padding : 0 ;
466+ }
463467}
464468
465469.str-chat {
Original file line number Diff line number Diff line change 169169 // box-shadow: none;
170170 background : var (--white );
171171 box-shadow : 0 2px 9px 0 var (--border ), 0 1px 0 0 var (--border );
172+
173+ .str-chat__square-button {
174+ cursor : pointer ;
175+ }
172176 }
173177
174178 & __thread-start {
You can’t perform that action at this time.
0 commit comments