]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/video-download.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-download.component.scss
index 485db5ef58eb11b6b5a4277f614c1502abb812f4..b689b1046635480192f00e3ff855b575b4c54dfe 100644 (file)
@@ -28,7 +28,7 @@
 
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
-  border-right: none;
+  border-right: 0;
 
   select {
     height: inherit;
   }
 }
 
-.action-button-cancel {
-  @include peertube-button-link;
-}
-
-.action-button-submit {
-  @include peertube-button-link;
-  @include orange-button;
-}
-
 #dropdown-download-type {
   cursor: pointer;
 }
@@ -94,7 +85,7 @@
   &.metadata-attribute-tags {
     .metadata-attribute-value:not(:nth-child(2)) {
       &::before {
-        content: ', '
+        content: ', ';
       }
     }
   }