Skip to content

Commit

Permalink
Added theme related styles, highlighted and order search
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Rodriguez Reyes committed Jan 24, 2025
1 parent e76b2d8 commit abcbfa4
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 269 deletions.
9 changes: 2 additions & 7 deletions css/combobox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 29 additions & 1 deletion css/site-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,32 @@
padding: inherit !important;
border: none !important;
}
/*# sourceMappingURL=site-search.css.map */

.enable__is-dark-mode .enable-combobox [role="listbox"] {
background: #121212;
}

.enable__is-dark-mode .enable-combobox .site-search__button {
background: #121212;
}

.enable__is-dark-mode .enable-combobox .site-search__icon {
background: #121212;
content: url('../images/search.svg');
}

.site-search [role="option"]:hover {
color: #000;
background-color: #ccc;
}

.site-search [role="option"]:hover p,
.site-search [role="option"]:hover strong {
color: #000;
}

.highlight {
background-color: yellow;
color: black;
font-weight: bold;
}
220 changes: 0 additions & 220 deletions js/modules/es4/search.js

This file was deleted.

Loading

0 comments on commit abcbfa4

Please sign in to comment.