aboutsummaryrefslogtreecommitdiff
path: root/src/components/input.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-12 17:26:08 +0200
committerHenry Jameson <me@hjkos.com>2024-02-12 17:26:08 +0200
commitae345d2c458bd0952d9b85c2e03060b2d286d320 (patch)
treecc0055345936b37b8431e4d2b9bded6f77714231 /src/components/input.style.js
parent1c5f156af04b6df4cbce8fcf999d752e2500089c (diff)
buttons look great now, including unstyled ones menu items work too
Diffstat (limited to 'src/components/input.style.js')
-rw-r--r--src/components/input.style.js5
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,