Skip to content

Commit

Permalink
Merge pull request #223 from alphagov/issue-220-fix-remove-class-from…
Browse files Browse the repository at this point in the history
…-search-submit-button

ISSUE 220 - Remove unused CSS 'govuk-button' class from the 'search' submit button
  • Loading branch information
iqbalgds authored Mar 25, 2021
2 parents 9553bfd + 3d17fbc commit d42f6a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.2

- [#223: Remove unnecessary CSS class on the search submit button](https://github.com/alphagov/tech-docs-gem/pull/223)

## 2.2.1

- [#218: Remove unnecessary explicit dependencies: sprockets, activesupport, sass and pry](https://github.com/alphagov/tech-docs-gem/pull/218)
Expand Down
2 changes: 1 addition & 1 deletion lib/source/layouts/_search.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class="govuk-input govuk-!-margin-bottom-0 search__input"
aria-controls="search-results"
placeholder="Search">
<button type="submit" class="govuk-button search__button">Search</button>
<button type="submit" class="search__button">Search</button>
</form>
<div id="search-results" class="search-results" aria-hidden="true" role="dialog" aria-labelledby="search-results-title">
<div class="search-results__inner">
Expand Down

0 comments on commit d42f6a9

Please sign in to comment.