diff options
| author | Haishan <[email protected]> | 2019-04-05 00:00:08 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-04-06 21:40:24 +0800 |
| commit | ce4967e1ab66b777797182c44b87c0ee7056f941 (patch) | |
| tree | d4cbfd4234a76d9a9f6ef425187da574ff0eb33c /src/components/Input.module.scss | |
| parent | b401a7b78f24079855b4f75dbc40cc08e2759e6e (diff) | |
APIConfig: update style
also added input and button focus style
Diffstat (limited to 'src/components/Input.module.scss')
| -rw-r--r-- | src/components/Input.module.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Input.module.scss b/src/components/Input.module.scss index d75a702..a39c064 100644 --- a/src/components/Input.module.scss +++ b/src/components/Input.module.scss @@ -13,6 +13,9 @@ 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::-webkit-outer-spin-button, |
