Skip to content

Commit

Permalink
add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janzenisaac committed Nov 28, 2023
1 parent a01e594 commit eb13aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ $max-width: 600px;
}
}

// hide search icon from default search menu
.search-menu.glimmer-search-menu .search-icon {
display: none;
}

.custom-search-banner-wrap {
box-sizing: border-box;
position: relative;
Expand Down Expand Up @@ -48,7 +53,6 @@ $max-width: 600px;
.search-input input#search-term[type="text"] {
margin: 0;
width: 100%;
// padding: 0;
}

.search-input {
Expand Down Expand Up @@ -106,10 +110,6 @@ $max-width: 600px;
}
}

.search-input .search-context {
// margin-right: 1em !important;
}

// hide the search icon when a search context is selected
// eg when searching in a topic
.search-input .search-context + .search-icon:not(.has-search-button-text),
Expand Down

0 comments on commit eb13aff

Please sign in to comment.