From 50cb92168fbd8c12fb78db8348be68e279b5abdb Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 23 Sep 2019 14:10:56 +0200 Subject: [PATCH] Remove elevation for bootstrap customization --- docs/src/pages/components/buttons/CustomizedButtons.js | 1 + docs/src/pages/components/buttons/CustomizedButtons.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/pages/components/buttons/CustomizedButtons.js b/docs/src/pages/components/buttons/CustomizedButtons.js index 6fdbd3cdbdce91..7c32fbad7b23f1 100644 --- a/docs/src/pages/components/buttons/CustomizedButtons.js +++ b/docs/src/pages/components/buttons/CustomizedButtons.js @@ -29,6 +29,7 @@ const BootstrapButton = withStyles({ '&:hover': { backgroundColor: '#0069d9', borderColor: '#0062cc', + boxShadow: 'none', }, '&:active': { boxShadow: 'none', diff --git a/docs/src/pages/components/buttons/CustomizedButtons.tsx b/docs/src/pages/components/buttons/CustomizedButtons.tsx index 200ad40a54239f..be9e473333ea12 100644 --- a/docs/src/pages/components/buttons/CustomizedButtons.tsx +++ b/docs/src/pages/components/buttons/CustomizedButtons.tsx @@ -35,6 +35,7 @@ const BootstrapButton = withStyles({ '&:hover': { backgroundColor: '#0069d9', borderColor: '#0062cc', + boxShadow: 'none', }, '&:active': { boxShadow: 'none',