We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00170 commit 98be562Copy full SHA for 98be562
packages/main/src/themes/base/Icon.less
@@ -16,17 +16,26 @@
16
color: @sapUiContentNonInteractiveIconColor;
17
}
18
19
+:host(ui5-icon) span[data-sap-ui-wc-root] {
20
+ display: flex;
21
+ width: 100%;
22
+ height: 100%;
23
+}
24
+
25
// required for browsers without native shadow dom
26
ui5-icon {
27
display: inline-block;
28
outline: none;
29
30
31
32
+ui5-icon span[data-sap-ui-wc-root] {
33
34
35
36
// workaround for IE
37
// pressing on the span does not propagate active state to the web component
- & span[data-sap-ui-wc-root] {
- pointer-events: none;
- }
38
+ pointer-events: none;
39
40
41
.sapWCIcon {
0 commit comments