@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,7 +1,12 @@
1
- // Define image URLs to be used in control rendering code
2
- @_sap_ui_commons_RatingIndicator_SymbolSelected: url("img/rating/star_selected.png");
3
- @_sap_ui_commons_RatingIndicator_SymbolUnselected: url("img/rating/star_unselected.png");
4
- @_sap_ui_commons_RatingIndicator_SymbolHovered: url("img/rating/star_hover.png");
1
+ /* =============================================== */
2
+ /* CSS for control sap.ui.commons/RatingIndicator */
3
+ /* base theme */
4
+ /* =============================================== */
5
+
6
+ /* Define image URLs to be used in control rendering code */
7
+ @_sap_ui_commons_RatingIndicator_SymbolSelected: url('img/rating/star_selected.png');
8
+ @_sap_ui_commons_RatingIndicator_SymbolUnselected: url('img/rating/star_unselected.png');
9
+ @_sap_ui_commons_RatingIndicator_SymbolHovered: url('img/rating/star_hover.png');
5
10
 
6
11
  .sapUiRating {
7
12
  display: inline-block;
@@ -19,7 +24,7 @@
19
24
  .sapUiRatingItm {
20
25
  display: inline-block;
21
26
  border: 0 none;
22
- line-height: 0px;
27
+ line-height: 0;
23
28
  position: relative;
24
29
  margin-left: 1px;
25
30
  margin-right: 1px;
@@ -28,8 +33,8 @@
28
33
  .sapUiRatingItmOvrflw {
29
34
  display: inline-block;
30
35
  position: absolute;
31
- top: 0px;
32
- right: 0px;
36
+ top: 0;
37
+ right: 0;
33
38
  width: 100%;
34
39
  height: 100%;
35
40
  overflow:hidden;
@@ -41,6 +46,6 @@
41
46
 
42
47
  .sapUiRatingItmOvrflw > .sapUiRatingItmOvrflwImg {
43
48
  position: absolute;
44
- top: 0px;
45
- right: 0px;
46
- }
49
+ top: 0;
50
+ right: 0;
51
+ }
@@ -1,7 +1,12 @@
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/RichTooltip */
3
+ /* base theme */
4
+ /* =========================================== */
5
+
1
6
  .sapUiRtt {
2
- font-family: @sapUiFontFamily;
7
+ font-family: var(--sapFontFamily);
3
8
  font-size: @sapUiFontSize;
4
- color: @sapUiBaseText;
9
+ color: var(--sapTextColor);
5
10
  background-color: @sapUiExtraLightBG;
6
11
  position: relative;
7
12
  display: table;
@@ -1,6 +1,7 @@
1
- /* ============================================== */
2
- /* CSS for control sap.ui.commons/RoadMap.control */
3
- /* ============================================== */
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.commons/RoadMap */
3
+ /* base theme */
4
+ /* ======================================= */
4
5
 
5
6
  /* General Styles */
6
7
  .sapUiRoadMap {
@@ -41,25 +42,16 @@
41
42
  position: relative;
42
43
  }
43
44
 
44
- .sapUiRoadMapSubStep {
45
- }
46
-
47
45
  .sapUiRoadMapSubStep.sapUiRoadMapStep {
48
46
  padding-top: 4px;
49
47
  }
50
48
 
51
- .sapUiRoadMapStepEnd {
52
- }
53
-
54
49
  .sapUiRoadMapSelected {
55
50
  font-weight: bold;
56
51
  }
57
52
 
58
- .sapUiRoadMapExpanded {
59
- }
60
-
61
53
  .sapUiRoadMapDisabled {
62
- color: @sapUiContentDisabledTextColor;
54
+ color: var(--sapContent_DisabledTextColor);
63
55
  }
64
56
 
65
57
  .sapUiRoadMapStepAdd1,
@@ -73,11 +65,11 @@
73
65
  }
74
66
 
75
67
  .sapUiRoadMapStepAdd1 {
76
- left: 0px;
68
+ left: 0;
77
69
  }
78
70
 
79
71
  .sapUiRoadMapStepAdd2 {
80
- right: 0px;
72
+ right: 0;
81
73
  }
82
74
 
83
75
  .sapUiRoadMapStepEnd.sapUiRoadMapExpanded > .sapUiRoadMapStepAdd1,
@@ -105,21 +97,21 @@
105
97
  position: relative;
106
98
  }
107
99
 
108
- .sapUiRoadMapStepBox:focus{
100
+ .sapUiRoadMapStepBox:focus {
109
101
  outline: 1px dotted @sapUiBlackBorder;
110
102
  }
111
103
 
112
- .sapUiRoadMapSubStep.sapUiRoadMapStep > .sapUiRoadMapStepBox{
104
+ .sapUiRoadMapSubStep.sapUiRoadMapStep > .sapUiRoadMapStepBox {
113
105
  line-height: 16px;
114
106
  width: 19px;
115
107
  }
116
108
 
117
- .sapUiRoadMapSelected > .sapUiRoadMapStepBox{
118
- border: 1px solid @sapUiFieldInvalidColor;
109
+ .sapUiRoadMapSelected > .sapUiRoadMapStepBox {
110
+ border: 1px solid var(--sapField_InvalidColor);
119
111
  cursor: default;
120
112
  }
121
113
 
122
- .sapUiRoadMapDisabled > .sapUiRoadMapStepBox{
114
+ .sapUiRoadMapDisabled > .sapUiRoadMapStepBox {
123
115
  border: 1px solid @sapUiButtonDisabledBorderColor;
124
116
  cursor: default;
125
117
  }
@@ -132,13 +124,12 @@
132
124
  display: inline-block;
133
125
  width: 90px;
134
126
  overflow: hidden;
135
- /*text-overflow: ellipsis;*/
136
127
  word-wrap: break-word;
137
- height: 38px;/*double line-height*/
128
+ height: 38px; /*double line-height*/
138
129
  }
139
130
 
140
- .sapUiRoadMapTitle > span:after {
141
- content: "...";
131
+ .sapUiRoadMapTitle > span::after {
132
+ content: '...';
142
133
  }
143
134
 
144
135
  .sapUiRoadMapStep:hover > .sapUiRoadMapTitle {
@@ -153,28 +144,6 @@
153
144
  text-decoration: none;
154
145
  }
155
146
 
156
- /* No special styling for Expanded Step titles according to UX
157
- .sapUiRoadMapExpanded > .sapUiRoadMapTitle {
158
- position: relative;
159
- left: 15px;
160
- text-align: left;
161
- width: 55px;
162
- }
163
-
164
- html[dir=rtl] .sapUiRoadMapExpanded > .sapUiRoadMapTitle {
165
- text-align: right;
166
- }
167
-
168
- .sapUiRoadMapExpanded.sapUiRoadMapStepEnd > .sapUiRoadMapTitle{
169
- left: auto;
170
- right: 15px;
171
- text-align: right;
172
- }
173
-
174
- html[dir=rtl] .sapUiRoadMapExpanded.sapUiRoadMapStepEnd > .sapUiRoadMapTitle {
175
- text-align: left;
176
- }*/
177
-
178
147
  /* Delimiter Styles */
179
148
  .sapUiRoadMapDelim {
180
149
  background-position: center 4px;
@@ -192,22 +161,22 @@ html[dir=rtl] .sapUiRoadMapExpanded.sapUiRoadMapStepEnd > .sapUiRoadMapTitle {
192
161
  cursor: pointer;
193
162
  }
194
163
 
195
- .sapUiRoadMapStartScroll:after {
196
- content: "<<";
164
+ .sapUiRoadMapStartScroll::after {
165
+ content: '<<';
197
166
  }
198
167
 
199
- .sapUiRoadMapStartFixed:after{
200
- content: "|>";
168
+ .sapUiRoadMapStartFixed::after{
169
+ content: '|>';
201
170
  }
202
171
 
203
172
  .sapUiRoadMapEndScroll {
204
173
  cursor: pointer;
205
174
  }
206
175
 
207
- .sapUiRoadMapEndScroll:after {
208
- content: ">>";
176
+ .sapUiRoadMapEndScroll::after {
177
+ content: '>>';
209
178
  }
210
179
 
211
- .sapUiRoadMapEndFixed:after {
212
- content: "<|";
180
+ .sapUiRoadMapEndFixed::after {
181
+ content: '<|';
213
182
  }
@@ -1,6 +1,7 @@
1
- /* ================================================== */
2
- /* CSS for control sap.ui.commons/RowRepeater.control */
3
- /* ================================================== */
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/RowRepeater */
3
+ /* base theme */
4
+ /* =========================================== */
4
5
 
5
6
  /* RowRepeater root
6
7
 
@@ -86,14 +87,10 @@ Three possible designs with corresponding CSS classes:
86
87
  /* Page */
87
88
  .sapUiRrPage {
88
89
  list-style: none;
89
- padding-left: 0px;
90
+ padding-left: 0;
90
91
  position: relative;
91
- margin-top: 0px;
92
- margin-bottom:0px;
93
- }
94
-
95
- /* Row */
96
- .sapUiRrRow {
92
+ margin-top: 0;
93
+ margin-bottom:0;
97
94
  }
98
95
 
99
96
  /* No Data - Special Row */
@@ -1,6 +1,7 @@
1
- /* ======================================================= */
2
- /* Base CSS for control sap.ui.commons/SearchField.control */
3
- /* ======================================================= */
1
+ /* =========================================== */
2
+ /* CSS for control sap.ui.commons/SearchField */
3
+ /* base theme */
4
+ /* =========================================== */
4
5
 
5
6
  .sapUiSearchField {
6
7
  display: inline-block;
@@ -19,7 +20,7 @@
19
20
  margin-top: 1px;
20
21
  }
21
22
 
22
- .sapUiSearchField input[type="search"]::-webkit-search-cancel-button {
23
+ .sapUiSearchField input[type='search']::-webkit-search-cancel-button {
23
24
  /* Do not show the 'X' in the searchfield */
24
25
  -webkit-appearance: none;
25
26
  }
@@ -29,18 +30,19 @@
29
30
  }
30
31
 
31
32
  /*The cursor position in Safari on Mac in LTR case is to far on the right*/
32
- html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldTf > .sapUiTf,
33
- html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb > .sapUiTf {
33
+ html[data-sap-ui-browser^='sf'][data-sap-ui-os='mac']:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldTf > .sapUiTf,
34
+ html[data-sap-ui-browser^='sf'][data-sap-ui-os='mac']:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb > .sapUiTf {
34
35
  margin-left: -4px;
35
36
  padding-left: 0px;
36
37
  }
37
38
 
38
- html[data-sap-ui-browser^="cr"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb.sapUiSearchFieldCbProv > .sapUiTf,
39
- html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb.sapUiSearchFieldCbProv > .sapUiTf {
39
+ html[data-sap-ui-browser^='cr'][data-sap-ui-os='mac']:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb.sapUiSearchFieldCbProv > .sapUiTf,
40
+ html[data-sap-ui-browser^='sf'][data-sap-ui-os='mac']:not([dir=rtl]) .sapUiSearchField > .sapUiSearchFieldCb.sapUiSearchFieldCbProv > .sapUiTf {
40
41
  padding-left: 16px;
41
42
  }
42
43
 
43
- .sapUiSearchFieldTf, .sapUiSearchFieldCb {
44
+ .sapUiSearchFieldTf,
45
+ .sapUiSearchFieldCb {
44
46
  width: auto;
45
47
  position: absolute;
46
48
  left: 0;
@@ -64,9 +66,9 @@ html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearc
64
66
  position: absolute;
65
67
  font-size: 0;
66
68
  color: transparent;
67
- -moz-user-select: none;
68
69
  -webkit-user-select: none;
69
- background-image: url("img/search/search.png");
70
+ user-select: none;
71
+ background-image: url('img/search/search.png');
70
72
  height: 15px;
71
73
  width: 15px;
72
74
  background-repeat: no-repeat;
@@ -80,7 +82,7 @@ html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearc
80
82
  .sapUiSearchFieldClear.sapUiSearchFieldVal.sapUiSearchFieldDsbl > .sapUiSearchFieldCb > .sapUiSearchFieldIco {
81
83
  font-size: 0;
82
84
  color: transparent;
83
- background-image: url("img/search/search.png");
85
+ background-image: url('img/search/search.png');
84
86
  }
85
87
 
86
88
  .sapUiSearchFieldProvIco {
@@ -102,7 +104,7 @@ html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearc
102
104
  }
103
105
 
104
106
  .sapUiSearchFieldDsbl .sapUiSearchFieldProvIco,
105
- .sapUiSearchFieldDsbl .sapUiSearchFieldIco{
107
+ .sapUiSearchFieldDsbl .sapUiSearchFieldIco {
106
108
  cursor: auto;
107
109
  opacity: 0.6;
108
110
  }
@@ -134,4 +136,4 @@ html[data-sap-ui-browser^="sf"][data-sap-ui-os="mac"]:not([dir=rtl]) .sapUiSearc
134
136
  font-size: inherit;
135
137
  color: inherit;
136
138
  background-image: none;
137
- }
139
+ }
@@ -1,9 +1,10 @@
1
- /* ====================================================== */
2
- /* CSS for control sap.ui.commons/SegmentedButton.control */
3
- /* ====================================================== */
1
+ /* ============================================= */
2
+ /* CSS for control sap.ui.commons/SegmentButton */
3
+ /* base theme */
4
+ /* ============================================= */
4
5
 
5
6
  .sapUiSegmentedButton {
6
- color: @sapUiBaseText;
7
+ color: var(--sapTextColor);
7
8
  white-space: nowrap;
8
9
  }
9
10
 
@@ -13,7 +14,7 @@
13
14
  }
14
15
 
15
16
  .sapUiSegmentedButton > span > button:first-of-type {
16
- border-radius: 2px 0 0 2px;
17
+ border-radius: 2px 0 0 2px;
17
18
  border-left-width: 1px;
18
19
  }
19
20
 
@@ -23,11 +24,11 @@
23
24
 
24
25
  .sapUiSegmentedButton > span > .sapUiBtnS.sapUiSegButtonSelected {
25
26
  cursor: default;
26
- background-color: @sapUiHighlight;
27
+ background-color: var(--sapHighlightColor);
27
28
  color: @sapUiTextSelection;
28
29
  }
29
30
 
30
31
  .sapUiSegmentedButton > span > .sapUiBtnS.sapUiBtnStd:focus,
31
32
  .sapUiSegmentedButton > span > .sapUiBtnS.sapUiBtnStd.sapUiBtnStdFocus {
32
- outline: 1px dashed @sapUiHighlight;
33
+ outline: 1px dashed var(--sapHighlightColor);
33
34
  }
@@ -1,16 +1,16 @@
1
- /* ================================================= */
2
- /* CSS for control sap.ui.commons/Slider.control */
3
- /* ================================================= */
1
+ /* ====================================== */
2
+ /* CSS for control sap.ui.commons/Slider */
3
+ /* base theme */
4
+ /* ====================================== */
4
5
 
5
- /* All DIV elements MUST have a POSITION definition, otherwise the calculation of the
6
- grip position will not work */
6
+ /* All DIV elements MUST have a POSITION definition, otherwise the calculation of the grip position will not work */
7
7
 
8
- .sapUiSli{
8
+ .sapUiSli {
9
9
  position: relative;
10
10
  display: inline-block;
11
11
  overflow: visible;
12
- -moz-user-select: none;
13
12
  -webkit-user-select: none;
13
+ user-select: none;
14
14
  border: 1px solid @sapUiMediumBorder;
15
15
  }
16
16
 
@@ -76,12 +76,12 @@
76
76
  }
77
77
 
78
78
  .sapUiSliStd .sapUiSliText {
79
- color: @sapUiBaseText;
79
+ color: var(--sapTextColor);
80
80
  }
81
81
 
82
82
  .sapUiSliRo .sapUiSliText,
83
83
  .sapUiSliDsbl .sapUiSliText {
84
- color: @sapUiContentDisabledTextColor;
84
+ color: var(--sapContent_DisabledTextColor);
85
85
  }
86
86
 
87
87
  .sapUiSliVert .sapUiSliBar,
@@ -1,19 +1,11 @@
1
- /* =============================================== */
2
- /* CSS for control sap.ui.commons/Splitter.control */
3
- /* =============================================== */
4
- /*
5
- .sapUiSplitterFocus,
6
- .sapUiVSplitterSecondPane:focus,
7
- .sapUiHSplitterSecondPane:focus,
8
- .sapUiVSplitterFirstPane:focus,
9
- .sapUiHSplitterFirstPane:focus {
10
- outline: @sapUiBlackBorder dotted 1px;
11
- }
12
- */
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.commons/Splitter */
3
+ /* base theme */
4
+ /* ======================================== */
13
5
 
14
6
  .sapUiHorizontalSplitterBar:focus,
15
7
  .sapUiVerticalSplitterBar:focus {
16
- outline: @sapUiHighlight dashed 1px;
8
+ outline: var(--sapHighlightColor) dashed 1px;
17
9
  }
18
10
 
19
11
  .sapUiVSplitterFirstPane {
@@ -21,14 +13,12 @@
21
13
  display: inline-block;
22
14
  vertical-align: top;
23
15
  outline-offset: -1px;
24
- /*overflow: hidden;*/
25
16
  }
26
17
 
27
18
  .sapUiHSplitterFirstPane {
28
19
  width: 100%;
29
20
  vertical-align: top;
30
21
  outline-offset: -1px;
31
- /*overflow: hidden;*/
32
22
  }
33
23
 
34
24
  .sapUiVSplitterSecondPane {
@@ -36,47 +26,41 @@
36
26
  display: inline-block;
37
27
  vertical-align: top;
38
28
  outline-offset: -1px;
39
- /*overflow: hidden;*/
40
29
  }
41
30
 
42
31
  .sapUiHSplitterSecondPane {
43
32
  width: 100%;
44
33
  vertical-align: top;
45
34
  outline-offset: -1px;
46
- /*overflow: hidden;*/
47
35
  }
48
36
 
49
37
  .sapUiVerticalSplitterBar {
50
- background-image: url(img/splitter/splitter_vert_grip.gif);
38
+ background-image: url('img/splitter/splitter_vert_grip.gif');
51
39
  background-color: darken(@sapUiBaseBG, 20);
52
40
  background-position: center center;
53
41
  background-repeat: no-repeat;
54
42
  height: 100%;
55
43
  display: inline-block;
56
44
  vertical-align: top; /* needed to hide vertical scrollbar when all elements fit inside the pane. currently works only in FF*/
57
- /*z-index:1;*/
58
45
  }
59
46
 
60
47
  .sapUiVerticalSplitterBarHidden {
61
48
  display: none;
62
49
  vertical-align: top; /* needed to hide vertical scrollbar when all elements fit inside the pane. currently works only in FF*/
63
50
  height: 100%;
64
- /*z-index:1;*/
65
51
  }
66
52
 
67
53
  .sapUiHorizontalSplitterBar {
68
- background-image: url(img/splitter/splitter_horiz_grip.gif);
54
+ background-image: url('img/splitter/splitter_horiz_grip.gif');
69
55
  background-position: center center;
70
56
  background-repeat: no-repeat;
71
57
  background-color: darken(@sapUiBaseBG, 20);
72
- width:100%;
73
- /*z-index:1;*/
58
+ width: 100%;
74
59
  }
75
60
 
76
61
  .sapUiHorizontalSplitterBarHidden {
77
62
  display: none;
78
63
  width:100%;
79
- /*z-index:1;*/
80
64
  }
81
65
 
82
66
  .sapUiVerticalSplitterBar:hover {
@@ -90,17 +74,17 @@
90
74
  }
91
75
 
92
76
  .sapUiVSBGhost {
93
- background-image: url(img/splitter/checkerboard.png);
77
+ background-image: url('img/splitter/checkerboard.png');
94
78
  background-repeat: repeat;
95
79
  position: absolute;
96
- cursor: col-resize;
80
+ cursor: col-resize;
97
81
  z-index: 20;
98
82
  }
99
83
 
100
84
  .sapUiHSBGhost {
101
- background-image: url(img/splitter/checkerboard.png);
85
+ background-image: url('img/splitter/checkerboard.png');
102
86
  background-repeat: repeat;
103
87
  position: absolute;
104
- cursor: row-resize;
88
+ cursor: row-resize;
105
89
  z-index: 20;
106
90
  }
@@ -1,9 +1,14 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.commons/TabStrip */
3
+ /* base theme */
4
+ /* ======================================== */
5
+
1
6
  .sapUiTabStrip {
2
7
  border: solid 1px @sapUiMediumBorder;
3
- font-family: @sapUiFontFamily;
8
+ font-family: var(--sapFontFamily);
4
9
  font-size: @sapUiFontSize;
5
10
  box-sizing: border-box;
6
- position:relative;
11
+ position: relative;
7
12
  }
8
13
 
9
14
  .sapUiTabBar {
@@ -35,12 +40,11 @@
35
40
  }
36
41
 
37
42
  .sapUiTabDsbl {
38
- color: @sapUiContentDisabledTextColor;
43
+ color: var(--sapContent_DisabledTextColor);
39
44
  }
40
45
 
41
- .sapUiTabDsbl .sapUiTabIco { /* make icon on disabled tab look faded out */
42
- opacity: .3;
43
- filter: alpha(opacity=30);
46
+ .sapUiTabDsbl .sapUiTabIco { /* make icon on disabled tab look faded out */
47
+ opacity: 0.3;
44
48
  }
45
49
 
46
50
  .sapUiTabClose {
@@ -51,9 +55,9 @@
51
55
  }
52
56
 
53
57
  .sapUiTabIco {
54
- width:16px; /* TODO: application contract... */
55
- height:16px;
56
- vertical-align:top;
58
+ width: 16px; /* TODO: application contract... */
59
+ height: 16px;
60
+ vertical-align: top;
57
61
  }
58
62
 
59
63
  span.sapUiTabIco {
@@ -63,23 +67,22 @@ span.sapUiTabIco {
63
67
  .sapUiTabBar .sapUiTabMenu {
64
68
  display: inline-block;
65
69
  float: right;
66
- display:none; /* will be toggled by framework code */
70
+ display: none; /* will be toggled by framework code */
67
71
  }
68
72
 
69
73
  .sapUiTabPanel {
70
74
  overflow: auto;
71
- left:0;
72
- right:0;
75
+ left: 0;
76
+ right: 0;
73
77
  }
74
78
 
75
79
  /* If height is defined it must be positioned absolute to fit the height*/
76
80
  .sapUiTabPanelHeight {
77
81
  position: absolute;
78
- bottom:0;
82
+ bottom: 0;
79
83
  }
80
84
 
81
85
  .sapUiTabStripNoSelection {
82
- -moz-user-select: none;
83
86
  -webkit-user-select: none;
84
87
  user-select: none;
85
88
  }
@@ -88,7 +91,6 @@ span.sapUiTabIco {
88
91
  display: inline-block;
89
92
  position: absolute;
90
93
  overflow: hidden;
91
-
92
94
  left: 0;
93
95
  right: 0;
94
96
  }
@@ -102,12 +104,9 @@ span.sapUiTabIco {
102
104
  vertical-align: top;
103
105
  visibility: hidden;
104
106
  display: none;
105
-
106
107
  box-sizing: border-box;
107
-
108
108
  outline: none;
109
109
  -webkit-user-select: none; /* Chrome all / Safari all */
110
- -moz-user-select: none; /* Firefox all */
111
110
  user-select: none;
112
111
  }
113
112
 
@@ -117,6 +116,7 @@ span.sapUiTabIco {
117
116
  }
118
117
 
119
118
  .sapUiTabStrip {
119
+
120
120
  &.sapUiTabStripScrollForward .sapUiTabStripRightScrollIcon,
121
121
  &.sapUiTabStripScrollBack .sapUiTabStripLeftScrollIcon {
122
122
  visibility: visible;
@@ -124,6 +124,7 @@ span.sapUiTabIco {
124
124
  }
125
125
 
126
126
  .sapUiTabStrip.sapUiTabStripScrollable .sapUiTabBar {
127
+
127
128
  .sapUiTabStripScrollIcon {
128
129
  display: inline-block;
129
130
  }
@@ -132,4 +133,4 @@ span.sapUiTabIco {
132
133
  left: 16px;
133
134
  right: 16px;
134
135
  }
135
- }
136
+ }
@@ -1,12 +1,13 @@
1
- /* =============================================== */
2
- /* CSS for control sap.ui.commons/TextArea.control */
3
- /* =============================================== */
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.commons/TextArea */
3
+ /* base theme */
4
+ /* ======================================== */
4
5
 
5
- .sapUiTxtA{
6
+ .sapUiTxtA {
6
7
  resize: none; /* disable safari resize */
7
8
  }
8
9
 
9
- .sapUiTf.sapUiTxtA:not(.sapUiTfInner){
10
+ .sapUiTf.sapUiTxtA:not(.sapUiTfInner) {
10
11
  height: auto; /* to overwrite defaults from TextField */
11
12
  width: auto;
12
13
  line-height: normal;