From dd0199a0600684dcd2ee3c9f873d8db2ce375cfc Mon Sep 17 00:00:00 2001 From: Nicholas Ray Date: Tue, 12 Jan 2021 10:49:15 -0700 Subject: [PATCH] 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 --- resources/skins.vector.styles/VueEnhancedSearchBox.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/skins.vector.styles/VueEnhancedSearchBox.less b/resources/skins.vector.styles/VueEnhancedSearchBox.less index 83616b15b..747df773b 100644 --- a/resources/skins.vector.styles/VueEnhancedSearchBox.less +++ b/resources/skins.vector.styles/VueEnhancedSearchBox.less @@ -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.