]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/assets/scss/components/search.scss
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / assets / scss / components / search.scss
index ff3b41252e8588667d92223daa6be2a1b2619547..4b90582c4c6f05db64bf852381987c2970e775e0 100644 (file)
@@ -1,11 +1,10 @@
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
-    -webkit-appearance: none;
     appearance: none;
 }
 
-[type=search]::-ms-clear,
-[type=search]::-ms-reveal {
+[type="search"]::-ms-clear,
+[type="search"]::-ms-reveal {
     display: none;
     width: 0;
     height: 0;
 .search .search-results {
     font-size: .875rem;
     background-color: var(--body-background-color);
-    position: relative;
     z-index: 10;
     width: 100%;
     border-radius: 0 0 var(--border-radius) var(--border-radius);
     border: 1px solid var(--divider-color);
-    position: rekative;
+    position: relative;
     top: .25rem;
     max-height: 400px;
     overflow-y: auto;
@@ -84,6 +82,7 @@
     &[data-results="true"] {
         padding: 0;
     }
+
     &[data-results="false"] {
         padding: 1rem;
     }
         background-color: var(--lightest-background-color);
     }
 
-    &:focus-within{
+    &:focus-within {
         background-color: var(--lightest-background-color);
     }
 }
     margin-bottom: 0;
     font-family: var(--text-font);
 
-
     a {
         display: block;
         text-decoration: none;