Merge pull request #369 from StroepWafel/globalSearch-improvements

Global search improvements
This commit is contained in:
Seth Burkart
2026-02-16 12:30:22 +11:00
committed by GitHub
24 changed files with 1900 additions and 320 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
background: var(--better-main) !important;
--navy: #1a1a1a !important;
--auto-background: var(--better-pale, var(--background-secondary)) !important;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
::view-transition-old(root),
@@ -36,7 +36,7 @@ body,
.legacy-root option,
.legacy-root .input,
html {
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
select option {
@@ -56,7 +56,7 @@ select {
background: var(--auto-background) !important;
}
:root * {
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
--theme-fg-parts: white;
}
.extension-editor {
@@ -302,7 +302,7 @@ select {
.material-icons {
font-size: 0px !important;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
&::before {
font-size: 18px !important;
content: "Search" !important;
@@ -413,7 +413,7 @@ ul.magicDelete > li.deleting {
background: var(--better-main) !important;
color: var(--text-color);
border-right: none;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
#menu li > label > svg,
#menu section > label > svg {