Skip to content

Commit

Permalink
feat: remove 'button:focus' from preflight (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHuangXu committed Dec 27, 2021
1 parent c643798 commit 2ad4e96
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/utilities/preflight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,17 +423,6 @@ Add the correct display in Chrome and Safari.
* results in a loss of the default `button` focus styles.
*/

{
keys: ['button'],
selector: 'button:focus',
properties: {
'outline': [
'1px dotted',
'5px auto -webkit-focus-ring-color',
],
},
},

{
keys: ['fieldset'],
properties: {
Expand Down

0 comments on commit 2ad4e96

Please sign in to comment.