From 74b56cbca74ebac297781c268117236940261187 Mon Sep 17 00:00:00 2001 From: Brandon Tripp Date: Fri, 20 Nov 2020 14:10:43 -0700 Subject: [PATCH] linting of LoginForm.vue --- webapp/components/LoginForm/LoginForm.vue | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue index 52ee7262b..2010d2ae3 100644 --- a/webapp/components/LoginForm/LoginForm.vue +++ b/webapp/components/LoginForm/LoginForm.vue @@ -30,10 +30,7 @@ class="password-field" :type="showPassword ? 'text' : 'password'" /> - + @@ -90,10 +87,9 @@ export default { } }, toggleShowPassword(event) { - console.log(event); - event.preventDefault(); this.showPassword = !this.showPassword - } + event.preventDefault() + }, }, } @@ -140,14 +136,14 @@ export default { cursor: pointer; &:focus-within { - background-color: $background-color-base; - border: $input-border-size solid $border-color-active; + background-color: $background-color-base; + border: $input-border-size solid $border-color-active; - .toggle-icon { - color: $text-color-base; + .toggle-icon { + color: $text-color-base; + } } } - } &:focus-within { background-color: $background-color-base;