]> 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 1a28dd981eb2c9951092969eaaea769e5457bde2..f73b7b8087ad903809fd02ce00edbafd243e0594 100644 (file)
@@ -1,12 +1,17 @@
 @import '_variables';
 @import '_mixins';
 
+:host {
+  outline: none;
+}
+
 my-small-loader ::ng-deep .root {
   display: inline-block;
   margin: 0 3px 0 0;
   width: 20px;
 }
 
+a[class$=-button],
 span[class$=-button] {
   > span {
     margin-left: 5px;