From ae345d2c458bd0952d9b85c2e03060b2d286d320 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 12 Feb 2024 17:26:08 +0200 Subject: buttons look great now, including unstyled ones menu items work too --- src/components/input.style.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/components/input.style.js') diff --git a/src/components/input.style.js b/src/components/input.style.js index 4d0690cf..37398ab8 100644 --- a/src/components/input.style.js +++ b/src/components/input.style.js @@ -24,19 +24,16 @@ export default { selector: '.input', states: { disabled: ':disabled', - pressed: ':active', hover: ':hover', focused: ':focus-within' }, - // variants: { - // }, validInnerComponents: [ 'Text' ], defaultRules: [ { directives: { - background: '--fg', + background: '--fg, -5', shadow: [{ x: 0, y: 0, -- cgit v1.2.3-70-g09d2