Skip to content

Commit 4c0fd35

Browse files
committed
Improve box shadow, minimize search button space
1 parent eb5362b commit 4c0fd35

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

assets/css/autocomplete.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
.autocomplete-suggestions {
5757
background-color: var(--autocompleteBackground);
5858
border-radius: var(--borderRadius-base);
59-
box-shadow: 0px 15px 99px 0px var(--autocompleteBorder);
59+
box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
6060
overflow-y: auto;
6161
max-height: 450px;
6262
white-space: normal;
@@ -80,8 +80,6 @@
8080

8181
.autocomplete-suggestion.selected {
8282
background-color: var(--autocompleteSelected);
83-
/* focus indicator on left, similar to default in focus.css */
84-
box-shadow: inset 2px 0 var(--main);
8583
}
8684

8785
.autocomplete-suggestion:hover {

assets/css/search-bar.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
width: max-content;
110110
background-color: var(--autocompleteBackground);
111111
border-radius: var(--borderRadius-base);
112-
box-shadow: 0px 8px 24px 0px var(--autocompleteBorder);
112+
box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
113113
z-index: 200;
114114
}
115115

@@ -220,6 +220,10 @@
220220
width: 100%;
221221
box-sizing: border-box;
222222
}
223+
224+
.top-search .search-settings .engine-name {
225+
display: none;
226+
}
223227
}
224228

225229
body.search-focused .search-bar .search-close-button {

formatters/html/dist/html-elixir-DIB2NIX2.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-elixir-UBSVFULE.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

formatters/html/dist/html-erlang-JEVI546E.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-MR4P5LHS.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)