Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fix text color on tooltip (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran authored Feb 3, 2020
1 parent 484bc8a commit f35dfee
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.0.26
### Fixed
- Fixed text color on dropdown for tooltip

## 7.0.25
### Changed
- Update NavItemHeight to align with office fabric command bar fluent update
Expand Down
2 changes: 1 addition & 1 deletion lib/components/Dropdown/Dropdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ $arrow-size: 2*$grid-size;
pointer-events: auto;
}
}
}
}
5 changes: 5 additions & 0 deletions lib/components/Shell/Shell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
}
}

.popup-container {
color: var(--color-text-rest);
}

.nav-and-workspace {
// this should take all the available space in the screen from shell
flex-grow: 1;
Expand All @@ -63,3 +67,4 @@
flex-direction: column;
overflow: hidden;
}

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-fluent-controls",
"version": "7.0.25",
"version": "7.0.26",
"description": "Azure IoT UX Fluent Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"node": ">=8"
},
"dependencies": {
"@microsoft/azure-iot-ux-fluent-css": "^7.1.1",
"@microsoft/azure-iot-ux-fluent-css": "^7.1.2",
"classnames": "^2.2.5",
"styled-components": "^4.2.0"
},
Expand Down

0 comments on commit f35dfee

Please sign in to comment.