Update missing quote reference styles
This commit is contained in:
parent
cc525c249d
commit
cfabf8f533
1 changed files with 4 additions and 2 deletions
|
@ -122,7 +122,8 @@
|
|||
@each $color, $value in $conversation-colors-gradient {
|
||||
.module-quote--compose-#{$color},
|
||||
.module-quote--incoming-#{$color} {
|
||||
.module-quote__primary {
|
||||
.module-quote__primary,
|
||||
&.module-quote__reference-warning {
|
||||
border-inline-start-color: map-get($value, 'start');
|
||||
}
|
||||
}
|
||||
|
@ -147,7 +148,8 @@
|
|||
}
|
||||
}
|
||||
.module-quote--outgoing-#{$color} {
|
||||
.module-quote__primary {
|
||||
.module-quote__primary,
|
||||
&.module-quote__reference-warning {
|
||||
border-inline-start-color: $color-white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue