reply-to work
This commit is contained in:
parent
1301aff930
commit
acdf081bb1
8 changed files with 255 additions and 130 deletions
|
|
@ -4,6 +4,9 @@ export default {
|
|||
variants: {
|
||||
outgoing: '.outgoing',
|
||||
},
|
||||
states: {
|
||||
focused: '.-focused',
|
||||
},
|
||||
validInnerComponents: ['Text', 'Icon', 'Border', 'PollGraph'],
|
||||
defaultRules: [
|
||||
{
|
||||
|
|
@ -18,5 +21,11 @@ export default {
|
|||
background: '--bg, 5',
|
||||
},
|
||||
},
|
||||
{
|
||||
state: ['focused'],
|
||||
directives: {
|
||||
background: '--inheritedBackground, 10',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue