Support audio upload in client
[oweals/peertube.git] / client / src / app / shared / buttons / button.component.scss
index 343aea2079a1b93a5fd60189cf4174f202fc3982..7ec77f4c956374f44ef7f1ee353cc05dba740e96 100644 (file)
@@ -3,30 +3,7 @@
 
 .action-button {
   @include peertube-button-link;
-
-  font-size: 15px;
-  font-weight: $font-semibold;
-  color: #585858;
-  background-color: #E5E5E5;
-
-  &:hover {
-    background-color: #EFEFEF;
-  }
-
-  .icon {
-    @include icon(21px);
-
-    position: relative;
-    top: -2px;
-
-    &.icon-edit {
-      background-image: url('../../../assets/images/global/edit-grey.svg');
-    }
-
-    &.icon-delete-grey {
-      background-image: url('../../../assets/images/global/delete-grey.svg');
-    }
-  }
+  @include button-with-icon(21px, 0, -2px);
 }
 
 // In a table, try to minimize the space taken by this button