Improve download modal input style
[oweals/peertube.git] / client / src / app / videos / +video-watch / modal / video-download.component.scss
index 439cbb3e387fd9881e15163b02b69a859992cf61..3e826c3b6c89c5aef2935b0e1c425dc1d36037ea 100644 (file)
@@ -3,8 +3,10 @@
 
 .peertube-select-container {
   @include peertube-select-container(100px);
-  border-top-right-radius: 0px;
-  border-bottom-right-radius: 0px;
+
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+  border-right: none;
 
   select {
     height: inherit;