From 6a4c30de0e2ff82b8df1fc8ab4172ef63bd25566 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 3 Apr 2020 12:30:52 +0200 Subject: Put box-shadow for input focus in variables, apply form-control to p-multiselect --- client/src/sass/bootstrap.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index f0357b579..e8c4528f4 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -240,10 +240,10 @@ ngb-tooltip-window { &:focus-within, &:focus { - box-shadow: 0 0 0 .2rem var(--mainColorLightest); + box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); &.input-error { - box-shadow: 0 0 0 .2rem #{scale-color($red, $alpha: -75%)}; + box-shadow: #{$focus-box-shadow-form} #{scale-color($red, $alpha: -75%)}; } } } -- cgit v1.2.3