dynamically load .style.js files; move the files closer to related components
This commit is contained in:
parent
7c77809ff9
commit
3e198526e6
12 changed files with 57 additions and 62 deletions
|
|
@ -24,7 +24,7 @@ export default {
|
|||
selector: '.input',
|
||||
states: {
|
||||
disabled: ':disabled',
|
||||
hover: ':hover',
|
||||
hover: ':hover:not(:disabled)',
|
||||
focused: ':focus-within'
|
||||
},
|
||||
validInnerComponents: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue