From 8f3e93214c73531808f1153b735c680c370cefed Mon Sep 17 00:00:00 2001 From: wmwragg Date: Mon, 25 Jul 2016 18:02:30 +0100 Subject: [PATCH] Drawing cheveron with CSS so it can be styled --- src/ContextualMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ContextualMenu.js b/src/ContextualMenu.js index e720b69eda..65d3e98910 100644 --- a/src/ContextualMenu.js +++ b/src/ContextualMenu.js @@ -54,10 +54,10 @@ module.exports = { var chevron = null; if (props.left) { - chevron = + chevron =
position.left = props.left + 8; } else { - chevron = + chevron =
position.right = props.right + 8; }