diff options
| author | Haishan <[email protected]> | 2020-12-06 16:02:08 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-12-06 20:19:51 +0800 |
| commit | d2b01d80fb8dae8e3400bb09038d3afbcbd55495 (patch) | |
| tree | a2aedfbf1b565d962727cd41c71b42073dc2dab5 /src/components/Input.module.css | |
| parent | 8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (diff) | |
chore: minor input and select style tweak
Diffstat (limited to 'src/components/Input.module.css')
| -rw-r--r-- | src/components/Input.module.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/Input.module.css b/src/components/Input.module.css index a39c064..e63bf79 100644 --- a/src/components/Input.module.css +++ b/src/components/Input.module.css @@ -11,11 +11,10 @@ height: 40px; outline: none; padding: 0 15px; - transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); width: 100%; - &:focus { - border-color: var(--color-focus-blue); - } +} +.input:focus { + box-shadow: rgba(66, 153, 225, 0.6) 0px 0px 0px 3px; } input::-webkit-outer-spin-button, |
