From bcc6619aee812302b93423f9a2544d6f234d0b9d Mon Sep 17 00:00:00 2001 From: Antti Lylander <34887042+torjantai@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:48:33 +0200 Subject: [PATCH] Input focus (#62) * add peer dependencies for zeit and ts-pnp * visually indicate focus on email input * Revert "add peer dependencies for zeit and ts-pnp" This reverts commit a13cfac8bb0949bd00345f11ae802b319fd8bea5. --- styles/_button.styl | 4 ++-- styles/_input.styl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/_button.styl b/styles/_button.styl index 7520b39..8fb88b4 100644 --- a/styles/_button.styl +++ b/styles/_button.styl @@ -1,9 +1,9 @@ .btn border-radius 3px - border 0 padding 1em font-size 14px - outline 0 cursor pointer &:disabled opacity 0.6 + + diff --git a/styles/_input.styl b/styles/_input.styl index 808e2f8..4a559d3 100644 --- a/styles/_input.styl +++ b/styles/_input.styl @@ -7,10 +7,10 @@ border 2px solid rgba(0, 0, 0, 0.3) border-radius 5px background #fff - color rgba(0, 0, 0, 0.5) outline 0 + color rgba(0, 0, 0, 0.5) &:focus - border 2px solid rgba(0, 0, 0, 0.4) + border 2px solid #3090de color rgba(0, 0, 0, 0.6) .input::-webkit-input-placeholder