Skip to content

Commit

Permalink
Fixed accessibility issue with bot state inspector buttons
Browse files Browse the repository at this point in the history
* show hide and arrows as buttons

* Update changelog with new issue resolved

* Update changelog with issue solved

* Add new line at end of changelog
  • Loading branch information
denscollo authored and tonyanziano committed Sep 6, 2019
1 parent 1f37bc6 commit 4e3fab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -35,9 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1835](https://github.com/microsoft/BotFramework-Emulator/pull/1835)
- [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)
- [1838](https://github.com/microsoft/BotFramework-Emulator/pull/1838)
- [1840](https://github.com/microsoft/BotFramework-Emulator/pull/1840)
- [1843](https://github.com/microsoft/BotFramework-Emulator/pull/1843)

- [client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)


## v4.5.2 - 2019 - 07 - 17
## Fixed
- [client] Fixed some minor styling issues with the JSON inspector in PR [1691](https://github.com/microsoft/BotFramework-Emulator/pull/1691)
Expand Down
Expand Up @@ -17,7 +17,7 @@
background-color: transparent;
position: relative;

&:after {
&:after, &:before {
content:'';
border: 1px solid var(--p-button-bg);
position: absolute;
Expand Down

0 comments on commit 4e3fab1

Please sign in to comment.