Skip to content

Commit

Permalink
DDBPRO-37
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Feb 12, 2024
1 parent a257190 commit fad88a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion web/themes/custom/ddbp/src/scss/elements/_search-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,14 @@
display: none;
right: 0;

i {
button {
color: $color-grey;
font-weight: font-weight(bold);
border: 0;
background-color: unset;
font-size: 20px;
height: 57px;
width: 57px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion web/themes/custom/ddbp/src/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
display: flex;
flex-flow: row nowrap;

button:not(.search-form__submit) {
button:not(.search-form__submit, .fa-xmark) {
appearance: none;
border: none;
margin-left: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
required
autocomplete="off">
<div class="search-form__icon search-form__icon--reset">
<i class="fa-solid fa-xmark"></i>
<button class="fa-solid fa-xmark"></button>
</div>
</div>
<button class="button button--primary search-form__submit" aria-label="{{ 'Suchen' | t }}">
Expand Down

0 comments on commit fad88a3

Please sign in to comment.