File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 920920 padding : 0 var (--xs-p );
921921 }
922922
923- & :first-of-type {
923+ & :first-of-type:not ( .str-chat-angular__message-attachment-file-single ) {
924924 border-radius : var (--border-radius ) var (--border-radius ) 0 0 ;
925925 border-bottom : transparent ;
926926 }
927927
928- & :last-of-type {
928+ & :last-of-type:not ( .str-chat-angular__message-attachment-file-single ) {
929929 border-top-color : transparent ;
930930 border-radius : 0 0 var (--border-radius ) calc (var (--border-radius-sm ) / 2 );
931931
938938 }
939939 }
940940
941- .str-chat__message-attachment-file--item {
941+ .str-chat__message-attachment-file--item :not ( .str-chat-angular__message-attachment-file-single ) {
942942 border-radius : 0 ;
943943 }
944944
951951 .str-chat__message-attachment--file {
952952 background : var (--grey-gainsboro );
953953
954- & :last-of-type {
954+ & :last-of-type:not ( .str-chat-angular__message-attachment-file-single ) {
955955 border-radius : 0 0 calc (var (--border-radius-sm ) / 2 ) var (--border-radius );
956956
957- & :first-of-type {
957+ & :first-of-type:not ( .str-chat-angular__message-attachment-file-single ) {
958958 border-radius : var (--border-radius ) var (--border-radius ) calc (var (--border-radius-sm ) / 2 )
959959 var (--border-radius );
960960 }
You can’t perform that action at this time.
0 commit comments