]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/buttons/button.component.scss
Migrate to $localize
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / button.component.scss
index 5b27af3f4cef2b0f511627ab30463686ea2f5f48..f73b7b8087ad903809fd02ce00edbafd243e0594 100644 (file)
@@ -1,21 +1,28 @@
 @import '_variables';
 @import '_mixins';
 
+:host {
+  outline: none;
+}
+
 my-small-loader ::ng-deep .root {
   display: inline-block;
   margin: 0 3px 0 0;
   width: 20px;
 }
 
-.action-button {
-  @include peertube-button-link;
-  @include button-with-icon(21px, 0, -2px);
-
-  > :nth-child(2) {
+a[class$=-button],
+span[class$=-button] {
+  > span {
     margin-left: 5px;
   }
 }
 
+.action-button {
+  @include peertube-button-link;
+  @include button-with-icon(21px, 0, -1px);
+}
+
 .orange-button {
   @include peertube-button;
   @include orange-button;