Skip to content

Commit

Permalink
Final fix for search toogle
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 27, 2024
1 parent 56dfb43 commit 97b328d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/onboarding-shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
'type' => 'text',
'args' => [
'title' => '',
'text' => '<<div class="sec-nav"><a class="seach-toggle" role="button"><span class="sr-only">Search Dropdown</span><img class="search-ico" src="https://chapter-template.internetsociety.org/wp-content/themes/genesis-child-chapters/images/search-icon-21px-21px.svg" alt="Search Icon" width="21" height="21" /></a><a class="join customize-unpreviewable" href="https://community.internetsociety.org/s/new-registration">Join</a></div>
'text' => '<<div class="sec-nav"><a class="search-toggle" role="button"><span class="sr-only">Search Dropdown</span><img class="search-ico" src="https://chapter-template.internetsociety.org/wp-content/themes/genesis-child-chapters/images/search-icon-21px-21px.svg" alt="Search Icon" width="21" height="21" /></a><a class="join customize-unpreviewable" href="https://community.internetsociety.org/s/new-registration">Join</a></div>
<div class="search-block" style="display: none;"><form class="is-search-form is-disable-submit is-form-style is-form-style-3 is-form-id-540 is-ajax-search" role="search" action="https://chapter-template.isoc.org/" method="get" target="_self" data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="540"><input name="customize_messenger_channel" type="hidden" value="preview-0" /><input name="customize_autosaved" type="hidden" value="on" /><input name="customize_changeset_uuid" type="hidden" value="dc0b2f39-1120-4274-b43b-4322e61b0ce2" /><label for="is-search-input-540"><input id="is-search-input-540" class="is-search-input" autocomplete="off" name="s" type="search" value="" placeholder="Search by Keyword" /></label>
<input name="id" type="hidden" value="540" />
Expand Down
2 changes: 1 addition & 1 deletion js-src/common.js

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

2 changes: 1 addition & 1 deletion maps/style.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scss/style/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
padding-top: 0;
}
}
a.seach-toggle {
a.search-toggle {
width: 21px;
}

Expand Down Expand Up @@ -532,7 +532,7 @@
a.join {
display: none;
}
a.seach-toggle {
a.search-toggle {
width: 18px;
margin-left: 20px;
}
Expand Down Expand Up @@ -577,7 +577,7 @@
.sec-nav {
flex-direction: column-reverse;
align-items: flex-end;
a.seach-toggle {
a.search-toggle {
margin-bottom: 10px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 97b328d

Please sign in to comment.