From c8cd609862368c496797b1d21d74a6750b8b957d Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 24 Mar 2021 13:33:19 -0700 Subject: [PATCH] [styles] Remove `margin` normalization already covered in 'normalize' module Has been introduced before 'normalize' module, now it's time to remove duplicated style property. Change-Id: Idff74430655c29b67dfccf97a22f53caaee34155 --- resources/skins.vector.styles/SearchBox.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/skins.vector.styles/SearchBox.less b/resources/skins.vector.styles/SearchBox.less index 988d3e2..f613699 100644 --- a/resources/skins.vector.styles/SearchBox.less +++ b/resources/skins.vector.styles/SearchBox.less @@ -75,8 +75,6 @@ right: @border-width-base; min-width: @min-width-search-button; width: @width-search-button; - // Support macOS Safari 14-: Remove `margin` weirdly set in user-agent stylesheet. - margin: 0; border: 0; padding: 0; cursor: pointer;