Skip to content

Commit cf6ac2f

Browse files
fixed app launcher button invisible issue at windows high constrast mode (#5266)
* fixed app launcher button invisible issue at windows high constrast mode * The Patch number updated to v2.22.1 --------- Co-authored-by: Manjunath Kalburgi <[email protected]>
1 parent 563f4bc commit cf6ac2f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RELEASENOTES.general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.22.0 - August 16, 2023
5-
4+
## 2.22.1 - August 16, 2023
5+
- Fixed the app launcher button is invisible When windows high contrast is enabled.
66
- Fixed the checkbox to high contrast when the focus is placed on it.
77
- Updated icons to `v10.7.0`
88
- Standard Set:

ui/components/dynamic-icons/RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
<!-- ## [VERSION] -->
88

9+
## 2.22.1
10+
11+
### Fixed
12+
- Fixed the app launcher button is invisible When windows high contrast is enabled.
13+
914
## 2.19.0
1015

1116
### Changed

ui/components/dynamic-icons/waffle/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
transition: background-color 100ms;
101101
transform-origin: 50% 50%;
102102
will-change: scale, background-color;
103+
border: 2px solid transparent;
103104
}
104105

105106
// Positioning

0 commit comments

Comments
 (0)