From 494c9a779578076243ebc512b80d1b271a076b61 Mon Sep 17 00:00:00 2001 From: Jeremy McDermott Date: Tue, 30 Jul 2024 10:44:52 -0300 Subject: [PATCH] LOYALIST-51 Search views cancel+text on demand updates --- configuration/views.view.search.yml | 2 +- custom/themes/the_loyalist_collection/src/scss/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/views.view.search.yml b/configuration/views.view.search.yml index 3ffc8cd..ca9d053 100644 --- a/configuration/views.view.search.yml +++ b/configuration/views.view.search.yml @@ -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: 'Enter the expression you want to find and press Search to return matching records. Otherwise, press Search without any terms to return all records.' text_input_required_format: wysiwyg access: type: perm diff --git a/custom/themes/the_loyalist_collection/src/scss/style.scss b/custom/themes/the_loyalist_collection/src/scss/style.scss index 612e80a..4830294 100644 --- a/custom/themes/the_loyalist_collection/src/scss/style.scss +++ b/custom/themes/the_loyalist_collection/src/scss/style.scss @@ -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 {