summaryrefslogtreecommitdiff
path: root/src/components/Button.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-04-05 00:00:08 +0800
committerHaishan <[email protected]>2019-04-06 21:40:24 +0800
commitce4967e1ab66b777797182c44b87c0ee7056f941 (patch)
treed4cbfd4234a76d9a9f6ef425187da574ff0eb33c /src/components/Button.module.scss
parentb401a7b78f24079855b4f75dbc40cc08e2759e6e (diff)
APIConfig: update style
also added input and button focus style
Diffstat (limited to 'src/components/Button.module.scss')
-rw-r--r--src/components/Button.module.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss
index 2c906ad..e60f902 100644
--- a/src/components/Button.module.scss
+++ b/src/components/Button.module.scss
@@ -7,6 +7,9 @@
border-radius: 100px;
padding: 6px 12px;
user-select: none;
+ &:focus {
+ border-color: var(--color-focus-blue);
+ }
&:hover {
background: #387cec;
border: 1px solid #387cec;