summaryrefslogtreecommitdiff
path: root/src/components/Input.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-12-06 16:02:08 +0800
committerHaishan <[email protected]>2020-12-06 20:19:51 +0800
commitd2b01d80fb8dae8e3400bb09038d3afbcbd55495 (patch)
treea2aedfbf1b565d962727cd41c71b42073dc2dab5 /src/components/Input.module.css
parent8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (diff)
chore: minor input and select style tweak
Diffstat (limited to 'src/components/Input.module.css')
-rw-r--r--src/components/Input.module.css7
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,