From 4bf61c02536a1fdd35f236d4186155b9f7623959 Mon Sep 17 00:00:00 2001 From: "Jon Schectman (PROGRAMMER STS)" Date: Fri, 12 Apr 2019 10:54:23 -0700 Subject: [PATCH 1/2] fix detailslist not displaying correct high contrast color --- .../src/components/DetailsList/DetailsRow.styles.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/office-ui-fabric-react/src/components/DetailsList/DetailsRow.styles.ts b/packages/office-ui-fabric-react/src/components/DetailsList/DetailsRow.styles.ts index 738f31ebba767..7e5a9da0c4aab 100644 --- a/packages/office-ui-fabric-react/src/components/DetailsList/DetailsRow.styles.ts +++ b/packages/office-ui-fabric-react/src/components/DetailsList/DetailsRow.styles.ts @@ -154,11 +154,13 @@ export const getStyles = (props: IDetailsRowStyleProps): IDetailsRowStyles => { // Selected State hover meta cell $cell: { color: colors.focusMetaTextColor, - [HighContrastSelector]: { - color: 'HighlightText', - selectors: { - '> a': { - color: 'HighlightText' + selectors: { + [HighContrastSelector]: { + color: 'HighlightText', + selectors: { + '> a': { + color: 'HighlightText' + } } } }, From b53dc9d4a624d3f841cb747468a2180823ef9aaa Mon Sep 17 00:00:00 2001 From: "Jon Schectman (PROGRAMMER STS)" Date: Fri, 12 Apr 2019 10:55:39 -0700 Subject: [PATCH 2/2] add change file --- ...fix-detailslist-highcontrast_2019-04-12-17-55.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/office-ui-fabric-react/fix-detailslist-highcontrast_2019-04-12-17-55.json diff --git a/common/changes/office-ui-fabric-react/fix-detailslist-highcontrast_2019-04-12-17-55.json b/common/changes/office-ui-fabric-react/fix-detailslist-highcontrast_2019-04-12-17-55.json new file mode 100644 index 0000000000000..89435d19fdfd1 --- /dev/null +++ b/common/changes/office-ui-fabric-react/fix-detailslist-highcontrast_2019-04-12-17-55.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "DetailsList: Fix high contrast focus color", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "joschect@microsoft.com" +} \ No newline at end of file