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

Commit f35dfee

Browse files
authored
Fix text color on tooltip (#178)
1 parent 484bc8a commit f35dfee

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 7.0.26
4+
### Fixed
5+
- Fixed text color on dropdown for tooltip
6+
37
## 7.0.25
48
### Changed
59
- Update NavItemHeight to align with office fabric command bar fluent update

lib/components/Dropdown/Dropdown.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ $arrow-size: 2*$grid-size;
167167
pointer-events: auto;
168168
}
169169
}
170-
}
170+
}

lib/components/Shell/Shell.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
}
4040
}
4141

42+
.popup-container {
43+
color: var(--color-text-rest);
44+
}
45+
4246
.nav-and-workspace {
4347
// this should take all the available space in the screen from shell
4448
flex-grow: 1;
@@ -63,3 +67,4 @@
6367
flex-direction: column;
6468
overflow: hidden;
6569
}
70+

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/azure-iot-ux-fluent-controls",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"description": "Azure IoT UX Fluent Controls",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -26,7 +26,7 @@
2626
"node": ">=8"
2727
},
2828
"dependencies": {
29-
"@microsoft/azure-iot-ux-fluent-css": "^7.1.1",
29+
"@microsoft/azure-iot-ux-fluent-css": "^7.1.2",
3030
"classnames": "^2.2.5",
3131
"styled-components": "^4.2.0"
3232
},

0 commit comments

Comments
 (0)