From 176806204c471977177f991db6fafd36dde8dab7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Jun 2022 17:26:08 +0200 Subject: Don't display input error in red on typing --- client/src/sass/bootstrap.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 28a6f4807..49585a124 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -301,16 +301,6 @@ color: pvar(--mainForegroundColor); background-color: pvar(--inputBackgroundColor); outline: none; - - // Input box-shadow on focus - &:focus-within, - &:focus { - box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); - - &.input-error { - box-shadow: #{$focus-box-shadow-form} #{scale-color($red, $alpha: -75%)}; - } - } } .input-group { -- cgit v1.2.3