Skip to content

Commit 3412ef3

Browse files
authored
fix(ui5-checkbox): remove background from touchable area (#226)
1 parent cb781f1 commit 3412ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ ui5-checkbox {
5050
padding-left: .8125rem;
5151
padding-right: 0.125rem;
5252
box-sizing: border-box;
53-
background: @sapUiFieldBackground;
5453
outline: none;
5554
position: relative;
5655
-webkit-tap-highlight-color: rgba(0,0,0,0);
@@ -147,6 +146,7 @@ ui5-checkbox {
147146
max-height: @_ui5_checkbox_inner_width_height;
148147
border: @_ui5_checkbox_inner_border;
149148
border-radius: @_ui5_checkbox_inner_border_radius;
149+
background: @sapUiFieldBackground;
150150
box-sizing: border-box;
151151
position: relative;
152152
cursor: default;

0 commit comments

Comments
 (0)