Improve download modal input style
authorChocobozzz <me@florianbigard.com>
Mon, 24 Sep 2018 15:48:34 +0000 (17:48 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 24 Sep 2018 15:48:34 +0000 (17:48 +0200)
client/src/app/videos/+video-watch/modal/video-download.component.scss
client/src/app/videos/+video-watch/modal/video-share.component.scss
client/src/sass/application.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;
index 4c07bce89b59929221ace9b52bc79fa733b09cf9..4937506b9eb88715ba37fcbc832019ae0ca95a0b 100644 (file)
@@ -5,10 +5,6 @@
   margin-right: 0 !important;
 }
 
-.btn-outline-secondary {
-  border-color: $input-border-color;
-}
-
 .qr-code-group {
   text-align: center;
 }
index bc443b8d5d38047dbf9fa5472c98c7f3baff51fc..760be3822cdcd705ef3e40cf10e05eb30ccd5387 100644 (file)
@@ -60,6 +60,10 @@ input, textarea {
   color: var(--mainForegroundColor);
 }
 
+.btn-outline-secondary {
+  border-color: $input-border-color;
+}
+
 label {
   font-weight: $font-bold;
   font-size: 15px;