Skip to content

Commit

Permalink
LOYALIST-51 Search views cancel+text on demand updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Jul 30, 2024
1 parent 2084361 commit 494c9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/views.view.search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ display:
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
text_input_required: 'Select any filter and click on Apply to see results'
text_input_required: '<span class="fa-solid fa-circle-info me-1 text-secondary"></span>Enter the expression you want to find and press <strong>Search</strong> to return <em>matching</em> records. Otherwise, press <strong>Search</strong> without any terms to return <em>all</em> records.'
text_input_required_format: wysiwyg
access:
type: perm
Expand Down
2 changes: 1 addition & 1 deletion custom/themes/the_loyalist_collection/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ input[type="search"]::-webkit-search-cancel-button {

input[type="search"]:focus::-webkit-search-cancel-button,
input[type="search"]:hover::-webkit-search-cancel-button {
opacity: 0.7;
opacity: 0.6;
pointer-events: auto;
}
input[type="search"]::-webkit-search-cancel-button:hover {
Expand Down

0 comments on commit 494c9a7

Please sign in to comment.