File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,6 @@ pre {
490490
491491button {
492492 background : transparent;
493- border : 0 ;
494493 padding : 0 ;
495494}
496495
@@ -505,15 +504,10 @@ button:focus {
505504}
506505
507506fieldset {
508- border : 0 ;
509507 margin : 0 ;
510508 padding : 0 ;
511509}
512510
513- iframe {
514- border : 0 ;
515- }
516-
517511/**
518512 * Suppress the focus outline on elements that cannot be accessed via keyboard.
519513 * This prevents an unwanted focus outline from appearing around elements that
@@ -534,6 +528,7 @@ iframe {
534528 border-width : 0 ;
535529 border-style : solid;
536530 border-color : # dae4e9 ;
531+ border-radius : 0 ;
537532}
538533
539534textarea {
Original file line number Diff line number Diff line change @@ -490,7 +490,6 @@ pre {
490490
491491button {
492492 background : transparent;
493- border : 0 ;
494493 padding : 0 ;
495494}
496495
@@ -505,15 +504,10 @@ button:focus {
505504}
506505
507506fieldset {
508- border : 0 ;
509507 margin : 0 ;
510508 padding : 0 ;
511509}
512510
513- iframe {
514- border : 0 ;
515- }
516-
517511/**
518512 * Suppress the focus outline on elements that cannot be accessed via keyboard.
519513 * This prevents an unwanted focus outline from appearing around elements that
@@ -534,6 +528,7 @@ iframe {
534528 border-width : 0 ;
535529 border-style : solid;
536530 border-color : config ('borderColors.default' , currentColor);
531+ border-radius : 0 ;
537532}
538533
539534textarea { resize : vertical; }
You can’t perform that action at this time.
0 commit comments