Commit abfd956d by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

remove icon

See merge request manzarH/dic-global-dev!332
parents f3d62a2d bbfab000
......@@ -28,7 +28,6 @@ function envigo_theme_suggestions_page_alter(array &$suggestions, array $variabl
}
function envigo_form_search_block_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = html_entity_decode('<i class="fa fa-search" aria-hidden="true"></i>');
$form['actions']['submit']['#attributes']['class'][] = 'search-button';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment