Skip to content

Commit

Permalink
microsoft#791 Fixes command bar button layout shifting on hover in Hi…
Browse files Browse the repository at this point in the history
…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
aleksandrjPersonal committed Mar 9, 2017
1 parent 00014aa commit 9c203c8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions common/changes/791_CommandBarHCShift_2017-03-01-22-42.json
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 common/changes/791_CommandBarHCShift_2017-03-02-18-40.json
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"
}

0 comments on commit 9c203c8

Please sign in to comment.