File tree 1 file changed +7
-16
lines changed
packages/main/src/themes/base
1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 14
14
:host (ui5- datepicker) {
15
15
display : inline-block ;
16
16
width : 100% ;
17
-
18
- & ui5- input ui5- icon {
19
- color : @sapUiContentIconColor ;
20
- outline : none ;
21
-
22
- & :active {
23
- background-color : @sapUiButtonLiteActiveBackground ;
24
- color : @sapUiButtonActiveTextColor ;
25
- }
26
- }
27
17
}
28
18
29
19
// required for browsers without native shadow dom
@@ -33,9 +23,15 @@ ui5-datepicker {
33
23
}
34
24
35
25
.sapWCDPIcon {
26
+ color : @sapUiContentIconColor ;
36
27
width : @sap_wc_dp_icon_width ;
37
28
cursor : pointer ;
38
- color : @sapUiContentIconColor ;
29
+ outline : none ;
30
+
31
+ & :active {
32
+ background-color : @sapUiButtonLiteActiveBackground ;
33
+ color : @sapUiButtonActiveTextColor ;
34
+ }
39
35
40
36
& .sapWCDPIconPressed ,
41
37
& .sapWCDPIconPressed :active {
@@ -46,9 +42,4 @@ ui5-datepicker {
46
42
& :not (.sapWCDPIconPressed ):not (:active ):hover {
47
43
background : @sapUiButtonLiteHoverBackground ;
48
44
}
49
-
50
- & :active {
51
- background-color : @sapUiButtonLiteActiveBackground ;
52
- color : @sapUiButtonActiveTextColor ;
53
- }
54
45
}
You can’t perform that action at this time.
0 commit comments