Skip to content

Commit 28d5ac0

Browse files
authoredFeb 12, 2019
fix(ui5-checkbox): cursor over text (#9)
The cursor over the ui5-checkbox text is changed from type text to default in order to fullfill the visual design.
1 parent c22eae1 commit 28d5ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/main/src/themes/base/CheckBox.less

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ span[dir="rtl"] {
328328
.sapWCLabelInCheckBox {
329329
overflow: hidden;
330330
align-self: center;
331+
cursor: default;
331332
}
332333

333334
.sapMCbWrapped .sapWCLabelInCheckBox {

0 commit comments

Comments
 (0)
Please sign in to comment.