Yuki Takei 4 лет назад
Родитель
Сommit
52a0e0d311
1 измененных файлов с 2 добавлено и 6 удалено
  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,