Skip to content

Commit bfb9999

Browse files
authored
fix(ui5-li-custom): fix pointer-events inheritance (#2196)
1 parent f746f0d commit bfb9999

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/main/src/themes/BusyIndicator.css

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
pointer-events: none;
1212
}
1313

14-
1514
:host([active]) :not(.ui5-busyindicator-root--ie) ::slotted(:not([class^="ui5-busyindicator-"])) {
1615
opacity: 0.6;
1716
}

packages/main/src/themes/CustomListItem.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
.ui5-li-root.ui5-custom-li-root {
1212
padding: 0;
13-
pointer-events: auto;
13+
pointer-events: inherit;
1414
}
1515

1616
.ui5-li-root.ui5-custom-li-root .ui5-li-content {
17-
pointer-events: auto;
17+
pointer-events: inherit;
1818
}
1919

2020
[ui5-checkbox].ui5-li-singlesel-radiobtn,

0 commit comments

Comments
 (0)