mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-29 12:42:16 -05:00
[ux] make pending messages different color
This commit is contained in:
parent
159bfdf3fc
commit
0582a947a6
@ -109,7 +109,7 @@
|
|||||||
content: 'edited '
|
content: 'edited '
|
||||||
|
|
||||||
&.pending
|
&.pending
|
||||||
background-color: red
|
color: lighten($baseText, 50%)
|
||||||
|
|
||||||
.body
|
.body
|
||||||
display: inline
|
display: inline
|
||||||
|
@ -728,7 +728,7 @@ h3 {
|
|||||||
content: 'edited ';
|
content: 'edited ';
|
||||||
}
|
}
|
||||||
.messages .message.pending {
|
.messages .message.pending {
|
||||||
background-color: #f00;
|
color: #ababab;
|
||||||
}
|
}
|
||||||
.messages .message .body {
|
.messages .message .body {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user