dynamically load .style.js files; move the files closer to related components

This commit is contained in:
Henry Jameson 2024-02-18 18:40:14 +02:00
commit 3e198526e6
12 changed files with 57 additions and 62 deletions

View file

@ -40,7 +40,7 @@ export default {
// normal: '' // normal state is implicitly added, it is always included
toggled: '.toggled',
pressed: ':active',
hover: ':hover',
hover: ':hover:not(:disabled)',
focused: ':focus-within',
disabled: ':disabled'
},