From 24a81d0709b25e556fe624e96800dc04c8cdcb3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:35:31 +0100 Subject: [PATCH] add missing border to section dashboard header --- .../section/section-dashboards/section-dashboards.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts index 3b20551708..dfa1dd9157 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts @@ -23,6 +23,7 @@ export class UmbSectionDashboardsElement extends UmbLitElement { #tabs { background-color: var(--uui-color-surface); height: 70px; + border-bottom: 1px solid var(--uui-color-border); } #scroll-container {