From b9a71575319240020b880d46774e61fe2ae491cf Mon Sep 17 00:00:00 2001 From: Will Bjorn Date: Mon, 17 Oct 2022 14:13:25 -0700 Subject: [PATCH] remove mosfocusring reset --- css/src/core/normalize.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/css/src/core/normalize.scss b/css/src/core/normalize.scss index c1cfd3b78..2aaedcc44 100644 --- a/css/src/core/normalize.scss +++ b/css/src/core/normalize.scss @@ -214,17 +214,6 @@ button::-moz-focus-inner, padding: 0; } -/** - * Restore the focus styles unset by the previous rule. - */ - -button:-moz-focusring, -[type='button']:-moz-focusring, -[type='reset']:-moz-focusring, -[type='submit']:-moz-focusring { - outline: 1px dotted ButtonText; -} - /** * Correct the padding in Firefox. */