File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
/* disabled */
18
+ : host ([disabled ]) {
19
+ cursor : default;
20
+ }
21
+
18
22
: host ([disabled ]) .ui5-checkbox-root {
19
23
opacity : .5 ;
20
24
}
@@ -221,7 +225,7 @@ https://github.com/philipwalton/flexbugs/issues/231
221
225
color : var (--_ui5_checkbox_checkmark_color );
222
226
box-sizing : border-box;
223
227
position : relative;
224
- cursor : default ;
228
+ cursor : inherit ;
225
229
}
226
230
227
231
: host ([indeterminate ][checked ]) .ui5-checkbox-inner ::after {
@@ -247,7 +251,7 @@ https://github.com/philipwalton/flexbugs/issues/231
247
251
.ui5-checkbox-root .ui5-checkbox-label {
248
252
margin-left : var (--_ui5_checkbox_label_offset_left );
249
253
margin-right : var (--_ui5_checkbox_label_offset_right );
250
- cursor : default ;
254
+ cursor : inherit ;
251
255
text-overflow : ellipsis;
252
256
overflow : hidden;
253
257
pointer-events : none;
@@ -261,7 +265,7 @@ https://github.com/philipwalton/flexbugs/issues/231
261
265
width : var (--_ui5_checkbox_icon_size );
262
266
height : var (--_ui5_checkbox_icon_size );
263
267
color : currentColor;
264
- cursor : default ;
268
+ cursor : inherit ;
265
269
position : absolute;
266
270
left : 50% ;
267
271
top : 50% ;
You can’t perform that action at this time.
0 commit comments