Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "Merge pull request #382 from brave/shields-new""
Browse files Browse the repository at this point in the history
This reverts commit 77240a9.
  • Loading branch information
cezaraugusto committed Mar 7, 2019
1 parent 77240a9 commit 83f5322
Show file tree
Hide file tree
Showing 45 changed files with 1,806 additions and 1,558 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"rules": {
"property-no-vendor-prefix": [true, {
"ignoreProperties": ["background-clip", "padding-start", "padding-end"]
"ignoreProperties": ["background-clip", "padding-start", "padding-end", "appearance"]
}]
}
}
200 changes: 171 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Button tests basic tests matches the snapshot 1`] = `
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttonsIndicators/button/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const StyledButton = styled<Props, 'button'>('button')`
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: flex;
flex-direction: ${p => p.icon && p.icon.position === 'after' ? 'row' : 'row-reverse'};
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`Grant complete tests basic tests matches the snapshot 1`] = `
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Grant error tests basic tests matches the snapshot 1`] = `
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`ModalBackupRestore tests basic tests matches the snapshot 1`] = `
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`PanelWelcome tests basic tests matches the snapshot 1`] = `
box-sizing: border-box;
background: none;
border: none;
outline: none;
outline-color: transparent;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Loading

0 comments on commit 83f5322

Please sign in to comment.