Skip to content

Commit

Permalink
Merge branch 'QF-993-search-as-you-type-POC' into QF-1115-use-search-…
Browse files Browse the repository at this point in the history
…service
  • Loading branch information
osamasayed committed Dec 2, 2024
2 parents e5e96a2 + 0233f06 commit fbc5e93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ $itemHeight: calc(1.5 * var(--spacing-mega));
padding-inline-end: var(--spacing-xsmall);
cursor: pointer;
color: var(--color-text-faded);
// white-space: nowrap;
position: relative;
z-index: var(--z-index-default);
&.selected {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
}

.name {
// white-space: nowrap;
// overflow: hidden;
// text-overflow: ellipsis;
em {
font-weight: var(--font-weight-bold);
text-decoration: underline;
Expand Down
4 changes: 4 additions & 0 deletions src/components/Search/SearchResults/SearchResults.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
}
.navigationItemContainer {
margin-inline-end: var(--spacing-small);
em {
font-weight: var(--font-weight-semibold);
text-decoration: underline;
}
}

0 comments on commit fbc5e93

Please sign in to comment.