We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d20b8 + b1f3b0c commit e31503bCopy full SHA for e31503b
normalize.css
@@ -306,8 +306,10 @@ html [type="button"], /* 1 */
306
*/
307
308
button::-moz-focus-inner,
309
-input::-moz-focus-inner {
310
- border: 0;
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
311
+[type="submit"]::-moz-focus-inner {
312
+ border-style: none;
313
padding: 0;
314
}
315
@@ -316,7 +318,9 @@ input::-moz-focus-inner {
316
318
317
319
320
button:-moz-focusring,
-input:-moz-focusring {
321
+[type="button"]:-moz-focusring,
322
+[type="reset"]:-moz-focusring,
323
+[type="submit"]:-moz-focusring {
324
outline: 1px dotted ButtonText;
325
326
0 commit comments