add roundness, fix inputs
This commit is contained in:
parent
17b25ef0e0
commit
bcc5084409
33 changed files with 150 additions and 150 deletions
|
|
@ -9,7 +9,7 @@ export default {
|
|||
],
|
||||
states: {
|
||||
hover: ':hover',
|
||||
active: 'active'
|
||||
active: '.active'
|
||||
},
|
||||
defaultRules: [
|
||||
{
|
||||
|
|
@ -25,6 +25,13 @@ export default {
|
|||
opacity: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
state: ['active'],
|
||||
directives: {
|
||||
background: '$mod(--bg, 5)',
|
||||
opacity: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'Text',
|
||||
variant: 'normal',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue