Skip to content

Commit

Permalink
fix(button): fix styles in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Oct 26, 2018
1 parent ec65493 commit ba34f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/button/button.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export const styles = theme => {
textDecorationLine: 'none',
'-webkit-text-decoration-line': 'none',
transition: 'background 375ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, box-shadow 280ms cubic-bezier(.4,0,.2,1) 0ms',
'&::-moz-focus-inner, &::-moz-focus-inner': {
border: 0
},
...button
},
content: {
Expand Down

0 comments on commit ba34f6d

Please sign in to comment.