Skip to content

Commit

Permalink
Update missing quote reference styles
Browse files Browse the repository at this point in the history
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and trevor-signal committed May 31, 2023
1 parent 13ad950 commit 0bac57f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stylesheets/components/Quote.scss
Expand Up @@ -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');
}
}
Expand All @@ -147,7 +148,8 @@
}
}
.module-quote--outgoing-#{$color} {
.module-quote__primary {
.module-quote__primary,
&.module-quote__reference-warning {
border-inline-start-color: $color-white;
}
}
Expand Down

0 comments on commit 0bac57f

Please sign in to comment.