@openui5/themelib_sap_horizon 1.142.0 → 1.143.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/REUSE.toml +1 -1
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
  5. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
  6. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
  7. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
  8. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
  9. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
  10. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
  11. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
  12. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  13. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
  14. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
  15. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
  16. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  17. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
  18. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
  19. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  20. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  21. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  22. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  23. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
  24. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
  25. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
  26. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
  27. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
  28. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
  29. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
  30. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
  31. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
  32. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
  33. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
  34. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
  35. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
  36. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
  37. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
  38. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
  39. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
  40. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
  41. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
  42. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
  43. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  44. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
  45. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +0 -5
  46. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +0 -5
@@ -1,39 +1,39 @@
1
1
  /* =========================================== */
2
2
  /* CSS for control sap.ui.unified/CalendarRow */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
6
  /* intervals */
7
7
  .sapUiCalendarRowAppsInt,
8
- .sapUiCalendarRowAppsSubInt{
8
+ .sapUiCalendarRowAppsSubInt {
9
9
  border-color: @sapUiListVerticalBorderColor;
10
10
  }
11
11
 
12
- .sapUiCalendarRowAppsIntHead{
13
- font-size: @sapMFontSmallSize;
14
- color: @sapUiBaseText;
12
+ .sapUiCalendarRowAppsIntHead {
13
+ font-size: var(--sapFontSmallSize);
14
+ color: var(--sapTextColor);
15
15
  }
16
16
 
17
17
  .sapMListTblRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork,
18
18
  .sapMListTblSubRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork {
19
- background-color: @sapUiLegendNonWorkingBackground;
19
+ background-color: var(--sapLegend_NonWorkingBackground);
20
20
  }
21
21
 
22
22
  /* Appointments */
23
23
  /* as outlines can't have different offsets on one side (no left border) and don't work in IE just use a inner border */
24
- html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after {
24
+ html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont::after {
25
25
  position: absolute;
26
26
  top: 0.0625rem;
27
27
  left: 0.0625rem;
28
28
  right: 0.0625rem;
29
29
  bottom: 0.0625rem;
30
- content: "";
31
- border: 0.125rem solid @sapUiContentFocusColor;
30
+ content: '';
31
+ border: 0.125rem solid var(--sapContent_FocusColor);
32
32
  pointer-events: none;
33
33
  border-radius: 0.125rem;
34
34
  }
35
35
 
36
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont:after {
36
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont::after {
37
37
  top: 0.125rem;
38
38
  left: 0.125rem;
39
39
  right: 0.125rem;
@@ -51,46 +51,40 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalen
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapUiCalendarApp:hover:not(:active),
54
- html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont{
55
- background-color: @sapUiListBackground;
54
+ html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont {
55
+ background-color: var(--sapList_Background);
56
56
  }
57
57
 
58
58
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
59
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont{
60
- background-color: @sapUiContentSelectedBackground;
61
- }
62
-
63
- html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
64
- .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
65
- border-style: dashed;
66
- }
59
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont {
60
+ background-color: var(--sapContent_Selected_Background);
67
61
  }
68
62
 
69
63
  .sapUiCalendarApp.sapUiCalendarAppSel,
70
64
  .sapUiCalendarApp:active,
71
- .sapUiCalendarApp.sapUiCalendarAppSel:active{
72
- color: @sapUiContentSelectedTextColor;
73
- background-color:@sapUiContentSelectedBackground
65
+ .sapUiCalendarApp.sapUiCalendarAppSel:active {
66
+ color: var(--sapContent_Selected_TextColor);
67
+ background-color: var(--sapContent_Selected_Background)
74
68
  }
75
69
 
76
70
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
77
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active){
78
- color: @sapUiContentSelectedTextColor;
71
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) {
72
+ color: var(--sapContent_Selected_TextColor);
79
73
  }
80
74
 
81
75
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont,
82
76
  .sapUiCalendarApp:active > .sapUiCalendarAppCont,
83
- .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont{
84
- border-color: @sapUiListSelectionBorderColor;
77
+ .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont {
78
+ border-color: var(--sapList_SelectionBorderColor);
85
79
  border-top-left-radius: 0;
86
80
  border-bottom-left-radius: 0;
87
81
  }
88
82
 
89
83
 
90
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
91
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont{
92
- border-color: @sapUiListSelectionBorderColor;
93
- border-left-color: @sapUiListBackground;
84
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
85
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont {
86
+ border-color: var(--sapList_SelectionBorderColor);
87
+ border-left-color: var(--sapList_Background);
94
88
  }
95
89
 
96
90
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont > .sapUiCalendarAppIcon,
@@ -99,19 +93,19 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
99
93
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppTitle,
100
94
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppText,
101
95
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppDescription {
102
- color: @sapUiContentSelectedTextColor;
96
+ color: var(--sapContent_Selected_TextColor);
103
97
  }
104
98
 
105
- .sapUiCalendarAppTitle{
99
+ .sapUiCalendarAppTitle {
106
100
  font-size: @sapMFontMediumSize;
107
- color: @sapUiBaseText;
101
+ color: var(--sapTextColor);
108
102
  }
109
103
 
110
- .sapUiCalendarAppText{
111
- font-size: @sapMFontSmallSize;
104
+ .sapUiCalendarAppText {
105
+ font-size: var(--sapFontSmallSize);
112
106
  }
113
107
 
114
- .sapUiCalendarRowNow{
108
+ .sapUiCalendarRowNow {
115
109
  border-color: @sapUiCalendarColorToday;
116
110
  }
117
111
 
@@ -120,7 +114,7 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
120
114
  border-right-color: darken(@sapUiListBorderColor, 15);
121
115
  border-bottom-color: darken(@sapUiListBorderColor, 15);
122
116
  background-color: lighten(@sapUiAccent1, 50);
123
- color: @sapUiListTextColor;
117
+ color: var(--sapList_TextColor);
124
118
  }
125
119
 
126
120
  .sapUiCalendarApp.sapUiCalendarAppTent > .sapUiCalendarAppCont {
@@ -135,12 +129,12 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
135
129
  }
136
130
 
137
131
  .sapUiCalendarAppCont:hover {
138
- border-color: @sapUiListSelectionBorderColor;
132
+ border-color: var(--sapList_SelectionBorderColor);
139
133
  }
140
134
 
141
- // SPC
135
+ /* SPC */
142
136
  .sapUiCalendarAppSel:hover .sapUiCalendarAppCont,
143
- // PC
137
+ /* PC */
144
138
  .sapUiCalendarAppSel .sapUiCalendarAppCont:hover {
145
- box-shadow: inset 0 0 0 0.0625rem @sapUiListSelectionBorderColor;
139
+ box-shadow: inset 0 0 0 0.0625rem var(--sapList_SelectionBorderColor);
146
140
  }
@@ -1,6 +1,6 @@
1
1
  /* ============================================ */
2
2
  /* CSS for control sap.ui.unified/FileUploader */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ============================================ */
5
5
 
6
6
  .sapUiFup,
@@ -8,7 +8,8 @@
8
8
  height: 2.75rem;
9
9
  }
10
10
 
11
- .sapUiSizeCompact{
11
+ .sapUiSizeCompact {
12
+
12
13
  .sapUiFup,
13
14
  .sapUiFup.sapMBarChild {
14
15
  height: 2rem;
@@ -26,7 +27,7 @@
26
27
 
27
28
  html.sap-desktop .sapUiFup .sapMFocusable:focus,
28
29
  html.sap-desktop .sapUiFup .sapMFocusable:active {
29
- outline: 1px dotted @sapUiContentFocusColor;
30
+ outline: 1px dotted var(--sapContent_FocusColor);
30
31
  outline-offset: -1px;
31
32
  }
32
33
 
@@ -38,36 +39,10 @@ html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnAccept,
38
39
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnReject,
39
40
  .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized,
40
41
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized {
41
- outline-color: @sapUiContentContrastFocusColor;
42
+ outline-color: var(--sapContent_ContrastFocusColor);
42
43
  outline-offset: -.125rem;
43
44
  }
44
45
 
45
46
  .sapMFooter-CTX .sapUiFup .sapMBtnInner:active.sapMFocusable {
46
- background-color: @sapUiButtonActiveBackground;
47
- }
48
-
49
- /* IE ignores outline-offset. Use an overlay: */
50
-
51
- html[data-sap-ui-browser^="ie"] {
52
-
53
- .sapUiFup .sapMBtnInner:focus.sapMFocusable {
54
- outline: none;
55
- position: relative;
56
- }
57
-
58
- .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
59
- content: " ";
60
- box-sizing: border-box;
61
- width: 100%;
62
- height: 100%;
63
- position: absolute;
64
- left: 0;
65
- top: 0;
66
- border: 1px dotted @sapUiContentFocusColor;
67
- }
68
-
69
- .sapMFooter-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
70
- border-color: @sapUiContentContrastFocusColor;
71
- }
72
-
47
+ background-color: var(--sapButton_Active_Background);
73
48
  }
@@ -1,29 +1,29 @@
1
1
  /* ==================================== */
2
2
  /* CSS for control sap.ui.unified/Menu */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ==================================== */
5
5
 
6
6
  .sapUiMnu {
7
- border-radius: @sapUiPopoverBorderCornerRadius;
7
+ border-radius: var(--sapPopover_BorderCornerRadius);
8
8
  }
9
9
 
10
- .sapUiMnuItmSbMnu > div:after {
10
+ .sapUiMnuItmSbMnu > div::after {
11
11
  font-size: 1rem;
12
12
  }
13
13
 
14
14
  .sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf.sapUiMnuTfItemTfDsbl {
15
- opacity: @sapUiContentDisabledOpacity;
15
+ opacity: var(--sapContent_DisabledOpacity);
16
16
  }
17
17
 
18
18
  .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:hover {
19
19
  background-color: @sapUiListSelectionHoverBackground;
20
20
  }
21
21
 
22
- .sapUiMnu .sapUiMnuDiv>hr,
23
- .sapMList .sapMListItems .sapUiMnuDiv>hr{
24
- border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
25
- left: 0rem;
26
- right: 0rem;
22
+ .sapUiMnu .sapUiMnuDiv > hr,
23
+ .sapMList .sapMListItems .sapUiMnuDiv > hr {
24
+ border-top: 0.0625rem solid var(--sapGroup_ContentBorderColor);
25
+ left: 0;
26
+ right: 0;
27
27
  }
28
28
 
29
29
  .sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItm {
@@ -40,7 +40,8 @@
40
40
  width: 2.25rem;
41
41
  height: 2.75rem;
42
42
  font-size: 0.75rem;
43
- &.sapUiIconMirrorInRTL{
43
+
44
+ &.sapUiIconMirrorInRTL {
44
45
  height: 2.75rem;
45
46
  }
46
47
  }
@@ -53,35 +54,37 @@
53
54
  line-height: 2.75rem;
54
55
  }
55
56
 
56
- .sapUiSizeCompact .sapUiMnuItmR, .sapUiSizeCompact .sapUiMnuNoIco .sapUiMnuItmL {
57
+ .sapUiSizeCompact .sapUiMnuItmR,
58
+ .sapUiSizeCompact .sapUiMnuNoIco .sapUiMnuItmL {
57
59
  width: 0.5rem;
58
60
  }
59
61
 
60
62
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
61
63
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
62
- border-bottom: 1px solid @sapUiListSelectionBorderColor;
64
+ border-bottom: 1px solid var(--sapList_SelectionBorderColor);
63
65
  }
64
66
 
65
67
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm {
66
68
  border-bottom: 1px solid transparent;
67
69
  }
68
70
 
69
- .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active{
71
+ .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active {
70
72
  border-bottom: 1px solid transparent;
71
73
  }
72
74
 
73
- .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active{
75
+ .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active {
74
76
  border-bottom: 1px solid transparent;
75
- background-color: @sapUiListActiveBackground;
77
+ background-color: var(--sapList_Active_Background);
76
78
  }
77
79
 
78
80
  .sapUiMnuItm:focus {
79
- outline: 0.125rem solid @sapUiContentFocusColor;
81
+ outline: 0.125rem solid var(--sapContent_FocusColor);
80
82
  outline-offset: -0.1875rem;
81
83
  }
82
84
 
83
85
  html.sap-desktop,
84
86
  html.sap-tablet {
87
+
85
88
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
86
89
  padding-inline-start: 0;
87
90
  }
@@ -89,11 +92,14 @@ html.sap-tablet {
89
92
 
90
93
  html.sap-desktop,
91
94
  html.sap-tablet {
95
+
92
96
  .sapUiSizeCompact {
97
+
93
98
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
94
99
  padding-inline-start: 0;
95
100
  }
96
101
  }
102
+
97
103
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
98
104
  padding-inline-start: 0;
99
105
  }
@@ -9,7 +9,7 @@
9
9
 
10
10
  .sapUiCalLegDayTypeNonWorking .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor,
11
11
  .sapUiUnifiedLegendNonWorkingDay .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
12
- background: @sapUiLegendNonWorkingBackground;
12
+ background: var(--sapLegend_NonWorkingBackground);
13
13
  }
14
14
 
15
15
  .sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
@@ -17,7 +17,7 @@
17
17
  border: 0.0625rem solid var(--sapList_SelectionBorderColor);
18
18
 
19
19
  &::after {
20
- content: "";
20
+ content: '';
21
21
  display: block;
22
22
  width: 0.25rem;
23
23
  height: 0.25rem;
@@ -34,12 +34,13 @@
34
34
 
35
35
  &:focus {
36
36
  outline: none;
37
+
37
38
  &::after {
38
- content: "";
39
+ content: '';
39
40
  position: absolute;
40
41
  box-sizing: border-box;
41
42
  inset: 0.125rem;
42
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
43
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
43
44
  border-radius: 0.25rem;
44
45
  pointer-events: none;
45
46
  }
@@ -52,12 +53,13 @@
52
53
 
53
54
  &:focus {
54
55
  outline: none;
56
+
55
57
  &::after {
56
- content: "";
58
+ content: '';
57
59
  position: absolute;
58
60
  box-sizing: border-box;
59
61
  inset: 0;
60
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
62
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
61
63
  border-radius: 0.25rem;
62
64
  pointer-events: none;
63
65
  }
@@ -67,4 +69,4 @@
67
69
  .sapUiSizeCompact .sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor::after {
68
70
  inset-block-start: 0.625rem;
69
71
  inset-inline-start: 0.625rem;
70
- }
72
+ }
@@ -5,35 +5,35 @@
5
5
 
6
6
  /* intervals */
7
7
  .sapUiCalendarRowAppsInt,
8
- .sapUiCalendarRowAppsSubInt{
8
+ .sapUiCalendarRowAppsSubInt {
9
9
  border-color: @sapUiListVerticalBorderColor;
10
10
  }
11
11
 
12
- .sapUiCalendarRowAppsIntHead{
13
- font-size: @sapMFontSmallSize;
14
- color: @sapUiBaseText;
12
+ .sapUiCalendarRowAppsIntHead {
13
+ font-size: var(--sapFontSmallSize);
14
+ color: var(--sapTextColor);
15
15
  }
16
16
 
17
17
  .sapMListTblRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork,
18
18
  .sapMListTblSubRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork {
19
- background-color: @sapUiLegendNonWorkingBackground;
19
+ background-color: var(--sapLegend_NonWorkingBackground);
20
20
  }
21
21
 
22
22
  /* Appointments */
23
23
  /* as outlines can't have different offsets on one side (no left border) and don't work in IE just use a inner border */
24
- html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after {
24
+ html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont::after {
25
25
  position: absolute;
26
26
  top: 0.0625rem;
27
27
  left: 0.0625rem;
28
28
  right: 0.0625rem;
29
29
  bottom: 0.0625rem;
30
- content: "";
31
- border: 0.125rem solid @sapUiContentFocusColor;
30
+ content: '';
31
+ border: 0.125rem solid var(--sapContent_FocusColor);
32
32
  pointer-events: none;
33
33
  border-radius: 0.125rem;
34
34
  }
35
35
 
36
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont:after {
36
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont::after {
37
37
  top: 0.125rem;
38
38
  left: 0.125rem;
39
39
  right: 0.125rem;
@@ -51,46 +51,39 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalen
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapUiCalendarApp:hover:not(:active),
54
- html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont{
55
- background-color: @sapUiListBackground;
54
+ html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont {
55
+ background-color: var(--sapList_Background);
56
56
  }
57
57
 
58
58
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
59
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont{
60
- background-color: @sapUiContentSelectedBackground;
61
- }
62
-
63
- html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
64
- .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
65
- border-style: dashed;
66
- }
59
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont {
60
+ background-color: var(--sapContent_Selected_Background);
67
61
  }
68
62
 
69
63
  .sapUiCalendarApp.sapUiCalendarAppSel,
70
64
  .sapUiCalendarApp:active,
71
- .sapUiCalendarApp.sapUiCalendarAppSel:active{
72
- color: @sapUiContentSelectedTextColor;
73
- background-color:@sapUiContentSelectedBackground
65
+ .sapUiCalendarApp.sapUiCalendarAppSel:active {
66
+ color: var(--sapContent_Selected_TextColor);
67
+ background-color: var(--sapContent_Selected_Background)
74
68
  }
75
69
 
76
70
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
77
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active){
78
- color: @sapUiContentSelectedTextColor;
71
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) {
72
+ color: var(--sapContent_Selected_TextColor);
79
73
  }
80
74
 
81
75
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont,
82
76
  .sapUiCalendarApp:active > .sapUiCalendarAppCont,
83
- .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont{
84
- border-color: @sapUiListSelectionBorderColor;
77
+ .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont {
78
+ border-color: var(--sapList_SelectionBorderColor);
85
79
  border-top-left-radius: 0;
86
80
  border-bottom-left-radius: 0;
87
81
  }
88
82
 
89
-
90
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
91
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont{
92
- border-color: @sapUiListSelectionBorderColor;
93
- border-left-color: @sapUiListBackground;
83
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
84
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont {
85
+ border-color: var(--sapList_SelectionBorderColor);
86
+ border-left-color: var(--sapList_Background);
94
87
  }
95
88
 
96
89
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont > .sapUiCalendarAppIcon,
@@ -99,19 +92,19 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
99
92
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppTitle,
100
93
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppText,
101
94
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppDescription {
102
- color: @sapUiContentSelectedTextColor;
95
+ color: var(--sapContent_Selected_TextColor);
103
96
  }
104
97
 
105
- .sapUiCalendarAppTitle{
98
+ .sapUiCalendarAppTitle {
106
99
  font-size: @sapMFontMediumSize;
107
- color: @sapUiBaseText;
100
+ color: var(--sapTextColor);
108
101
  }
109
102
 
110
- .sapUiCalendarAppText{
111
- font-size: @sapMFontSmallSize;
103
+ .sapUiCalendarAppText {
104
+ font-size: var(--sapFontSmallSize);
112
105
  }
113
106
 
114
- .sapUiCalendarRowNow{
107
+ .sapUiCalendarRowNow {
115
108
  border-color: @sapUiCalendarColorToday;
116
109
  }
117
110
 
@@ -120,7 +113,7 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
120
113
  border-right-color: darken(@sapUiListBorderColor, 15);
121
114
  border-bottom-color: darken(@sapUiListBorderColor, 15);
122
115
  background-color: lighten(@sapUiAccent1, 50);
123
- color: @sapUiListTextColor;
116
+ color: var(--sapList_TextColor);
124
117
  }
125
118
 
126
119
  .sapUiCalendarApp.sapUiCalendarAppTent > .sapUiCalendarAppCont {
@@ -135,12 +128,12 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
135
128
  }
136
129
 
137
130
  .sapUiCalendarAppCont:hover {
138
- border-color: @sapUiListSelectionBorderColor;
131
+ border-color: var(--sapList_SelectionBorderColor);
139
132
  }
140
133
 
141
- // SPC
134
+ /* SPC */
142
135
  .sapUiCalendarAppSel:hover .sapUiCalendarAppCont,
143
- // PC
136
+ /* PC */
144
137
  .sapUiCalendarAppSel .sapUiCalendarAppCont:hover {
145
- box-shadow: inset 0 0 0 0.0625rem @sapUiListSelectionBorderColor;
138
+ box-shadow: inset 0 0 0 0.0625rem var(--sapList_SelectionBorderColor);
146
139
  }
@@ -8,7 +8,8 @@
8
8
  height: 2.75rem;
9
9
  }
10
10
 
11
- .sapUiSizeCompact{
11
+ .sapUiSizeCompact {
12
+
12
13
  .sapUiFup,
13
14
  .sapUiFup.sapMBarChild {
14
15
  height: 2rem;
@@ -26,7 +27,7 @@
26
27
 
27
28
  html.sap-desktop .sapUiFup .sapMFocusable:focus,
28
29
  html.sap-desktop .sapUiFup .sapMFocusable:active {
29
- outline: 1px dotted @sapUiContentFocusColor;
30
+ outline: 1px dotted var(--sapContent_FocusColor);
30
31
  outline-offset: -1px;
31
32
  }
32
33
 
@@ -38,36 +39,10 @@ html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnAccept,
38
39
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnReject,
39
40
  .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized,
40
41
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized {
41
- outline-color: @sapUiContentContrastFocusColor;
42
+ outline-color: var(--sapContent_ContrastFocusColor);
42
43
  outline-offset: -.125rem;
43
44
  }
44
45
 
45
46
  .sapMFooter-CTX .sapUiFup .sapMBtnInner:active.sapMFocusable {
46
- background-color: @sapUiButtonActiveBackground;
47
- }
48
-
49
- /* IE ignores outline-offset. Use an overlay: */
50
-
51
- html[data-sap-ui-browser^="ie"] {
52
-
53
- .sapUiFup .sapMBtnInner:focus.sapMFocusable {
54
- outline: none;
55
- position: relative;
56
- }
57
-
58
- .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
59
- content: " ";
60
- box-sizing: border-box;
61
- width: 100%;
62
- height: 100%;
63
- position: absolute;
64
- left: 0;
65
- top: 0;
66
- border: 1px dotted @sapUiContentFocusColor;
67
- }
68
-
69
- .sapMFooter-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
70
- border-color: @sapUiContentContrastFocusColor;
71
- }
72
-
47
+ background-color: var(--sapButton_Active_Background);
73
48
  }