bcgov / bcbb-theme

A theme for the Drupal base build used to streamline the build and deployment of applications at Ministry of Finance.
GNU General Public License v2.0
1 stars 0 forks source link

Add icons to search buttons #16

Closed CraigClark closed 1 year ago

CraigClark commented 1 year ago

OP timer

https://openplus.monday.com/boards/4092908516/pulses/5053878197


For the buttons on the search page, add icons.

The search button should use the following html:

<button data-drupal-selector="edit-submit-site-search" type="submit" id="edit-submit-site-search" value="Search" class="button js-form-submit form-submit btn btn-primary"><i class="fa-solid fa-magnifying-glass"></i> Search</button>

The remove button should use the following html

<button data-drupal-selector="edit-reset" type="submit" id="edit-reset" name="op" value="Reset" class="button js-form-submit form-submit button--danger btn btn-danger"><i class="fa-solid fa-trash-can"></i> Remove</button>

Screenshot

image

NOTE: There is an implementation of this on RSAMS as a reference. See this twig template (OP access only)

CraigClark commented 1 year ago

done on dv21