2
0
Yuki Takei 4 жил өмнө
parent
commit
52a0e0d311

+ 2 - 6
packages/app/src/styles/atoms/_buttons.scss

@@ -7,9 +7,7 @@
   &:not(:disabled):not(.disabled):not(:hover) {
     background-color: transparent;
   }
-  &:focus {
-    box-shadow: none;
-  }
+  box-shadow: none !important;
 }
 
 .btn.btn-bookmark {
@@ -21,9 +19,7 @@
   &:not(:disabled):not(.disabled):not(:hover) {
     background-color: transparent;
   }
-  &:focus {
-    box-shadow: none;
-  }
+  box-shadow: none !important;
 }
 
 .btn-copy,