Skip to content

Commit 9a2ec26

Browse files
author
Corina
committed
PR Fixes
1 parent a09b9d6 commit 9a2ec26

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020

2121
### Fixed
2222
- Fix [#1423](https://github.com/Microsoft/BotFramework-WebChat/issues/1423). Added sample for hosting WebChat in Angular, by [@omarsourour](https://github.com/omarsourour) in PR [#1813](https://github.com/Microsoft/BotFramework-WebChat/pull/1813)
23-
- Fix [#1767](https://github.com/Microsoft/BotFramework-WebChat/issues/1767). Remove 'cursor: pointer' from buttons [@corinagum](https://github.com/corinagum) in PR [#1819](https://github.com/Microsoft/BotFramework-WebChat/pull/1819)
23+
- Fix [#1767](https://github.com/Microsoft/BotFramework-WebChat/issues/1767). Remove `cursor: pointer` from buttons, by [@corinagum](https://github.com/corinagum) in PR [#1819](https://github.com/Microsoft/BotFramework-WebChat/pull/1819)
2424

2525
## [4.3.0] - 2019-03-04
2626

packages/component/src/Styles/StyleSet/SendBoxButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export default function ({
1616
width: sendBoxHeight,
1717

1818
'&:not(:disabled)': {
19-
2019
'&:focus svg': {
2120
fill: sendBoxButtonColorOnFocus
2221
},

packages/component/src/Styles/StyleSet/SendStatus.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default function createSendStatusStyle({
1414
backgroundColor: 'transparent',
1515
border: 0,
1616
color: accent,
17+
cursor: 'pointer',
1718
fontFamily: 'inherit',
1819
padding: 0
1920
}

0 commit comments

Comments
 (0)