Skip to content

Commit

Permalink
Remove elevation for bootstrap customization
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 23, 2019
1 parent 9a88905 commit 50cb921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/components/buttons/CustomizedButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const BootstrapButton = withStyles({
'&:hover': {
backgroundColor: '#0069d9',
borderColor: '#0062cc',
boxShadow: 'none',
},
'&:active': {
boxShadow: 'none',
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/components/buttons/CustomizedButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const BootstrapButton = withStyles({
'&:hover': {
backgroundColor: '#0069d9',
borderColor: '#0062cc',
boxShadow: 'none',
},
'&:active': {
boxShadow: 'none',
Expand Down

0 comments on commit 50cb921

Please sign in to comment.