From e7ce5a6e7b7482f7aea4f4e17ab1088f70d4ec3d Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 14 May 2020 19:21:01 +0100 Subject: [PATCH] ui: Slightly refactor %composite-rows and reuse ConsulServiceList component (#7886) * ui: Move individual component types into a single %composite-list plus 1. Removes all out separate CSS components (that match HTML components) to favour not having those separate for the moemnt at least 2. Reuses component for Terminating Gateways > Linked Services * ui: Tweak breadcrumb spacing for '/' separator * Fix up the tests i.e. services per tab so we can call them all services --- ui-v2/app/styles/components/composite-row.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-v2/app/styles/components/composite-row.scss b/ui-v2/app/styles/components/composite-row.scss index 38b5f584f6..814b082610 100644 --- a/ui-v2/app/styles/components/composite-row.scss +++ b/ui-v2/app/styles/components/composite-row.scss @@ -22,7 +22,7 @@ // In this case we do not need a background on the icon background-color: $transparent !important; } -.proxy-upstreams > ul, -.proxy-exposed-paths > ul { +.proxy-exposed-paths > ul, +.proxy-upstreams > ul { border-top: 1px solid $gray-200; }