diff --git a/package-lock.json b/package-lock.json index 2a3368d..186bc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@azure-iot/ux-fluent-css", - "version": "2.0.11", + "version": "2.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bb5b46..0cc60ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@azure-iot/ux-fluent-css", "description": "Common styles library for CSS, Colors and Themes", - "version": "2.0.11", + "version": "2.0.13", "license": "ISC", "engines": { "node": "^8.0.0" diff --git a/src/dark/_color.defaults.scss b/src/dark/_color.defaults.scss index 046a031..a3c3d67 100644 --- a/src/dark/_color.defaults.scss +++ b/src/dark/_color.defaults.scss @@ -1,4 +1,4 @@ -/** +/** * Default Dark Theme Colors */ @@ -13,7 +13,7 @@ $theme-dark: map-merge(( // Layouts color-bg-navbar: $color-grey-900, color-bg-navbar-hover: $color-grey-700, - color-bg-header: $color-grey-1400, + color-bg-header: $color-grey-1400, color-bg-header-hover: $color-grey-700, color-bg-masthead: $color-grey-1300, color-bg-masthead-hover: $color-grey-700, @@ -127,7 +127,7 @@ $theme-dark: map-merge(( color-bg-checkbox-pressed-selected: $color-blue-100, color-bg-checkbox-disabled: $color-grey-1100, color-border-checkbox-hover: $color-grey-600, - color-border-checkbox-focused: $color-grey-600, + color-border-checkbox-focused: $color-grey-600, color-border-checkbox-selected-hover: $color-blue-300, color-border-checkbox-pressed-selected: $color-blue-100, color-border-checkbox-disabled-selected: $color-grey-1100, @@ -143,7 +143,7 @@ $theme-dark: map-merge(( color-border-rest: $color-grey-700, color-border-hover: $color-blue-100, color-border-focus: $color-blue-100, - color-border-selected: $color-grey-700, + color-border-selected: $color-blue-100, color-border-disabled: $color-grey-500, color-border-error: $color-error-local-100, color-border-controls: $color-blue-100, diff --git a/src/light/_color.defaults.scss b/src/light/_color.defaults.scss index c7557bc..926f007 100644 --- a/src/light/_color.defaults.scss +++ b/src/light/_color.defaults.scss @@ -1,4 +1,4 @@ -/** +/** * Default Light Theme Colors */ @@ -13,7 +13,7 @@ $theme-light: map-merge(( // Layouts color-bg-navbar: $color-grey-900, color-bg-navbar-hover: $color-grey-600, - color-bg-header: $color-grey-100, + color-bg-header: $color-grey-100, color-bg-header-hover: $color-grey-600, color-bg-masthead: $color-grey-1300, color-bg-masthead-hover: $color-grey-600, @@ -80,7 +80,7 @@ $theme-light: map-merge(( color-border-dropdown-focus: $color-grey-600, color-dropdown-disabled-text: $color-grey-400, - // Radio button + // Radio button color-bg-radio-btn-rest: $color-white, color-bg-radio-btn-hover: $color-white, color-bg-radio-btn-selected: $color-white, @@ -127,7 +127,7 @@ $theme-light: map-merge(( color-bg-checkbox-pressed-selected: $color-blue-100, color-bg-checkbox-disabled: $color-white, color-border-checkbox-hover: $color-grey-1200, - color-border-checkbox-focused: $color-grey-1200, + color-border-checkbox-focused: $color-grey-1200, color-border-checkbox-selected-hover: $color-blue-300, color-border-checkbox-pressed-selected: $color-blue-100, color-border-checkbox-disabled-selected: $color-grey-300, @@ -143,7 +143,7 @@ $theme-light: map-merge(( color-border-rest: $color-grey-300, color-border-hover: $color-blue-100, color-border-focus: $color-blue-100, - color-border-selected: $color-grey-300, + color-border-selected: $color-blue-100, color-border-disabled: $color-grey-500, color-border-error: $color-error-local-200, color-border-controls: $color-blue-100,