@openui5/sap.ui.commons 1.145.1 → 1.147.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 (143) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +6 -50
  3. package/package.json +4 -4
  4. package/src/sap/ui/commons/.library +1 -1
  5. package/src/sap/ui/commons/Accordion.js +1 -1
  6. package/src/sap/ui/commons/AccordionSection.js +1 -1
  7. package/src/sap/ui/commons/ApplicationHeader.js +1 -1
  8. package/src/sap/ui/commons/Area.js +1 -1
  9. package/src/sap/ui/commons/AutoComplete.js +1 -1
  10. package/src/sap/ui/commons/Button.js +1 -1
  11. package/src/sap/ui/commons/ButtonRenderer.js +1 -1
  12. package/src/sap/ui/commons/Callout.js +1 -1
  13. package/src/sap/ui/commons/CalloutBase.js +1 -1
  14. package/src/sap/ui/commons/Carousel.js +1 -1
  15. package/src/sap/ui/commons/CheckBox.js +1 -1
  16. package/src/sap/ui/commons/ColorPicker.js +1 -1
  17. package/src/sap/ui/commons/ComboBox.js +1 -1
  18. package/src/sap/ui/commons/DatePicker.js +1 -1
  19. package/src/sap/ui/commons/Dialog.js +1 -1
  20. package/src/sap/ui/commons/DropdownBox.js +1 -1
  21. package/src/sap/ui/commons/FileUploader.js +1 -1
  22. package/src/sap/ui/commons/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/commons/FileUploaderXHRSettings.js +1 -1
  24. package/src/sap/ui/commons/FormattedTextView.js +1 -1
  25. package/src/sap/ui/commons/HorizontalDivider.js +1 -1
  26. package/src/sap/ui/commons/Image.js +1 -1
  27. package/src/sap/ui/commons/ImageMap.js +1 -1
  28. package/src/sap/ui/commons/InPlaceEdit.js +1 -1
  29. package/src/sap/ui/commons/Label.js +1 -1
  30. package/src/sap/ui/commons/Link.js +1 -1
  31. package/src/sap/ui/commons/ListBox.js +1 -1
  32. package/src/sap/ui/commons/ListBoxRenderer.js +1 -1
  33. package/src/sap/ui/commons/Menu.js +1 -1
  34. package/src/sap/ui/commons/MenuBar.js +1 -1
  35. package/src/sap/ui/commons/MenuButton.js +1 -1
  36. package/src/sap/ui/commons/MenuItem.js +1 -1
  37. package/src/sap/ui/commons/MenuItemBase.js +1 -1
  38. package/src/sap/ui/commons/MenuTextFieldItem.js +1 -1
  39. package/src/sap/ui/commons/Message.js +1 -1
  40. package/src/sap/ui/commons/MessageBar.js +1 -1
  41. package/src/sap/ui/commons/MessageBox.js +1 -1
  42. package/src/sap/ui/commons/MessageList.js +1 -1
  43. package/src/sap/ui/commons/MessageToast.js +1 -1
  44. package/src/sap/ui/commons/Paginator.js +1 -1
  45. package/src/sap/ui/commons/Panel.js +1 -1
  46. package/src/sap/ui/commons/PasswordField.js +1 -1
  47. package/src/sap/ui/commons/ProgressIndicator.js +1 -1
  48. package/src/sap/ui/commons/RadioButton.js +1 -1
  49. package/src/sap/ui/commons/RadioButtonGroup.js +1 -1
  50. package/src/sap/ui/commons/RangeSlider.js +1 -1
  51. package/src/sap/ui/commons/RatingIndicator.js +1 -1
  52. package/src/sap/ui/commons/ResponsiveContainer.js +1 -1
  53. package/src/sap/ui/commons/ResponsiveContainerRange.js +1 -1
  54. package/src/sap/ui/commons/RichTooltip.js +1 -1
  55. package/src/sap/ui/commons/RoadMap.js +1 -1
  56. package/src/sap/ui/commons/RoadMapStep.js +1 -1
  57. package/src/sap/ui/commons/RowRepeater.js +1 -1
  58. package/src/sap/ui/commons/RowRepeaterFilter.js +1 -1
  59. package/src/sap/ui/commons/RowRepeaterSorter.js +1 -1
  60. package/src/sap/ui/commons/SearchField.js +1 -1
  61. package/src/sap/ui/commons/SearchProvider.js +1 -1
  62. package/src/sap/ui/commons/SegmentedButton.js +1 -1
  63. package/src/sap/ui/commons/Slider.js +1 -1
  64. package/src/sap/ui/commons/Splitter.js +1 -1
  65. package/src/sap/ui/commons/Tab.js +1 -1
  66. package/src/sap/ui/commons/TabStrip.js +1 -1
  67. package/src/sap/ui/commons/TextArea.js +1 -1
  68. package/src/sap/ui/commons/TextField.js +1 -1
  69. package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
  70. package/src/sap/ui/commons/TextView.js +1 -1
  71. package/src/sap/ui/commons/Title.js +1 -1
  72. package/src/sap/ui/commons/ToggleButton.js +1 -1
  73. package/src/sap/ui/commons/Toolbar.js +1 -1
  74. package/src/sap/ui/commons/ToolbarSeparator.js +1 -1
  75. package/src/sap/ui/commons/Tree.js +1 -1
  76. package/src/sap/ui/commons/TreeNode.js +1 -1
  77. package/src/sap/ui/commons/TriStateCheckBox.js +1 -1
  78. package/src/sap/ui/commons/ValueHelpField.js +1 -1
  79. package/src/sap/ui/commons/form/Form.js +1 -1
  80. package/src/sap/ui/commons/form/FormContainer.js +1 -1
  81. package/src/sap/ui/commons/form/FormElement.js +1 -1
  82. package/src/sap/ui/commons/form/FormLayout.js +1 -1
  83. package/src/sap/ui/commons/form/GridContainerData.js +1 -1
  84. package/src/sap/ui/commons/form/GridElementData.js +1 -1
  85. package/src/sap/ui/commons/form/GridLayout.js +1 -1
  86. package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -1
  87. package/src/sap/ui/commons/form/SimpleForm.js +1 -1
  88. package/src/sap/ui/commons/layout/AbsoluteLayout.js +1 -1
  89. package/src/sap/ui/commons/layout/BorderLayout.js +1 -1
  90. package/src/sap/ui/commons/layout/BorderLayoutArea.js +1 -1
  91. package/src/sap/ui/commons/layout/HorizontalLayout.js +1 -1
  92. package/src/sap/ui/commons/layout/MatrixLayout.js +1 -1
  93. package/src/sap/ui/commons/layout/MatrixLayoutCell.js +1 -1
  94. package/src/sap/ui/commons/layout/MatrixLayoutRow.js +1 -1
  95. package/src/sap/ui/commons/layout/PositionContainer.js +1 -1
  96. package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -1
  97. package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -1
  98. package/src/sap/ui/commons/layout/VerticalLayout.js +1 -1
  99. package/src/sap/ui/commons/library.js +2 -2
  100. package/src/sap/ui/commons/themes/base/ApplicationHeader.less +30 -29
  101. package/src/sap/ui/commons/themes/base/CheckBox.less +8 -20
  102. package/src/sap/ui/commons/themes/base/ComboBox.less +11 -10
  103. package/src/sap/ui/commons/themes/base/DatePicker.less +14 -16
  104. package/src/sap/ui/commons/themes/base/Image.less +7 -2
  105. package/src/sap/ui/commons/themes/base/InPlaceEdit.less +35 -35
  106. package/src/sap/ui/commons/themes/base/Label.less +30 -35
  107. package/src/sap/ui/commons/themes/base/Link.less +12 -11
  108. package/src/sap/ui/commons/themes/base/ListBox.less +14 -13
  109. package/src/sap/ui/commons/themes/base/MenuBar.less +8 -6
  110. package/src/sap/ui/commons/themes/base/MenuButton.less +5 -4
  111. package/src/sap/ui/commons/themes/base/Message.less +14 -12
  112. package/src/sap/ui/commons/themes/base/MessageBar.less +16 -34
  113. package/src/sap/ui/commons/themes/base/MessageBox.less +22 -14
  114. package/src/sap/ui/commons/themes/base/MessageList.less +4 -3
  115. package/src/sap/ui/commons/themes/base/MessageToast.less +8 -7
  116. package/src/sap/ui/commons/themes/base/Paginator.less +8 -8
  117. package/src/sap/ui/commons/themes/base/Panel.less +11 -45
  118. package/src/sap/ui/commons/themes/base/ProgressIndicator.less +22 -21
  119. package/src/sap/ui/commons/themes/base/RadioButton.less +8 -3
  120. package/src/sap/ui/commons/themes/base/RadioButtonGroup.less +13 -17
  121. package/src/sap/ui/commons/themes/base/RatingIndicator.less +15 -10
  122. package/src/sap/ui/commons/themes/base/RichTooltip.less +7 -2
  123. package/src/sap/ui/commons/themes/base/RoadMap.less +23 -54
  124. package/src/sap/ui/commons/themes/base/RowRepeater.less +7 -10
  125. package/src/sap/ui/commons/themes/base/SearchField.less +16 -14
  126. package/src/sap/ui/commons/themes/base/SegmentedButton.less +8 -7
  127. package/src/sap/ui/commons/themes/base/Slider.less +9 -9
  128. package/src/sap/ui/commons/themes/base/Splitter.less +12 -28
  129. package/src/sap/ui/commons/themes/base/TabStrip.less +20 -19
  130. package/src/sap/ui/commons/themes/base/TextArea.less +6 -5
  131. package/src/sap/ui/commons/themes/base/TextField.less +46 -53
  132. package/src/sap/ui/commons/themes/base/TextView.less +28 -22
  133. package/src/sap/ui/commons/themes/base/ToggleButton.less +4 -3
  134. package/src/sap/ui/commons/themes/base/Toolbar.less +20 -14
  135. package/src/sap/ui/commons/themes/base/Tree.less +42 -42
  136. package/src/sap/ui/commons/themes/base/TriStateCheckBox.less +16 -17
  137. package/src/sap/ui/commons/themes/base/ValueHelpField.less +6 -6
  138. package/src/sap/ui/commons/themes/base/layout.less +58 -18
  139. package/src/sap/ui/commons/themes/base/library.source.less +0 -4
  140. package/src/sap/ui/commons/themes/base/ResponsiveContainer.less +0 -1
  141. package/src/sap/ui/commons/themes/base/ResponsiveFlowLayout.less +0 -3
  142. package/src/sap/ui/commons/themes/base/ResponsiveLayout.less +0 -3
  143. package/src/sap/ui/commons/themes/base/SimpleForm.less +0 -3
