From 5284f211787231bd3cb270d80458bec4c2cfc499 Mon Sep 17 00:00:00 2001
From: danieldeng2 <danieldeng223@gmail.com>
Date: Fri, 31 Jul 2020 20:16:09 +0100
Subject: [PATCH] Remove border shadow

---
 frontend/src/components/organisms/BottomBar/style.scss | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/frontend/src/components/organisms/BottomBar/style.scss b/frontend/src/components/organisms/BottomBar/style.scss
index b0f49c065..5fca88fdc 100644
--- a/frontend/src/components/organisms/BottomBar/style.scss
+++ b/frontend/src/components/organisms/BottomBar/style.scss
@@ -22,7 +22,9 @@
   }
 
   .bottom-bar-buttons .btn {
-    border: 0;
+		border: 0;
+		box-shadow: none !important;
+    outline: 0 !important;
     border-radius: 0px;
     width: 25%;
     margin-left: 0;
@@ -35,9 +37,8 @@
 
 
 
-  .bottom-bar-buttons .btn:focus {
+  .btn:focus {
     border: 0;
-    outline: 0;
     box-shadow: 0 0 0 0px;
   }
 
-- 
GitLab