diff --git a/common/changes/@uifabric/example-app-base/toggle-cursor-pointer_2017-06-09-21-07.json b/common/changes/@uifabric/example-app-base/toggle-cursor-pointer_2017-06-09-21-07.json new file mode 100644 index 00000000000000..6e9ba724f56cca --- /dev/null +++ b/common/changes/@uifabric/example-app-base/toggle-cursor-pointer_2017-06-09-21-07.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "packageName": "@uifabric/example-app-base", + "type": "none" + } + ], + "packageName": "@uifabric/example-app-base", + "email": "miclo@microsoft.com" +} \ No newline at end of file diff --git a/common/changes/@uifabric/fabric-website/toggle-cursor-pointer_2017-06-09-21-07.json b/common/changes/@uifabric/fabric-website/toggle-cursor-pointer_2017-06-09-21-07.json new file mode 100644 index 00000000000000..477fdb89846cbe --- /dev/null +++ b/common/changes/@uifabric/fabric-website/toggle-cursor-pointer_2017-06-09-21-07.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "packageName": "@uifabric/fabric-website", + "type": "none" + } + ], + "packageName": "@uifabric/fabric-website", + "email": "miclo@microsoft.com" +} \ No newline at end of file diff --git a/common/changes/@uifabric/styling/toggle-cursor-pointer_2017-06-09-21-07.json b/common/changes/@uifabric/styling/toggle-cursor-pointer_2017-06-09-21-07.json new file mode 100644 index 00000000000000..1e116b37d633c5 --- /dev/null +++ b/common/changes/@uifabric/styling/toggle-cursor-pointer_2017-06-09-21-07.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "packageName": "@uifabric/styling", + "type": "none" + } + ], + "packageName": "@uifabric/styling", + "email": "miclo@microsoft.com" +} \ No newline at end of file diff --git a/common/changes/@uifabric/utilities/toggle-cursor-pointer_2017-06-09-21-07.json b/common/changes/@uifabric/utilities/toggle-cursor-pointer_2017-06-09-21-07.json new file mode 100644 index 00000000000000..eccc273e30daed --- /dev/null +++ b/common/changes/@uifabric/utilities/toggle-cursor-pointer_2017-06-09-21-07.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "packageName": "@uifabric/utilities", + "type": "none" + } + ], + "packageName": "@uifabric/utilities", + "email": "miclo@microsoft.com" +} \ No newline at end of file diff --git a/common/changes/office-ui-fabric-react/toggle-cursor-pointer_2017-06-09-21-07.json b/common/changes/office-ui-fabric-react/toggle-cursor-pointer_2017-06-09-21-07.json new file mode 100644 index 00000000000000..091bc2cd6b101c --- /dev/null +++ b/common/changes/office-ui-fabric-react/toggle-cursor-pointer_2017-06-09-21-07.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Toggle: add 'cursor: pointer'", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "miclo@microsoft.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/Toggle/Toggle.styles.ts b/packages/office-ui-fabric-react/src/components/Toggle/Toggle.styles.ts index 368a57431e591b..1e02842b467734 100644 --- a/packages/office-ui-fabric-react/src/components/Toggle/Toggle.styles.ts +++ b/packages/office-ui-fabric-react/src/components/Toggle/Toggle.styles.ts @@ -51,6 +51,7 @@ export const getStyles = memoizeFunction(( borderStyle: 'solid', background: pillUncheckedBackground, borderColor: pillBorderColor, + cursor: 'pointer', } ],