From cdc3b17b1fa47fdf62cb3908548087416a1ab233 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 26 Jan 2024 23:46:53 -0600 Subject: [PATCH] Update button box shadow to true none. --- scss/bootstrap/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap/_variables.scss b/scss/bootstrap/_variables.scss index 62aaf18..96c873b 100644 --- a/scss/bootstrap/_variables.scss +++ b/scss/bootstrap/_variables.scss @@ -49,7 +49,7 @@ $table-hover-bg-factor: .03 !default; // Buttons + Forms // Buttons -$btn-box-shadow: null; +$btn-box-shadow: none; $enable-gradients: true; $btn-transition: none;