From 4a259d09e4872b2721c7ea6d991b0cc67e8b22f6 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 5 Jan 2018 18:56:13 +0100 Subject: [PATCH] Fix styling for new x button --- client/coral-ui/components/Drawer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-ui/components/Drawer.css b/client/coral-ui/components/Drawer.css index 88c30425f..1e3055184 100644 --- a/client/coral-ui/components/Drawer.css +++ b/client/coral-ui/components/Drawer.css @@ -23,6 +23,7 @@ } .closeButton { + composes: buttonReset from 'coral-framework/styles/reset.css'; position: absolute; width: 40px; height: 40px; @@ -34,7 +35,6 @@ top: 60px; box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.15); text-align: center; - padding-top: 10px; cursor: pointer; &:hover {