Merge branch 'themes3' into shigusegubu-themes3
This commit is contained in:
commit
65ea2eebc3
8 changed files with 49 additions and 47 deletions
|
|
@ -200,6 +200,7 @@ export const convertTheme2To3 = (data) => {
|
|||
if (rule.component === 'Button') {
|
||||
newRules.push({ ...rule, component: 'ScrollbarElement' })
|
||||
newRules.push({ ...rule, component: 'Tab' })
|
||||
newRules.push({ ...rule, component: 'Tab', state: ['active'], directives: { opacity: 0 } })
|
||||
}
|
||||
})
|
||||
return newRules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue