Skip to content

Commit

Permalink
Merge pull request #14 from Azure/revertTransparentColor
Browse files Browse the repository at this point in the history
reverted changes on color background input for dark-theme
  • Loading branch information
vincenzocaruso authored Dec 1, 2018
2 parents d4558c6 + fed36d2 commit d4b6611
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v5.0.2
### Changed
- reverted changes on color background input for dark-theme

## v5.0.1
### Changed
- changed to transparent the color background on input for dark-theme
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"engines": {
"node": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dark/_color.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $theme-dark: map-merge((
color-stroke-tile-symbol: $color-white,

// Input Fields
color-bg-input-rest: transparent,
color-bg-input-rest: $color-grey-1400,
color-bg-input-hover: $color-grey-1400,
color-bg-input-selected: $color-grey-1400,
color-bg-input-disabled: $color-grey-1100,
Expand Down

0 comments on commit d4b6611

Please sign in to comment.