diff options
Diffstat (limited to 'src/components/input.style.js')
| -rw-r--r-- | src/components/input.style.js | 5 |
1 files changed, 1 insertions, 4 deletions
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, |
