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 {
535
535
*
536
536
* We can remove this when the reversion is in a normal Chrome release.
537
537
*/
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" ] {
543
542
border-radius : 0 ;
544
543
}
545
544
Original file line number Diff line number Diff line change @@ -535,11 +535,10 @@ fieldset {
535
535
*
536
536
* We can remove this when the reversion is in a normal Chrome release.
537
537
*/
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" ] {
543
542
border-radius : 0 ;
544
543
}
545
544
You can’t perform that action at this time.
0 commit comments