tabs support + cleanup

This commit is contained in:
Henry Jameson 2024-02-22 00:02:24 +02:00
commit 879f520b75
9 changed files with 74 additions and 14 deletions

View file

@ -3,8 +3,6 @@ export default {
selector: '.button-unstyled',
states: {
disabled: ':disabled',
toggled: '.toggled',
pressed: ':active',
hover: ':hover:not(:disabled)',
focused: ':focus-within'
},