From b2fdd6c9fc1f72982b6f88e9f3cd9848743b0004 Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 8 Apr 2021 11:49:54 -0700 Subject: [PATCH] mediawiki.ui: Remove obsolete Firefox normalization Removing obsolote Firefox normalization, that is now covered by mediawiki.skinning/normalize.less. We've got the same rules in normalize as in OOUI in the meantime. The removed ones got out of sync on top of being obsolete. Change-Id: I43b27725029bc484353ca53316a173c2b0d3c29f --- resources/src/mediawiki.ui/components/buttons.less | 9 --------- 1 file changed, 9 deletions(-) diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index e189df03fe9..4e8c363b577 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -199,15 +199,6 @@ } } -input.mw-ui-button, -button.mw-ui-button { - // Buttons in Firefox have extra height - &::-moz-focus-inner { - margin-top: -1px; - margin-bottom: -1px; - } -} - a.mw-ui-button { text-decoration: none;