From 2789f8d0afd09355dad6abb0bea98aab0be13a4b Mon Sep 17 00:00:00 2001 From: Thomas Hooper Date: Tue, 1 Dec 2015 17:32:50 +0000 Subject: [PATCH] Replace lost button and input focus style Fix #481 --- normalize.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/normalize.css b/normalize.css index 5e5e3c8..a5cee01 100644 --- a/normalize.css +++ b/normalize.css @@ -314,6 +314,15 @@ input::-moz-focus-inner { padding: 0; } +/** + * Replace focus style removed in the border reset above + */ + +button:-moz-focusring, +input:-moz-focusring { + outline: 1px dotted ButtonText; +} + /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.