forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microsoft#791 Fixes command bar button layout shifting on hover in Hi…
…ghContrast mode (microsoft#1122) * #314439 -- microsoft#791 Fixes button shifting on hover in HC mode * #314439 -- microsoft#791 Using psedo::after element to draw hover box instead of LR borders * #314439 -- microsoft#791 formatting feedback * #314439 -- microsoft#791 formatting feedback * add rush change * Changes to change file
- Loading branch information
1 parent
00014aa
commit 9c203c8
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
common/changes/791_CommandBarHCShift_2017-03-01-22-42.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "office-ui-fabric-react", | ||
"comment": "adds pseudo:after class to highContrastBorder mixin, renders border on hover", | ||
"type": "patch" | ||
}, | ||
{ | ||
"comment": "", | ||
"packageName": "@uifabric/utilities", | ||
"type": "none" | ||
}, | ||
{ | ||
"comment": "", | ||
"packageName": "@uifabric/example-app-base", | ||
"type": "none" | ||
} | ||
], | ||
"email": "v-algemb@microsoft.com" | ||
} |
20 changes: 20 additions & 0 deletions
20
common/changes/791_CommandBarHCShift_2017-03-02-18-40.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "office-ui-fabric-react", | ||
"comment": "CommandBar: Improves accessibility by making borders visible in high contrast mode", | ||
"type": "patch" | ||
}, | ||
{ | ||
"comment": "", | ||
"packageName": "@uifabric/utilities", | ||
"type": "none" | ||
}, | ||
{ | ||
"comment": "", | ||
"packageName": "@uifabric/example-app-base", | ||
"type": "none" | ||
} | ||
], | ||
"email": "v-algemb@microsoft.com" | ||
} |