|
198 | 198 |
|
199 | 199 | /* The hover color of the translation notice that is displayed if a message is translated with auto-translation */ |
200 | 200 | --str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color); |
| 201 | + |
| 202 | + /* The text color of the message reminder, if it's a quoted message */ |
| 203 | + --str-chat__message-reminder-color: var(--str-chat__primary-color); |
| 204 | + |
| 205 | + /* The background of the message reminder, if it's a quoted message */ |
| 206 | + --str-chat__message-reminder-background-color: var(--str-chat__secondary-background-color); |
| 207 | + |
| 208 | + /* Top border of the message reminder */ |
| 209 | + --str-chat__message-reminder-border-block-start: none; |
| 210 | + |
| 211 | + /* Bottom border of the message reminder */ |
| 212 | + --str-chat__message-reminder-border-block-end: none; |
| 213 | + |
| 214 | + /* Left (right in RTL layout) border of the message reminder */ |
| 215 | + --str-chat__message-reminder-border-inline-start: none; |
| 216 | + |
| 217 | + /* Right (left in RTL layout) border of the message reminder */ |
| 218 | + --str-chat__message-reminder-border-inline-end: none; |
| 219 | + |
| 220 | + /* Box shadow applied to the message reminder */ |
| 221 | + --str-chat__message-reminder-box-shadow: none; |
| 222 | + |
| 223 | + /* The border radius used for the borders of a message reminder */ |
| 224 | + --str-chat__message-reminder-border-radius: 0; |
201 | 225 | } |
202 | 226 |
|
203 | 227 | .str-chat__message--system { |
|
228 | 252 | color: var(--str-chat__message-link-color); |
229 | 253 | } |
230 | 254 |
|
| 255 | + .str-chat__message-reminder { |
| 256 | + @include utils.component-layer-overrides('message-reminder'); |
| 257 | + font: var(--str-chat__caption-medium-text); |
| 258 | + } |
| 259 | + |
231 | 260 | .str-chat__message-bubble { |
232 | 261 | @include utils.component-layer-overrides('message-bubble'); |
233 | 262 | font: var(--str-chat__body2-text); |
|
0 commit comments