]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/button.component.scss
Support audio upload in client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.scss
index 04199a2a95c31e3dea21078dc36951405fae7157..7ec77f4c956374f44ef7f1ee353cc05dba740e96 100644 (file)
@@ -4,18 +4,6 @@
 .action-button {
   @include peertube-button-link;
   @include button-with-icon(21px, 0, -2px);
-
-  font-weight: $font-semibold;
-  color: $grey-foreground-color;
-  background-color: $grey-background-color;
-
-  &:hover {
-    background-color: $grey-background-hover-color;
-  }
-
-  my-global-icon {
-    @include apply-svg-color($grey-foreground-color);
-  }
 }
 
 // In a table, try to minimize the space taken by this button