diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 00:02:24 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 00:02:24 +0200 |
| commit | 879f520b75bcb379790317627bc2a8d2b739a2fb (patch) | |
| tree | 869b61adec17dad4cbbf756e2109f864c6f3c9cc /src/components/button_unstyled.style.js | |
| parent | 8a21594dbc5075b92d245f4c83530c7dae71c62a (diff) | |
tabs support + cleanup
Diffstat (limited to 'src/components/button_unstyled.style.js')
| -rw-r--r-- | src/components/button_unstyled.style.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js index 60dd0d47..a2d854aa 100644 --- a/src/components/button_unstyled.style.js +++ b/src/components/button_unstyled.style.js @@ -3,8 +3,6 @@ export default { selector: '.button-unstyled', states: { disabled: ':disabled', - toggled: '.toggled', - pressed: ':active', hover: ':hover:not(:disabled)', focused: ':focus-within' }, |
