Przeglądaj źródła

disables btn box shadow

yusuketk 6 lat temu
rodzic
commit
e6ebdf13bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/styles/scss/_override-bootstrap.scss

+ 1 - 1
src/client/styles/scss/_override-bootstrap.scss

@@ -77,7 +77,7 @@
     background: $this-color;
     border: 1px solid $this-color;
     opacity: 0.8;
-    box-shadow: none;
+    box-shadow: none !important;
   }
   &:active &.active {
     box-shadow: none;