Merge pull request #1326 from loki-project/clearnet

fix quote background and border on lightmode
pull/1390/head v1.3.0
Audric Ackermann 5 years ago committed by GitHub
commit d613df067b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,12 +7,12 @@
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
overflow: hidden; overflow: hidden;
border-radius: 4px;
border-left-width: 4px; border-left-width: 4px;
border-left-style: solid; border-left-style: solid;
@include themify($themes) { @include themify($themes) {
border-color: themed('accent'); border-color: themed('accentButton');
} }
&__primary__type-label { &__primary__type-label {
@ -64,7 +64,16 @@
// This is related to the quote logic inside messages // This is related to the quote logic inside messages
.module-quote { .module-quote {
&--incoming {
@include themify($themes) {
background: themed('sentMessageBackground');
}
}
&--outgoing { &--outgoing {
@include themify($themes) {
background: themed('receivedMessageBackground');
}
.module-quote__primary__author { .module-quote__primary__author {
@include themify($themes) { @include themify($themes) {
color: themed('sentMessageText'); color: themed('sentMessageText');

Loading…
Cancel
Save