Explorar el Código

disables btn box shadow

yusuketk hace 6 años
padre
commit
e6ebdf13bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;