about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorOllie H <renahlee@outlook.com>2023-05-08 14:09:15 -0700
committerGitHub <noreply@github.com>2023-05-08 16:09:15 -0500
commitcdfb1c7abf02ef7896d6cdcf3566ee0c7dd390d3 (patch)
tree903033d102e2621b796d1a68b247cb756f75ca64 /web
parent84046f42d575d57109bf4806740569c689cab98f (diff)
downloadvoidsky-cdfb1c7abf02ef7896d6cdcf3566ee0c7dd390d3.tar.zst
Visual improvements to web autocomplete (#591)
* Visual improvements to web autocomplete

* Remove stray styling
Diffstat (limited to 'web')
-rw-r--r--web/index.html22
1 files changed, 1 insertions, 21 deletions
diff --git a/web/index.html b/web/index.html
index f88fd727b..f518665ca 100644
--- a/web/index.html
+++ b/web/index.html
@@ -110,27 +110,7 @@
         outline: 0;
       }
       .tippy-content .items {
-        border-radius: 6px;
-        background: #F3F3F8;
-        border: 1px solid #e0d9d9;
-        padding: 3px 3px;
-      }
-      .tippy-content .items .item {
-        display: block;
-        background: transparent;
-        color: #8a8c9a;
-        border: 0;
-        font: 17px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
-        padding: 7px 10px 8px;
-        width: 100%;
-        text-align: left;
-        box-sizing: border-box;
-        letter-spacing: 0.2px;
-      }
-      .tippy-content .items .item.is-selected {
-        background: #fff;
-        border-radius: 4px;
-        color: #333;
+        width: fit-content;
       }
     </style>
   </head>