Skip to content

Commit

Permalink
[TextStyle] Fix an issue where inline code would be hard to select (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Feb 17, 2021
1 parent 1fcc776 commit 6864ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Fixed `CheckableButton` missing border when focused ([#3988](https://github.com/Shopify/polaris-react/pull/3988))
- Fixed accessibility issue on `Tabs` disclosure popover on close ([#3994](https://github.com/Shopify/polaris-react/pull/3994))
- Fixed accessibility issue when tabbing into `IndexTable` ([#4004](https://github.com/Shopify/polaris-react/pull/4004))
- Fixed an issue where inline code would be hard to select ([#4005](https://github.com/Shopify/polaris-react/pull/4005))

### Documentation

Expand Down
1 change: 1 addition & 0 deletions src/components/TextStyle/TextStyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $code-font-size: 1.15em;
width: 100%;
height: 100%;
border: 1px solid transparent;
pointer-events: none;
}
}

Expand Down

0 comments on commit 6864ea5

Please sign in to comment.