]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.scss
Improve search typeahead performance and use native events
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
index 2f0a407fc9cd022440a363d78a8c0d9a559c18c6..91b39077367ba2b638ea0c2de687a21a824afdff 100644 (file)
@@ -5,30 +5,6 @@ my-search-typeahead {
   margin-right: 15px;
 }
 
-#search-video {
-  @include peertube-input-text($search-input-width);
-  padding-left: 10px;
-  padding-right: 40px; // For the search icon
-  font-size: 14px;
-
-  &::placeholder {
-    color: var(--inputPlaceholderColor);
-  }
-}
-
-.icon.icon-search {
-  @include icon(25px);
-  height: 21px;
-
-  background-color: var(--mainForegroundColor);
-  mask: url('../../assets/images/header/search.svg') no-repeat 50% 50%;
-
-  // yolo
-  position: absolute;
-  margin-left: -35px;
-  margin-top: 5px;
-}
-
 .upload-button {
   @include peertube-button-link;
   @include orange-button;