Sfoglia il codice sorgente

btn-default box-shadow

yusuketk 6 anni fa
parent
commit
2859174e5b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/client/styles/scss/_override-bootstrap.scss

+ 4 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -78,6 +78,10 @@
     background: $this-color;
     background: $this-color;
     border: 1px solid $this-color;
     border: 1px solid $this-color;
     opacity: 0.8;
     opacity: 0.8;
+    box-shadow: none;
+  }
+  &:active &.active {
+    box-shadow: none;
   }
   }
 }
 }