From 03e7ec97aadb3fcc278131037dd20546d36ca190 Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Mon, 20 Jan 2020 16:40:59 +0500 Subject: [PATCH] Updated border color on login page fields --- lms/static/sass/views/_login-register.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 74f71ca1e6..ed1c19e6f8 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -87,7 +87,8 @@ color: $uxpl-gray-dark; } - a, label { + a, + label { @extend %expand-clickable-area; } @@ -445,12 +446,13 @@ select { background: transparent; - opacity: 0.85; - border: none; - outline: solid 1px $gray-l3; + border: 1px solid $gray; cursor: pointer; + -webkit-appearance: none; + -webkit-border-radius: 0; - &:active, &:focus { + &:active, + &:focus { outline: auto; } } @@ -481,6 +483,7 @@ .input-block { width: 100%; + border-color: $gray; } .input-inline {