diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8adab2b..34909b98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [client] Thrown errors in client-side sagas will now be logged in their entirety to the dev tools console in PR [2087](https://github.com/microsoft/BotFramework-Emulator/pull/2087) - [client] Upload and download attachments bubble texts and background in webchat were hidden. The adjustments have been made to override FileContent class in PR [2088](https://github.com/microsoft/BotFramework-Emulator/pull/2088) - [client] Fixed an issue that was causing adaptive card focus to be blurred when clicking on an activity in PR [2090](https://github.com/microsoft/BotFramework-Emulator/pull/2090) +- [client] Fixed an accessibility issue with the recent bots list remove button in PR [2091](https://github.com/microsoft/BotFramework-Emulator/pull/2091) ## Removed diff --git a/packages/app/client/src/ui/editor/recentBotsList/recentBotsList.tsx b/packages/app/client/src/ui/editor/recentBotsList/recentBotsList.tsx index 21661fbce..8c488c0f3 100644 --- a/packages/app/client/src/ui/editor/recentBotsList/recentBotsList.tsx +++ b/packages/app/client/src/ui/editor/recentBotsList/recentBotsList.tsx @@ -68,7 +68,7 @@ export class RecentBotsList extends Component { {bot.path}
-