tons of fixes mainly aimed at panel headings
This commit is contained in:
parent
aef6d52951
commit
631b8b93a4
12 changed files with 71 additions and 437 deletions
|
@ -60,7 +60,7 @@ const Timeline = {
|
|||
}
|
||||
},
|
||||
classes () {
|
||||
let rootClasses = !this.embedded ? ['panel', 'panel-default'] : []
|
||||
let rootClasses = !this.embedded ? ['panel', 'panel-default'] : ['-nonpanel']
|
||||
if (this.blockingClicks) rootClasses = rootClasses.concat(['-blocked', '_misclick-prevention'])
|
||||
return {
|
||||
root: rootClasses,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue