We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb781f1 commit 3412ef3Copy full SHA for 3412ef3
packages/main/src/themes/base/CheckBox.less
@@ -50,7 +50,6 @@ ui5-checkbox {
50
padding-left: .8125rem;
51
padding-right: 0.125rem;
52
box-sizing: border-box;
53
- background: @sapUiFieldBackground;
54
outline: none;
55
position: relative;
56
-webkit-tap-highlight-color: rgba(0,0,0,0);
@@ -147,6 +146,7 @@ ui5-checkbox {
147
146
max-height: @_ui5_checkbox_inner_width_height;
148
border: @_ui5_checkbox_inner_border;
149
border-radius: @_ui5_checkbox_inner_border_radius;
+ background: @sapUiFieldBackground;
150
151
152
cursor: default;
0 commit comments