Skip to content

Commit

Permalink
Try: Hide redundant search icon on mobile safari. (#49710)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Apr 26, 2023
1 parent af42480 commit 56f974a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ $button-spacing-y: math.div($grid-unit-15, 2); // 6px
// !important used to forcibly prevent undesired application of
// text-decoration styles on the input field.
text-decoration: unset !important;

// Hides a redundant extra search icon on Mobile Safari.
appearance: initial;
}

.wp-block-search.wp-block-search__button-only {
Expand Down

1 comment on commit 56f974a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 56f974a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4806832591
📝 Reported issues:

Please sign in to comment.