proper polls support
This commit is contained in:
parent
4785c553ef
commit
099a2eb27f
@ -1,13 +1,11 @@
|
||||
export default {
|
||||
name: 'PollGraph',
|
||||
selector: '.poll-graph',
|
||||
validInnerComponents: [
|
||||
'Text'
|
||||
],
|
||||
selector: '.result-fill',
|
||||
defaultRules: [
|
||||
{
|
||||
directives: {
|
||||
background: '--accent'
|
||||
background: '--accent',
|
||||
opacity: 0.5
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user