We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f746f0d commit bfb9999Copy full SHA for bfb9999
packages/main/src/themes/BusyIndicator.css
@@ -11,7 +11,6 @@
11
pointer-events: none;
12
}
13
14
-
15
:host([active]) :not(.ui5-busyindicator-root--ie) ::slotted(:not([class^="ui5-busyindicator-"])) {
16
opacity: 0.6;
17
packages/main/src/themes/CustomListItem.css
@@ -10,11 +10,11 @@
10
.ui5-li-root.ui5-custom-li-root {
padding: 0;
- pointer-events: auto;
+ pointer-events: inherit;
.ui5-li-root.ui5-custom-li-root .ui5-li-content {
18
19
20
[ui5-checkbox].ui5-li-singlesel-radiobtn,
0 commit comments