Skip to content

Commit 7a00caf

Browse files
authored
fix(ui5-radiobutton): focus lost upon text click in IE (#24)
1 parent 9b18490 commit 7a00caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/base/RadioButton.less

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ ui5-radiobutton {
132132
max-width: 100%;
133133
text-overflow: ellipsis;
134134
overflow: hidden;
135+
pointer-events: none;
135136
}
136137
}
137138

0 commit comments

Comments
 (0)