aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss10
1 files changed, 0 insertions, 10 deletions
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 @@
301 color: pvar(--mainForegroundColor); 301 color: pvar(--mainForegroundColor);
302 background-color: pvar(--inputBackgroundColor); 302 background-color: pvar(--inputBackgroundColor);
303 outline: none; 303 outline: none;
304
305 // Input box-shadow on focus
306 &:focus-within,
307 &:focus {
308 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
309
310 &.input-error {
311 box-shadow: #{$focus-box-shadow-form} #{scale-color($red, $alpha: -75%)};
312 }
313 }
314} 304}
315 305
316.input-group { 306.input-group {