File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -535,11 +535,10 @@ fieldset {
535535 *
536536 * We can remove this when the reversion is in a normal Chrome release.
537537 */
538- input [type = "button" i],
539- input [type = "submit" i],
540- input [type = "reset" i],
541- input [type = "file" i]::-webkit-file-upload-button ,
542- button {
538+ button ,
539+ [type = "button" ],
540+ [type = "reset" ],
541+ [type = "submit" ] {
543542 border-radius : 0 ;
544543}
545544
Original file line number Diff line number Diff line change @@ -535,11 +535,10 @@ fieldset {
535535 *
536536 * We can remove this when the reversion is in a normal Chrome release.
537537 */
538- input [type = "button" i],
539- input [type = "submit" i],
540- input [type = "reset" i],
541- input [type = "file" i]::-webkit-file-upload-button ,
542- button {
538+ button ,
539+ [type = "button" ],
540+ [type = "reset" ],
541+ [type = "submit" ] {
543542 border-radius : 0 ;
544543}
545544
You can’t perform that action at this time.
0 commit comments