From cc5bb78dc4d787960d4b4abfa37ae9f6aa550ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 4 Dec 2017 18:24:24 +0000 Subject: [PATCH] fix(my-joy-beta): show quick-actions left border --- .../my-joy-beta/src/components/instances/list.js | 14 +++++++------- packages/ui-toolkit/src/table/index.js | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/my-joy-beta/src/components/instances/list.js b/packages/my-joy-beta/src/components/instances/list.js index 4e2b64e2..9c35c972 100644 --- a/packages/my-joy-beta/src/components/instances/list.js +++ b/packages/my-joy-beta/src/components/instances/list.js @@ -263,14 +263,14 @@ export const Item = ({ } - + {distanceInWordsToNow(created)} - + {id.substring(0, 7)} - + @@ -342,7 +342,7 @@ export default ({ )} onSortBy('state')} left middle @@ -359,7 +359,7 @@ export default ({ onSortBy('created')} left middle @@ -376,7 +376,7 @@ export default ({ onSortBy('id')} left middle @@ -391,7 +391,7 @@ export default ({ /> )} - + diff --git a/packages/ui-toolkit/src/table/index.js b/packages/ui-toolkit/src/table/index.js index cd177b5a..146c85a3 100644 --- a/packages/ui-toolkit/src/table/index.js +++ b/packages/ui-toolkit/src/table/index.js @@ -32,8 +32,8 @@ const handleBreakpoint = bp => props => { }; const ColumnBorder = css` - ${is('border')` - border-${props => props.border}-width: ${remcalc(1)}; + ${is('hasBorder')` + border-${props => props.hasBorder}-width: ${remcalc(1)} !important; `}; `; @@ -287,7 +287,7 @@ export const Thead = Baseline(({ children, ...rest }) => ( export const Tfoot = Baseline(({ children, ...rest }) => ( {value => ( - + {children} )}