File tree 4 files changed +8
-0
lines changed
test/sap/ui/webcomponents/main/samples
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 13
13
:host (ui5- icon) {
14
14
display : inline-block ;
15
15
outline : none ;
16
+ color : @sapUiContentNonInteractiveIconColor ;
16
17
}
17
18
18
19
// required for browsers without native shadow dom
19
20
ui5- icon {
20
21
display : inline-block ;
21
22
outline : none ;
23
+ color : @sapUiContentNonInteractiveIconColor ;
22
24
23
25
// workaround for IE
24
26
// pressing on the span does not propagate active state to the web component
Original file line number Diff line number Diff line change 9
9
display : inline-block ;
10
10
width : 100% ;
11
11
height : 100% ;
12
+ color : @sapUiContentLabelColor ;
12
13
}
13
14
14
15
ui5- table- cell {
15
16
display : inline-block ;
16
17
width : 100% ;
17
18
height : 100% ;
19
+ color : @sapUiContentLabelColor ;
18
20
}
19
21
20
22
.sapWCTableCell {
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ ui5-textarea {
142
142
overflow : hidden ;
143
143
align-self : flex-end ;
144
144
padding : 0.125rem 0.125rem 0.5rem ;
145
+ color : @sapUiContentLabelColor ;
145
146
font-family : @sapUiFontFamily ;
146
147
font-size : @sapMFontSmallSize ;
147
148
}
Original file line number Diff line number Diff line change 45
45
display : none;
46
46
}
47
47
48
+ .hcb-background .headerToolbar {
49
+ color : # fff ;
50
+ }
48
51
</ style >
49
52
</ head >
50
53
< body class ="sapUiBody example-wrapper ">
You can’t perform that action at this time.
0 commit comments