We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a5afe commit 99c03b0Copy full SHA for 99c03b0
modernize.css
@@ -192,10 +192,7 @@ button,
192
* Remove the inner border and padding in Firefox.
193
*/
194
195
-button::-moz-focus-inner,
196
-[type='button']::-moz-focus-inner,
197
-[type='reset']::-moz-focus-inner,
198
-[type='submit']::-moz-focus-inner {
+::-moz-focus-inner {
199
border-style: none;
200
padding: 0;
201
}
@@ -204,10 +201,7 @@ button::-moz-focus-inner,
204
* Restore the focus styles unset by the previous rule.
205
202
206
203
207
-button:-moz-focusring,
208
-[type='button']:-moz-focusring,
209
-[type='reset']:-moz-focusring,
210
-[type='submit']:-moz-focusring {
+:-moz-focusring {
211
outline: 1px dotted ButtonText;
212
213
0 commit comments