@@ -1,6 +1,7 @@
1
- /* =============================================== */
2
- /* CSS for control sap.ui.commons/ComboBox.control */
3
- /* =============================================== */
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.commons/ComboBox */
3
+ /* Base theme */
4
+ /* ======================================== */
4
5
 
5
6
  .sapUiTfCombo {
6
7
  box-sizing: border-box;
@@ -12,7 +13,7 @@
12
13
  outline: none;
13
14
  }
14
15
 
15
- .sapUiTfCombo > select{
16
+ .sapUiTfCombo > select {
16
17
  background-color: transparent;
17
18
  height: 100%;
18
19
  opacity: 0;
@@ -20,31 +21,31 @@
20
21
  width: 100%;
21
22
  }
22
23
 
23
- .sapUiTfCombo > select + input{
24
+ .sapUiTfCombo > select + input {
24
25
  /*to put input field over select and make it focused on click*/
25
26
  position: relative;
26
27
  }
27
28
 
28
- .sapUiTfCombo > input + select{ /* DropdownBox */
29
+ .sapUiTfCombo > input + select { /* DropdownBox */
29
30
  left: 0;
30
31
  }
31
32
 
32
- .sapUiTfComboIcon{
33
+ .sapUiTfComboIcon {
33
34
  right: 0;
34
35
  overflow: visible;
35
36
  display: inline;
36
37
  position: absolute;
37
38
  font-size: 0;
38
39
  color: transparent;
39
- -moz-user-select: none;
40
40
  -webkit-user-select: none;
41
+ user-select: none;
41
42
  }
42
43
 
43
- .sapUiTfStd > .sapUiTfComboIcon{
44
+ .sapUiTfStd > .sapUiTfComboIcon {
44
45
  cursor: pointer;
45
46
  }
46
47
 
47
- .sapUiComboPopup>* {
48
+ .sapUiComboPopup > * {
48
49
  visibility: hidden;
49
50
  /* initially hidden off the screen */
50
51
  position: absolute;
@@ -1,17 +1,17 @@
1
- /* ============================================= */
2
- /* CSS for control commons/DatePicker.control */
3
- /* ============================================= */
4
- /****************************************************************/
5
- /* Base DATEPICKER */
6
- /****************************************************************/
1
+ /* =================================== */
2
+ /* CSS for control commons/DatePicker */
3
+ /* Base theme */
4
+ /* =================================== */
5
+
6
+ /* Base DATEPICKER */
7
7
 
8
8
  /* calendar icon */
9
9
  .sapUiTfCombo > .sapUiTfDateIcon {
10
- background-image: url(img/datepicker/icon_cal.png);
10
+ background-image: url('img/datepicker/icon_cal.png');
11
11
  background-repeat: no-repeat;
12
12
  background-position: center;
13
13
  background-color: transparent;
14
- border-width: 0 0 0 1px; /* Placeholder for active and hover */
14
+ border-width: 0 0 0 1px; /* Placeholder for active and hover */
15
15
  border-style: solid;
16
16
  border-color: transparent;
17
17
  display: inline;
@@ -20,27 +20,25 @@
20
20
  right: 0;
21
21
  }
22
22
 
23
- .sapUiTfStd > .sapUiTfDateIcon{
23
+ .sapUiTfStd > .sapUiTfDateIcon {
24
24
  cursor: pointer;
25
25
  }
26
26
 
27
27
  /* Disabled icon */
28
28
  .sapUiTfCombo.sapUiTfDsbl > .sapUiTfDateIcon {
29
- background-image: url(img/datepicker/icon_cal_disabled.png);
29
+ background-image: url('img/datepicker/icon_cal_disabled.png');
30
30
  }
31
31
 
32
32
  .sapUiTableCellEdit .sapUiTfStd > .sapUiTfDateIcon:hover,
33
33
  .sapUiTableCellEdit .sapUiTfFoc > .sapUiTfDateIcon {
34
34
  background-color: @sapUiWhiteBG;
35
- background-image: url(img/datepicker/icon_cal.png), -moz-linear-gradient(top, @sapUiWhiteBG, @sapUiWhiteBG);
36
- background-image: url(img/datepicker/icon_cal.png), -webkit-gradient(linear, left top, left bottom, from(@sapUiWhiteBG), to(@sapUiWhiteBG));
37
- border-width: 0px;
35
+ background-image: url('img/datepicker/icon_cal.png');
36
+ border-width: 0;
38
37
  }
39
38
 
40
39
  .sapUiTableCellEdit .sapUiTfStd > .sapUiTfDateIcon:active,
41
40
  .sapUiTableCellEdit .sapUiTfFoc > .sapUiTfDateIcon:active {
42
41
  background-color: @sapUiWhiteBG;
43
- background-image: url(img/datepicker/icon_cal.png), -moz-linear-gradient(top, @sapUiWhiteBG, @sapUiWhiteBG 0px, @sapUiWhiteBG 13px, @sapUiWhiteBG 16px, @sapUiWhiteBG);
44
- background-image: url(img/datepicker/icon_cal.png), -webkit-gradient(linear, left top, left bottom, from(@sapUiWhiteBG), color-stop(0.05, @sapUiWhiteBG), color-stop(0.75, @sapUiWhiteBG), color-stop(0.95, @sapUiWhiteBG), to(@sapUiWhiteBG));
45
- border-width: 0px;
42
+ background-image: url('img/datepicker/icon_cal.png');
43
+ border-width: 0;
46
44
  }
@@ -1,11 +1,16 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.ui.commons/Image */
3
+ /* Base theme */
4
+ /* ===================================== */
5
+
1
6
  .sapUiImg {
2
7
  vertical-align: top;
3
8
  border: none;
4
9
  }
5
10
 
6
11
  .sapUiImgNoSource {
7
- width:0px;
8
- height:0px;
12
+ width: 0;
13
+ height: 0;
9
14
  }
10
15
 
11
16
  .sapUiImgWithHandler {
@@ -1,6 +1,7 @@
1
- /* ================================================== */
2
- /* CSS for control sap.ui.commons/InPlaceEdit.control */
3
- /* ================================================== */
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/InPlaceEdit */
3
+ /* Base theme */
4
+ /* =========================================== */
4
5
 
5
6
  .sapUiIpeInvisible,
6
7
  .sapUiIpeInvisible.sapUiTv,
@@ -9,7 +10,7 @@
9
10
  display: none;
10
11
  }
11
12
 
12
- .sapUiIpe{
13
+ .sapUiIpe {
13
14
  border: 1px solid transparent; /* to avoid reposition if border is painted on focus */
14
15
  box-sizing: border-box;
15
16
  overflow: hidden;
@@ -19,13 +20,13 @@
19
20
  }
20
21
 
21
22
  /* Content area if revert button is available*/
22
- .sapUiIpeUndo{
23
+ .sapUiIpeUndo {
23
24
  padding-right: 22px;
24
25
  }
25
26
 
26
27
  .sapUiIpe:hover,
27
- .sapUiIpeFocus{
28
- border-color: @sapUiHighlight;
28
+ .sapUiIpeFocus {
29
+ border-color: var(--sapHighlightColor);
29
30
  cursor: text;
30
31
  outline: none;
31
32
  }
@@ -33,111 +34,110 @@
33
34
  .sapUiIpe.sapUiIpeRo:hover,
34
35
  .sapUiIpeFocus.sapUiIpeRo,
35
36
  .sapUiIpe.sapUiIpeLink:hover,
36
- .sapUiIpeFocus.sapUiIpeLink{
37
+ .sapUiIpeFocus.sapUiIpeLink {
37
38
  border-color: transparent;
38
39
  cursor: default;
39
40
  }
40
41
 
41
42
  /* disable outline on display controls - focus is visualized on outer DIV */
42
43
  .sapUiIpeFocus .sapUiTv,
43
- .sapUiIpeFocus .sapUiLnk:focus{
44
+ .sapUiIpeFocus .sapUiLnk:focus {
44
45
  outline: none;
45
46
  }
46
47
 
47
- .sapUiIpeUndo{
48
- background-color: @sapUiListHoverBackground;
48
+ .sapUiIpeUndo {
49
+ background-color: var(--sapList_Hover_Background);
49
50
  }
50
51
 
51
52
  .sapUiIpeEdit,
52
- .sapUiIpeEdit.sapUiIpeUndo{
53
+ .sapUiIpeEdit.sapUiIpeUndo {
53
54
  border: none;
54
- background-color: @sapUiFieldBackground;
55
+ background-color: var(--sapField_Background);
55
56
  }
56
57
 
57
58
  /* success state */
58
59
  .sapUiIpeSucc,
59
- .sapUiIpeUndo.sapUiIpeSucc{
60
- border-color: @sapUiFieldSuccessColor;
61
- background-color: @sapUiFieldSuccessBackground;
60
+ .sapUiIpeUndo.sapUiIpeSucc {
61
+ border-color: var(--sapField_SuccessColor);
62
+ background-color: var(--sapField_SuccessBackground);
62
63
  }
63
64
 
64
65
  /* invalid state */
65
66
  .sapUiIpeErr,
66
- .sapUiIpeUndo.sapUiIpeErr{
67
- border-color: @sapUiFieldInvalidColor;
68
- background-color: @sapUiFieldInvalidBackground;
67
+ .sapUiIpeUndo.sapUiIpeErr {
68
+ border-color: var(--sapField_InvalidColor);
69
+ background-color: var(--sapField_InvalidBackground);
69
70
  }
70
71
 
71
72
  /* warning state */
72
73
  .sapUiIpeWarn,
73
- .sapUiIpeUndo.sapUiIpeWarn{
74
- border-color: @sapUiFieldWarningColor;
75
- background-color: @sapUiFieldWarningBackground;
74
+ .sapUiIpeUndo.sapUiIpeWarn {
75
+ border-color: var(--sapField_WarningColor);
76
+ background-color: var(--sapField_WarningBackground);
76
77
  }
77
78
 
78
79
  /* Content area if revert button is available*/
79
- .sapUiIpeCont{
80
+ .sapUiIpeCont {
80
81
  height: 100%;
81
82
  position: relative;
82
83
  overflow: hidden;
83
84
  }
84
85
 
85
- .sapUiIpeLink > .sapUiIpeCont{
86
+ .sapUiIpeLink > .sapUiIpeCont {
86
87
  display: inline-block;
87
88
  box-sizing: border-box;
88
89
  max-width: 100%;
89
90
  }
90
91
 
91
- .sapUiIpeEdit.sapUiIpeLink > .sapUiIpeCont{
92
+ .sapUiIpeEdit.sapUiIpeLink > .sapUiIpeCont {
92
93
  display: block;
93
94
  box-sizing: content-box;
94
95
  padding-right: auto;
95
96
  }
96
97
 
97
98
  .sapUiIpeLink:hover > .sapUiIpeCont,
98
- .sapUiIpeFocus.sapUiIpeLink > .sapUiIpeCont{
99
+ .sapUiIpeFocus.sapUiIpeLink > .sapUiIpeCont {
99
100
  padding-right: 20px;
100
101
  }
101
102
 
102
- .sapUiIpeEdit.sapUiIpeFocus.sapUiIpeLink > .sapUiIpeCont{
103
+ .sapUiIpeEdit.sapUiIpeFocus.sapUiIpeLink > .sapUiIpeCont {
103
104
  padding-right: 0;
104
105
  }
105
106
 
106
107
  /* Revert/Edit Button */
107
108
  .sapUiIpe > .sapUiBtnS.sapUiBtnLite,
108
- .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite{
109
+ .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite {
109
110
  position: absolute;
110
111
  right: -1px; /*because of border of outer DIV in display mode*/
111
- /*top: -1px;*/ /*because of border of outer DIV in display mode*/
112
112
  top: 0;
113
113
  height: 100%;
114
114
  }
115
115
 
116
- .sapUiIpeEdit > .sapUiBtnS.sapUiBtnLite{
116
+ .sapUiIpeEdit > .sapUiBtnS.sapUiBtnLite {
117
117
  visibility: hidden;
118
- border-color: @sapUiHighlight;
118
+ border-color: var(--sapHighlightColor);
119
119
  right: 0;
120
120
  top: 0;
121
121
  border-style: solid;
122
122
  border-width: 1px 1px 1px 0;
123
123
  }
124
124
 
125
- .sapUiIpeEdit.sapUiIpeUndo > .sapUiBtnS.sapUiBtnLite{
125
+ .sapUiIpeEdit.sapUiIpeUndo > .sapUiBtnS.sapUiBtnLite {
126
126
  visibility: visible;
127
127
  }
128
128
 
129
- .sapUiIpeCont > a{
129
+ .sapUiIpeCont > a {
130
130
  height: 100%;
131
131
  padding-right: 2px; /* to have some space before edit button */
132
132
  }
133
133
 
134
- .sapUiIpeEBtn{
134
+ .sapUiIpeEBtn {
135
135
  visibility: hidden;
136
136
  }
137
137
 
138
138
  .sapUiIpe:hover > .sapUiIpeEBtn,
139
139
  .sapUiIpeFocus > .sapUiIpeEBtn,
140
140
  .sapUiIpe:hover > .sapUiIpeCont > .sapUiIpeEBtn,
141
- .sapUiIpeFocus > .sapUiIpeCont > .sapUiIpeEBtn{
141
+ .sapUiIpeFocus > .sapUiIpeCont > .sapUiIpeEBtn {
142
142
  visibility: visible;
143
143
  }
@@ -1,6 +1,7 @@
1
- /* ============= */
2
- /* Label control */
3
- /* ============= */
1
+ /* ===================================== */
2
+ /* CSS for control sap.ui.commons/Label */
3
+ /* Base theme */
4
+ /* ===================================== */
4
5
 
5
6
  .sapUiLbl {
6
7
  vertical-align: top;
@@ -31,21 +32,21 @@
31
32
  }
32
33
 
33
34
  /* a label for a required control */
34
- .sapUiLbl.sapUiLblReqEnd:after {
35
+ .sapUiLbl.sapUiLblReqEnd::after {
35
36
  padding-left: 5px;
36
37
  }
37
38
 
38
- .sapUiLbl.sapUiLblReqBeg:before {
39
+ .sapUiLbl.sapUiLblReqBeg::before {
39
40
  padding-right: 5px;
40
41
  }
41
42
 
42
43
  .sapUiLbLReqInd { /* to allow reuse */
43
- content : '*';
44
- color: @sapUiFieldInvalidColor;
44
+ content: '*';
45
+ color: var(--sapField_InvalidColor);
45
46
  }
46
47
 
47
- .sapUiLbl.sapUiLblReqEnd:after,
48
- .sapUiLbl.sapUiLblReqBeg:before {
48
+ .sapUiLbl.sapUiLblReqEnd::after,
49
+ .sapUiLbl.sapUiLblReqBeg::before {
49
50
  .sapUiLbLReqInd;
50
51
  }
51
52
 
@@ -55,7 +56,7 @@
55
56
 
56
57
  /* Do not invert for table */
57
58
  .sapUiInverted-CTX .sapUiTable .sapUiLbl {
58
- color: @sapUiBaseText;
59
+ color: var(--sapTextColor);
59
60
  }
60
61
 
61
62
  /* ============================ */
@@ -63,28 +64,30 @@
63
64
  /* ============================ */
64
65
 
65
66
  /* GridLayout */
66
- td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl{
67
+ td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl {
67
68
  max-width: 100%;
68
69
  float: right;
69
70
  }
70
71
 
71
72
  /* required symbol is now left - if indicator is already at begin, don't change it */
72
- td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl.sapUiLblReqEnd:after {
73
+ td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl.sapUiLblReqEnd::after {
73
74
  padding-left: 0;
74
- content : '';
75
+ content: '';
75
76
  }
76
77
 
77
- td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl.sapUiLblReqEnd:before {
78
+ td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl.sapUiLblReqEnd::before {
79
+
78
80
  .sapUiLbLReqInd;
79
81
  }
80
82
 
81
83
  /* ResponsiveLayout */
82
- .sapUiRLElementWithLabel > .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child:not(.sapUiRFLFullLength) > div > .sapUiLbl.sapUiLblReqEnd:after { /* required symbol is now left */
84
+ .sapUiRLElementWithLabel > .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child:not(.sapUiRFLFullLength) > div > .sapUiLbl.sapUiLblReqEnd::after { /* required symbol is now left */
83
85
  padding-left: 0;
84
- content : '';
86
+ content: '';
85
87
  }
86
88
 
87
- .sapUiRLElementWithLabel > .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child:not(.sapUiRFLFullLength) > div > .sapUiLbl.sapUiLblReqEnd:before {
89
+ .sapUiRLElementWithLabel > .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child:not(.sapUiRFLFullLength) > div > .sapUiLbl.sapUiLblReqEnd::before {
90
+
88
91
  .sapUiLbLReqInd;
89
92
  }
90
93
 
@@ -101,30 +104,22 @@ td.sapUiFormElementLbl:not(.sapUiGridLabelFull) > .sapUiLbl.sapUiLblReqEnd:befor
101
104
  float: right;
102
105
  }
103
106
 
104
- .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12) > .sapUiLbl.sapUiLblReqEnd:after,
105
- .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12) > .sapUiLbl.sapUiLblReqEnd:after,
106
- .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12) > .sapUiLbl.sapUiLblReqEnd:after,
107
- .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) > .sapUiLbl.sapUiLblReqEnd:after {
107
+ .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12) > .sapUiLbl.sapUiLblReqEnd::after,
108
+ .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12) > .sapUiLbl.sapUiLblReqEnd::after,
109
+ .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12) > .sapUiLbl.sapUiLblReqEnd::after,
110
+ .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) > .sapUiLbl.sapUiLblReqEnd::after {
108
111
  padding-left: 0;
109
- content : '';
112
+ content: '';
110
113
  }
111
114
 
112
- .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12) > .sapUiLbl.sapUiLblReqEnd:before,
113
- .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12) > .sapUiLbl.sapUiLblReqEnd:before,
114
- .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12) > .sapUiLbl.sapUiLblReqEnd:before,
115
- .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) > .sapUiLbl.sapUiLblReqEnd:before {
115
+ .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12) > .sapUiLbl.sapUiLblReqEnd::before,
116
+ .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12) > .sapUiLbl.sapUiLblReqEnd::before,
117
+ .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12) > .sapUiLbl.sapUiLblReqEnd::before,
118
+ .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) > .sapUiLbl.sapUiLblReqEnd::before {
119
+
116
120
  .sapUiLbLReqInd;
117
121
  }
118
122
 
119
- /*
120
- .sapUiLblInfo{
121
- position: absolute;
122
- line-height: @sapUiLineHeight;
123
- left: 0;
124
- top: 0;
125
- background-color: @sapBackgroundColor;
126
- }
127
- */
128
123
  span.sapUiLblIco { /* icon font */
129
124
  margin-top: 0;
130
125
  line-height: @sapUiLineHeight;
@@ -1,13 +1,14 @@
1
- /* ============= */
2
- /* Link control */
3
- /* ============= */
1
+ /* ==================================== */
2
+ /* CSS for control sap.ui.commons/Link */
3
+ /* base theme */
4
+ /* ==================================== */
4
5
 
5
6
  .sapUiLnk,
6
7
  .sapUiLnkDsbl {
7
- font-family: @sapUiFontFamily;
8
+ font-family: var(--sapFontFamily);
8
9
  font-size: @sapUiFontSize;
9
10
  line-height: @sapUiLineHeight;
10
- color: @sapUiLink;
11
+ color: var(--sapLinkColor);
11
12
  vertical-align: top;
12
13
  white-space: nowrap;
13
14
  overflow: hidden;
@@ -17,28 +18,28 @@
17
18
 
18
19
  .sapUiLnk:active,
19
20
  .sapUiLnk:focus {
20
- color: @sapUiLinkActive;
21
+ color: var(--sapLink_Active_Color);
21
22
  }
22
23
 
23
24
  .sapUiLnk:visited {
24
- color: @sapUiLinkVisited;
25
+ color: var(--sapLink_Visited_Color);
25
26
  }
26
27
 
27
28
  .sapUiLnk:hover {
28
- color: @sapUiLinkHover;
29
+ color: var(--sapLink_Hover_Color);
29
30
  }
30
31
 
31
32
  .sapUiLnkDsbl {
32
- color: @sapUiContentDisabledTextColor;
33
+ color: var(--sapContent_DisabledTextColor);
33
34
  cursor: default;
34
35
  }
35
36
 
36
37
  /* If control is used on black/dark background */
37
38
  .sapUiInverted-CTX .sapUiLnk {
38
- color: @sapUiLinkInverted;
39
+ color: var(--sapLink_InvertedColor);
39
40
  }
40
41
 
41
42
  /* Do not invert for table */
42
43
  .sapUiInverted-CTX .sapUiTable .sapUiLnk {
43
- color: @sapUiLink;
44
+ color: var(--sapLinkColor);
44
45
  }
@@ -1,18 +1,24 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.commons/ListBox */
3
+ /* base theme */
4
+ /* ======================================= */
5
+
1
6
  @_sap_ui_commons_ListBox_BorderRadius: 0;
2
7
 
3
8
  .sapUiLbx {
4
9
  box-sizing: border-box;
5
10
  border: 1px solid @sapUiDarkBorder;
6
11
  border-radius: @_sap_ui_commons_ListBox_BorderRadius;
7
- background-color: @sapUiFieldBackground;
12
+ background-color: var(--sapField_Background);
8
13
  display: inline-block;
9
14
  padding: 1px 0;
10
15
  cursor: default;
11
16
  overflow-x: hidden;
12
17
  overflow-y: auto;
13
18
  white-space: nowrap;
14
- -moz-user-select: none; /*disable ugly text selection - for other browsers the onselectstart event is used */
15
- color: @sapUiBaseText;
19
+ -webkit-user-select: none;
20
+ user-select: none;
21
+ color: var(--sapTextColor);
16
22
  }
17
23
 
18
24
  .sapUiLbxSep {
@@ -28,7 +34,6 @@
28
34
  height: 2px;
29
35
  background-color: @sapUiMediumBorder;
30
36
  background-clip: padding-box;
31
- -webkit-background-clip: padding;
32
37
  }
33
38
 
34
39
  .sapUiLbxSep > hr:first-child {
@@ -42,18 +47,18 @@
42
47
  .sapUiLbxStd > ul > .sapUiLbxISel > span, /* Fix for IE10 bug - need to set the color on children as well */
43
48
  .sapUiLbxStd > ul > .sapUiLbxISel {
44
49
  color: @sapUiTextSelection;
45
- background-color: @sapUiHighlight;
50
+ background-color: var(--sapHighlightColor);
46
51
  }
47
52
 
48
53
  .sapUiLbxDis,
49
54
  .sapUiLbxIDis {
50
- color: @sapUiContentDisabledTextColor;
55
+ color: var(--sapContent_DisabledTextColor);
51
56
  border-color: @sapUiDarkBorder;
52
57
  }
53
58
 
54
59
  .sapUiLbxDis,
55
60
  .sapUiLbxStd > ul > .sapUiLbxIDis {
56
- background-color: @sapUiFieldReadOnlyBackground;
61
+ background-color: var(--sapField_ReadOnly_Background);
57
62
  }
58
63
 
59
64
  .sapUiLbxDis > ul .sapUiLbxIIco > img,
@@ -62,7 +67,7 @@
62
67
  }
63
68
 
64
69
  .sapUiLbxRo {
65
- background-color: @sapUiFieldReadOnlyBackground;
70
+ background-color: var(--sapField_ReadOnly_Background);
66
71
  }
67
72
 
68
73
  .sapUiLbxITxt {
@@ -104,10 +109,6 @@
104
109
  padding-left: 6px;
105
110
  }
106
111
 
107
- html[data-sap-ui-browser^="ie"] .sapUiLbx.sapUiLbxFlexWidth > ul > li > span:last-child {
108
- padding-right: 2px;
109
- }
110
-
111
112
  .sapUiLbx.sapUiLbxFlexWidth > ul > li > span:last-child {
112
113
  padding-right: 18px; /* above mentioned problem does not appear in IE9 */
113
114
  }
@@ -123,4 +124,4 @@ html[data-sap-ui-browser^="ie"] .sapUiLbx.sapUiLbxFlexWidth > ul > li > span:las
123
124
 
124
125
  .sapUiLbxIIco > img {
125
126
  vertical-align: middle;
126
- }
127
+ }
@@ -1,3 +1,8 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.commons/MenuBar */
3
+ /* base theme */
4
+ /* ======================================= */
5
+
1
6
  .sapUiMnuBar {
2
7
  border: 1px solid black;
3
8
  display: inline-block;
@@ -6,9 +11,6 @@
6
11
  box-sizing: border-box;
7
12
  }
8
13
 
9
- .sapUiMnuBarHeader {
10
- }
11
-
12
14
  .sapUiMnuBarDsbl {
13
15
  border: 1px solid lighten(@sapUiBlackBorder, 50);
14
16
  }
@@ -31,7 +33,7 @@
31
33
  vertical-align: middle;
32
34
  }
33
35
 
34
- .sapUiMnuBarItm span{
36
+ .sapUiMnuBarItm span {
35
37
  padding-left: 5px;
36
38
  padding-right: 5px;
37
39
  }
@@ -47,6 +49,6 @@
47
49
  top: 2px;
48
50
  }
49
51
 
50
- .sapUiMnuBarOvrFlw:after{
51
- content: ">>";
52
+ .sapUiMnuBarOvrFlw::after {
53
+ content: '>>';
52
54
  }
@@ -1,6 +1,7 @@
1
- /* ===================================================== */
2
- /* Base for sap.ui.commons/MenuButton.control */
3
- /* ===================================================== */
1
+ /* ========================================== */
2
+ /* CSS for control sap.ui.commons/MenuButton */
3
+ /* base theme */
4
+ /* ========================================== */
4
5
 
5
6
  .sapUiMenuButtonIco {
6
7
  margin-left: 3px;
@@ -8,4 +9,4 @@
8
9
  background-repeat: no-repeat;
9
10
  width: 5px;
10
11
  height: 5px;
11
- }
12
+ }