Merged PR 900969: Minor color fixes

This commit is contained in:
Vishwam Subramanyam 2018-06-15 02:14:15 +00:00
Родитель ce84637916
Коммит cb02c95fc8
4 изменённых файлов: 7 добавлений и 5 удалений

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure-iot/ux-fluent-css",
"version": "2.0.13",
"version": "2.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@azure-iot/ux-fluent-css",
"description": "Common styles library for CSS, Colors and Themes",
"version": "2.0.13",
"version": "2.0.15",
"license": "ISC",
"engines": {
"node": "^8.0.0"

Просмотреть файл

@ -17,6 +17,7 @@ $theme-dark: map-merge((
color-bg-header-hover: $color-grey-700,
color-bg-masthead: $color-grey-1300,
color-bg-masthead-hover: $color-grey-700,
color-border-masthead-item: $color-grey-600,
// Surfaces
color-bg-panel-primary: $color-grey-1400,
@ -28,7 +29,7 @@ $theme-dark: map-merge((
color-border-grid: $color-grey-700,
// Controls
color-bg-blastshield: $color-black-transparent-half,
color-bg-blastshield: $color-black-transparent-primary,
color-bg-balloon: $color-grey-1500,
color-bg-form: $color-grey-1500,
color-bg-table: $color-grey-1500,

Просмотреть файл

@ -17,6 +17,7 @@ $theme-light: map-merge((
color-bg-header-hover: $color-grey-600,
color-bg-masthead: $color-grey-1300,
color-bg-masthead-hover: $color-grey-600,
color-border-masthead-item: $color-grey-500,
// Surfaces
color-bg-panel-primary: $color-grey-100,
@ -28,7 +29,7 @@ $theme-light: map-merge((
color-border-grid: $color-grey-300,
// Controls
color-bg-blastshield: $color-black-transparent-half,
color-bg-blastshield: $color-black-transparent-primary,
color-bg-balloon: $color-white,
color-bg-form: $color-white,
color-bg-table: $color-white,
@ -203,7 +204,7 @@ $theme-light: map-merge((
// Loading
color-bg-loader-panel: $color-grey-200,
color-bg-loader-spinner: $color-grey-200,
color-bg-loader-spinner: $color-grey-700,
color-border-loader-global-segment: $color-blue-100,
color-border-loader-global-track: $color-grey-300,