diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-12 20:48:13 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-12 20:48:13 +0100 |
| commit | 894aee1a5ca3f01292f6db7da9a903fdb2235065 (patch) | |
| tree | 39caa2c8160b1a526034c808aa6bdbca4c147432 /src/objects/_text-field.scss | |
| parent | Fix again (diff) | |
| download | iro-design-894aee1a5ca3f01292f6db7da9a903fdb2235065.tar.gz iro-design-894aee1a5ca3f01292f6db7da9a903fdb2235065.tar.bz2 iro-design-894aee1a5ca3f01292f6db7da9a903fdb2235065.zip | |
Update
Diffstat (limited to 'src/objects/_text-field.scss')
| -rw-r--r-- | src/objects/_text-field.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index 643e8d9..baed043 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | --shadow: 0 0 0 0 transparent, | 61 | --shadow: 0 0 0 0 transparent, |
| 62 | ), | 62 | ), |
| 63 | --focus: ( | 63 | --focus: ( |
| 64 | --border: fn.global-color(--accent --primary --bg), | 64 | --border: fn.global-color(--accent --primary --solid --bg), |
| 65 | --shadow: 0 0 0 0 transparent, | 65 | --shadow: 0 0 0 0 transparent, |
| 66 | ), | 66 | ), |
| 67 | --key-focus: ( | 67 | --key-focus: ( |
| @@ -69,15 +69,15 @@ | |||
| 69 | --shadow: fn.global-color(--focus --shadow), | 69 | --shadow: fn.global-color(--focus --shadow), |
| 70 | ), | 70 | ), |
| 71 | --error: ( | 71 | --error: ( |
| 72 | --border: fn.global-color(--accent --error --bg-hi), | 72 | --border: fn.global-color(--accent --error --solid --bg-hi), |
| 73 | --shadow: 0 0 0 0 transparent, | 73 | --shadow: 0 0 0 0 transparent, |
| 74 | 74 | ||
| 75 | --hover: ( | 75 | --hover: ( |
| 76 | --border: fn.global-color(--accent --error --bg), | 76 | --border: fn.global-color(--accent --error --solid --bg), |
| 77 | --shadow: 0 0 0 0 transparent, | 77 | --shadow: 0 0 0 0 transparent, |
| 78 | ), | 78 | ), |
| 79 | --focus: ( | 79 | --focus: ( |
| 80 | --border: fn.global-color(--accent --error --bg), | 80 | --border: fn.global-color(--accent --error --solid --bg), |
| 81 | --shadow: 0 0 0 0 transparent, | 81 | --shadow: 0 0 0 0 transparent, |
| 82 | ), | 82 | ), |
| 83 | ), | 83 | ), |
