Skip to content

Commit

Permalink
fix(ui5-radiobutton): focus lost upon text click in IE (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Feb 12, 2019
1 parent 9b18490 commit 7a00caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/base/RadioButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ ui5-radiobutton {
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
pointer-events: none;
}
}

Expand Down

0 comments on commit 7a00caf

Please sign in to comment.