File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,18 @@ fieldset {
530
530
border-color : # dae4e9 ;
531
531
}
532
532
533
+ /**
534
+ * Temporary reset for a change introduced in Chrome 62 but now reverted.
535
+ *
536
+ * We can remove this when the reversion is in a normal Chrome release.
537
+ */
538
+ button ,
539
+ [type = "button" ],
540
+ [type = "reset" ],
541
+ [type = "submit" ] {
542
+ border-radius : 0 ;
543
+ }
544
+
533
545
textarea {
534
546
resize : vertical;
535
547
}
Original file line number Diff line number Diff line change @@ -530,6 +530,18 @@ fieldset {
530
530
border-color : config ('borderColors.default' , currentColor);
531
531
}
532
532
533
+ /**
534
+ * Temporary reset for a change introduced in Chrome 62 but now reverted.
535
+ *
536
+ * We can remove this when the reversion is in a normal Chrome release.
537
+ */
538
+ button ,
539
+ [type = "button" ],
540
+ [type = "reset" ],
541
+ [type = "submit" ] {
542
+ border-radius : 0 ;
543
+ }
544
+
533
545
textarea { resize : vertical; }
534
546
535
547
img { max-width : 100% ; }
You can’t perform that action at this time.
0 commit comments