]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/search-typeahead.component.scss
We don't need services anymore for validators
[github/Chocobozzz/PeerTube.git] / client / src / app / header / search-typeahead.component.scss
index c21323f56d22ce1e3caaa4b5bf09b4a265e48fb9..87e8b8c70633057c657b7b55bd587f74f7df22f6 100644 (file)
 
 .icon.icon-search {
   @include icon(25px);
-  height: 21px;
-
-  background-color: pvar(--mainForegroundColor);
-  mask: url('../../assets/images/header/search.svg') no-repeat 50% 50%;
+  height: 18px;
 
   // yolo
   position: absolute;
   margin-left: -35px;
-  margin-top: 5px;
+  margin-top: 3.5px;
+  right: 10px;
 }
 
 .jump-to-suggestions {
@@ -41,6 +39,7 @@ li.suggestion {
   background: pvar(--mainBackgroundColor);
   transition: .3s ease;
   transition-property: box-shadow;
+  cursor: pointer;
 
   // soft border-radius for the last suggestion and the link inside
   &:last-of-type {