From ff2c70b7c5c685e38215f283a41bc87728a21044 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Wed, 1 Mar 2017 16:17:17 +0000 Subject: [PATCH] ensuring drop shaddow is visible on all unselected tabs --- ui/src/components/tabs/tab/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/tabs/tab/index.js b/ui/src/components/tabs/tab/index.js index 10c7aef1..0e176a85 100644 --- a/ui/src/components/tabs/tab/index.js +++ b/ui/src/components/tabs/tab/index.js @@ -22,7 +22,6 @@ const StyledRadio = styled.input` &:checked { & + .${classNames.label} { border-bottom-width: 0; - box-shadow: none; } & ~ .${classNames.panel} {