From cd8d566531a7351a6f4e9273fb7b744da7ebbcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 21 Nov 2019 21:01:49 +0000 Subject: [PATCH] fix(ui): disable shadows on buttons --- ui/src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/App.scss b/ui/src/App.scss index e8bc5238e..c0934ec24 100644 --- a/ui/src/App.scss +++ b/ui/src/App.scss @@ -30,6 +30,10 @@ $pagination-disabled-bg: #dee2e6; // gray-300 $enable-shadows: true; +$btn-box-shadow: 0; +$btn-focus-box-shadow: 0; +$btn-active-box-shadow: 0; + @import "~bootswatch/dist/flatly/variables"; @import "~bootstrap/scss/bootstrap"; @import "~bootswatch/dist/flatly/bootswatch";