@openui5/sap.ui.commons 1.146.0 → 1.147.1

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 (118) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +0 -44
  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/ListBox.less +14 -13
  101. package/src/sap/ui/commons/themes/base/MenuBar.less +8 -6
  102. package/src/sap/ui/commons/themes/base/MenuButton.less +5 -4
  103. package/src/sap/ui/commons/themes/base/Message.less +14 -12
  104. package/src/sap/ui/commons/themes/base/MessageBar.less +16 -34
  105. package/src/sap/ui/commons/themes/base/MessageBox.less +22 -14
  106. package/src/sap/ui/commons/themes/base/MessageList.less +4 -3
  107. package/src/sap/ui/commons/themes/base/MessageToast.less +8 -7
  108. package/src/sap/ui/commons/themes/base/Paginator.less +8 -8
  109. package/src/sap/ui/commons/themes/base/Panel.less +11 -45
  110. package/src/sap/ui/commons/themes/base/ProgressIndicator.less +22 -21
  111. package/src/sap/ui/commons/themes/base/RatingIndicator.less +15 -10
  112. package/src/sap/ui/commons/themes/base/RichTooltip.less +7 -2
  113. package/src/sap/ui/commons/themes/base/RoadMap.less +23 -54
  114. package/src/sap/ui/commons/themes/base/SearchField.less +16 -14
  115. package/src/sap/ui/commons/themes/base/Splitter.less +12 -28
  116. package/src/sap/ui/commons/themes/base/TextArea.less +6 -5
  117. package/src/sap/ui/commons/themes/base/TriStateCheckBox.less +16 -17
  118. package/src/sap/ui/commons/themes/base/ValueHelpField.less +6 -6
@@ -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
- /* 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,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,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;
@@ -1,6 +1,7 @@
1
- /* ======================================================= */
2
- /* CSS for control sap.ui.commons.TriStateCheckBox.control */
3
- /* ======================================================= */
1
+ /* ================================================ */
2
+ /* CSS for control sap.ui.commons/TriStateCheckBox */
3
+ /* base theme */
4
+ /* ================================================ */
4
5
 
5
6
  .sapUiTriCb {
6
7
  line-height: @sapUiLineHeight;
@@ -17,13 +18,12 @@
17
18
 
18
19
  /* Do not invert for table */
19
20
  .sapUiInverted-CTX .sapUiTable .sapUiTriCb {
20
- color: @sapUiBaseText;
21
+ color: var(--sapTextColor);
21
22
  }
22
23
 
23
-
24
24
  .sapUiTriCbInner {
25
- height:11px;
26
- width:11px;
25
+ height: 11px;
26
+ width: 11px;
27
27
  display: inline-block;
28
28
  vertical-align: text-bottom;
29
29
  background-image: none;
@@ -35,7 +35,7 @@
35
35
 
36
36
  .sapUiTriCbInner.sapUiTriCbCheck,
37
37
  .sapUiTriCbInner.sapUiTriCbMix {
38
- background-image: url(img/TriStateCheckBox.png);
38
+ background-image: url('img/TriStateCheckBox.png');
39
39
  }
40
40
 
41
41
  .sapUiTriCbInner.sapUiTriCbMix {
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  .sapUiTriCb:hover > .sapUiTriCbInner {
70
- border: 2px solid @sapUiHighlight;
70
+ border: 2px solid var(--sapHighlightColor);
71
71
  }
72
72
 
73
73
  .sapUiTriCb:hover > .sapUiTriCbRo {
@@ -75,32 +75,31 @@
75
75
  }
76
76
 
77
77
  .sapUiTriCbErr {
78
- background-color: @sapUiFieldInvalidBackground;
79
- border: 2px solid @sapUiFieldInvalidColor;
78
+ background-color: var(--sapField_InvalidBackground);
79
+ border: 2px solid var(--sapField_InvalidColor);
80
80
  }
81
81
 
82
82
  .sapUiTriCbWarn {
83
- background-color: @sapUiFieldWarningBackground;
84
- border: 2px solid @sapUiFieldWarningColor;
83
+ background-color: var(--sapField_WarningBackground);
84
+ border: 2px solid var(--sapField_WarningColor);
85
85
  }
86
86
 
87
87
  .sapUiTriCb:hover > .sapUiTriCbWarn.sapUiTriCbRo {
88
- border: 2px solid @sapUiFieldWarningColor;
88
+ border: 2px solid var(--sapField_WarningColor);
89
89
  }
90
90
 
91
91
  .sapUiTriCb:hover > .sapUiTriCbErr.sapUiTriCbRo {
92
- border: 2px solid @sapUiFieldInvalidColor;
92
+ border: 2px solid var(--sapField_InvalidColor);
93
93
  }
94
94
 
95
95
  .sapUiTriCbDis, .sapUiTriCb:hover .sapUiTriCbDis {
96
96
  opacity: 0.5;
97
- filter: Alpha(Opacity=50);
98
97
  border: 2px solid @sapUiMediumBorder;
99
98
  }
100
99
 
101
100
  .sapUiTriCbRo,
102
101
  .sapUiTriCb:hover > .sapUiTriCbRo {
103
- background-color: @sapUiFieldReadOnlyBackground;
102
+ background-color: var(--sapField_ReadOnly_Background);
104
103
  }
105
104
 
106
105
  .sapUiTriCbLbl {
@@ -1,6 +1,7 @@
1
- /* ============================================= */
2
- /* CSS for control /ValueHelpField.control */
3
- /* ============================================= */
1
+ /* ============================================== */
2
+ /* CSS for control sap.ui.commons/ValueHelpField */
3
+ /* base theme */
4
+ /* ============================================== */
4
5
 
5
6
  /* textField icon */
6
7
  .sapUiTfCombo > .sapUiTfValueHelpIcon {
@@ -20,8 +21,7 @@
20
21
  cursor: default;
21
22
  }
22
23
 
23
- .sapUiTfCombo > .sapUiTfValueHelpDsblIcon, /* make disabled icon look "reduced" */
24
+ .sapUiTfCombo > .sapUiTfValueHelpDsblIcon, /* make disabled icon look "reduced" */
24
25
  .sapUiTfCombo.sapUiTfDsbl > span.sapUiTfValueHelpIcon {
25
- opacity: .3;
26
- filter: alpha(opacity=30);
26
+ opacity: 0.3;
27
27
  }