Remove min-height style from #searchButton, #mw-searchButton

These buttons are already absolutely positioned with their `top` and
`bottom` styles set. More importantly, the min-height style is causing
the buttons to not be vertically centered in Safari.

Bug: T270202
Change-Id: I21b88af4313249d8b2b775c32d12aa1f65c2d0c2
This commit is contained in:
Nicholas Ray 2021-01-12 10:49:15 -07:00
parent cafb003a57
commit dd0199a060
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
#searchButton,
#mw-searchButton {
background-size: @background-size-x-search-button auto;
min-height: @min-size-search-button;
}
// Only apply the following WVUI-related rules to clients who have js enabled.