Skip to content

Commit

Permalink
Merge pull request #453 from verdigado/task/fix-search-widget-design
Browse files Browse the repository at this point in the history
Remove search lens icon if using block search widget with text button
  • Loading branch information
albig authored Dec 5, 2023
2 parents 1498a6f + 54180e7 commit 573f80d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,33 @@
}
}
}

.widget {

&_search {

.wp-block-search__button-outside {

label {

&.wp-block-search__label {

@include themed() {
font-family: t("standardFont");
}

font-weight: 700;
font-size: 1.3rem;
color: $white;
letter-spacing: 0.3px;

}

&::after {
content: "";
}
}
}
}

}

0 comments on commit 573f80d

Please sign in to comment.