Skip to content

Commit

Permalink
Remove search loop if using block search widget with text button
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Dec 3, 2023
1 parent 0792027 commit 76fcadd
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 76fcadd

Please sign in to comment.