|
118 | 118 | /* Box shadow applied to a deleted message */ |
119 | 119 | --str-chat__deleted-message-box-shadow: none; |
120 | 120 |
|
| 121 | + /* The border radius used for the borders of a deleted message */ |
| 122 | + --str-chat__blocked-message-border-radius: var(--str-chat__border-radius-md); |
| 123 | + |
| 124 | + /* The text/icon of a deleted message */ |
| 125 | + --str-chat__blocked-message-color: var(--str-chat__text-low-emphasis-color); |
| 126 | + |
| 127 | + /* The background of a deleted message */ |
| 128 | + --str-chat__blocked-message-background-color: var(--str-chat__secondary-surface-color); |
| 129 | + |
| 130 | + /* Top border of a deleted message */ |
| 131 | + --str-chat__blocked-message-border-block-start: none; |
| 132 | + |
| 133 | + /* Bottom border of a deleted message */ |
| 134 | + --str-chat__blocked-message-border-block-end: none; |
| 135 | + |
| 136 | + /* Left (right in RTL layout) border of a deleted message */ |
| 137 | + --str-chat__blocked-message-border-inline-start: none; |
| 138 | + |
| 139 | + /* Right (left in RTL layout) border of a deleted message */ |
| 140 | + --str-chat__blocked-message-border-inline-end: none; |
| 141 | + |
| 142 | + /* Box shadow applied to a deleted message */ |
| 143 | + --str-chat__blocked-message-box-shadow: none; |
| 144 | + |
121 | 145 | /* The border radius used for the borders of a system message */ |
122 | 146 | --str-chat__system-message-border-radius: 0; |
123 | 147 |
|
|
214 | 238 | font: var(--str-chat__body2-text); |
215 | 239 | } |
216 | 240 |
|
| 241 | + .str-chat__message--blocked-inner { |
| 242 | + @include utils.component-layer-overrides('blocked-message'); |
| 243 | + font: var(--str-chat__body2-text); |
| 244 | + } |
| 245 | + |
217 | 246 | &.str-chat__message--me .str-chat__message-bubble { |
218 | 247 | color: var(--str-chat__own-message-bubble-color); |
219 | 248 | background-color: var(--str-chat__own-message-bubble-background-color); |
|
0 commit comments