Skip to content

Commit

Permalink
#139 - fix radio-group-items in Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Nov 5, 2019
1 parent a03ae85 commit 88872f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed
- Fix clicks of radio group item in Edge (#139)

## [v1.0.0-beta.12] - Nov 1st 2019

### Updated
Expand Down Expand Up @@ -124,9 +129,10 @@ Fix issue with previous release.
## [v1.0.0-beta.1] - Aug 2nd 2019

First initial beta release.
[v1.0.0-beta.12]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.8...v1.0.0-beta.12 "v1.0.0-beta.12"
[v1.0.0-beta.11]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.8...v1.0.0-beta.11 "v1.0.0-beta.11"
[v1.0.0-beta.10]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.8...v1.0.0-beta.10 "v1.0.0-beta.10"
[Unrelease]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.12...master "master"
[v1.0.0-beta.12]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.11...v1.0.0-beta.12 "v1.0.0-beta.12"
[v1.0.0-beta.11]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.10...v1.0.0-beta.11 "v1.0.0-beta.11"
[v1.0.0-beta.10]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.9...v1.0.0-beta.10 "v1.0.0-beta.10"
[v1.0.0-beta.9]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.8...v1.0.0-beta.9 "v1.0.0-beta.9"
[v1.0.0-beta.8]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.7...v1.0.0-beta.8 "v1.0.0-beta.8"
[v1.0.0-beta.7]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.6...v1.0.0-beta.7 "v1.0.0-beta.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

label {
cursor: pointer;
pointer-events: none;
}

::slotted(input) {
Expand Down

0 comments on commit 88872f8

Please sign in to comment.