From 0ae9b36d931c63287c37b95e670d7aec0aee71b8 Mon Sep 17 00:00:00 2001 From: Abbie Petchtes Date: Fri, 8 Jun 2018 11:55:31 -0700 Subject: [PATCH] fix colors issues in dashboard (#1591) --- src/sql/base/browser/ui/breadcrumb/breadcrumb.component.ts | 4 ++-- .../parts/dashboard/pages/databaseDashboardPage.component.ts | 1 - .../parts/dashboard/pages/serverDashboardPage.component.ts | 1 - .../widgets/properties/propertiesWidget.component.html | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/sql/base/browser/ui/breadcrumb/breadcrumb.component.ts b/src/sql/base/browser/ui/breadcrumb/breadcrumb.component.ts index 88bb8ff0e2..1a0bb797cf 100644 --- a/src/sql/base/browser/ui/breadcrumb/breadcrumb.component.ts +++ b/src/sql/base/browser/ui/breadcrumb/breadcrumb.component.ts @@ -20,9 +20,9 @@ import { IDisposable } from 'vs/base/common/lifecycle'; - {{item.label}} + {{item.label}} {{item.label}} - {{item.label}} + {{item.label}} diff --git a/src/sql/parts/dashboard/pages/databaseDashboardPage.component.ts b/src/sql/parts/dashboard/pages/databaseDashboardPage.component.ts index ea7ca4c0a2..5622087be1 100644 --- a/src/sql/parts/dashboard/pages/databaseDashboardPage.component.ts +++ b/src/sql/parts/dashboard/pages/databaseDashboardPage.component.ts @@ -29,7 +29,6 @@ export class DatabaseDashboardPage extends DashboardPage implements OnInit { background_color: colors.editorBackground, border: 'none', fontSize: '14px', - fontWeight: '200', padding: '5px 0 0 0', provider: undefined, edition: undefined diff --git a/src/sql/parts/dashboard/pages/serverDashboardPage.component.ts b/src/sql/parts/dashboard/pages/serverDashboardPage.component.ts index 9fe07a5ff1..5e204ce348 100644 --- a/src/sql/parts/dashboard/pages/serverDashboardPage.component.ts +++ b/src/sql/parts/dashboard/pages/serverDashboardPage.component.ts @@ -29,7 +29,6 @@ export class ServerDashboardPage extends DashboardPage implements OnInit { background_color: colors.editorBackground, border: 'none', fontSize: '14px', - fontWeight: '200', padding: '5px 0 0 0', provider: undefined, edition: undefined diff --git a/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.html b/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.html index e299422792..1743ceb00e 100644 --- a/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.html +++ b/src/sql/parts/dashboard/widgets/properties/propertiesWidget.component.html @@ -9,7 +9,7 @@ -
{{item.displayName}}
+
{{item.displayName}}
{{item.value}}