Skip to content

Commit

Permalink
fix(ui5-checkbox): cursor over text (#9)
Browse files Browse the repository at this point in the history
The cursor over the ui5-checkbox text
is changed from type text to default in order to fullfill the visual design.
  • Loading branch information
ilhan007 authored Feb 12, 2019
1 parent c22eae1 commit 28d5ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/base/CheckBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ span[dir="rtl"] {
.sapWCLabelInCheckBox {
overflow: hidden;
align-self: center;
cursor: default;
}

.sapMCbWrapped .sapWCLabelInCheckBox {
Expand Down

0 comments on commit 28d5ac0

Please sign in to comment.