diff --git a/frontend/src/components/organisms/BottomBar/style.scss b/frontend/src/components/organisms/BottomBar/style.scss
index b0f49c065f44bc3c10ec35d2a389abc2e711206c..5fca88fdc94659b02dbce2134d5afe7c7951285c 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;
   }