Yuki Takei 4 anni fa
parent
commit
52a0e0d311
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  1. 2 6
      packages/app/src/styles/atoms/_buttons.scss

+ 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,