Skip to content

Commit 1587692

Browse files
committed
Coveo: Fixed issue with searchbar on search page
1 parent 64a4f6f commit 1587692

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

assets/css/v2/style.css

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ textarea:not([rows]) {
131131
:root {
132132
/* webfonts */
133133
font-family: var(--font-family);
134-
font-feature-settings:
135-
"liga" on,
136-
"calt" on;
134+
font-feature-settings: "liga" on, "calt" on;
137135

138136
/* fallback to slightly thinner font on browsers without variable 'wght' support */
139137
font-weight: 350;
@@ -143,9 +141,9 @@ textarea:not([rows]) {
143141

144142
/* MARK: Variables
145143
*/
146-
--font-family:
147-
"Inter var", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
148-
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
144+
--font-family: "Inter var", system-ui, -apple-system, BlinkMacSystemFont,
145+
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
146+
sans-serif;
149147
--color-brand: 56.6% 0.194 147.7;
150148
--color-brand-300: 0.84 0.0699 157.51;
151149
--color-brand-200: 0.91 0.0406 157.72;
@@ -262,10 +260,9 @@ textarea:not([rows]) {
262260

263261
@supports (font-variation-settings: normal) {
264262
:root {
265-
--font-family:
266-
InterVariable, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
267-
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
268-
sans-serif;
263+
--font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont,
264+
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
265+
"Helvetica Neue", sans-serif;
269266
}
270267

271268
h1,
@@ -951,6 +948,10 @@ main {
951948
--atomic-border-radius-md: 0;
952949
--atomic-border-radius: 0;
953950
--atomic-font-family: var(--font-family);
951+
952+
atomic-search-box {
953+
z-index: 0;
954+
}
954955
}
955956

956957
atomic-search-interface {
@@ -1209,9 +1210,7 @@ nav.sidebar.sidebar__mobile-open {
12091210
border-radius: 5px 0 0 5px;
12101211
color: oklch(0 0 0 / 0.75);
12111212
text-decoration: none;
1212-
transition:
1213-
background-color 0.2s ease,
1214-
color 0.2s ease;
1213+
transition: background-color 0.2s ease, color 0.2s ease;
12151214

12161215
&:hover {
12171216
background-color: oklch(var(--color-brand) / 0.08);

0 commit comments

Comments
 (0)