@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,122 +1,115 @@
1
- /* ================================================ */
2
- /* CSS for control sap.ui.commons/TextField.control */
3
- /* ================================================ */
1
+ /* ========================================= */
2
+ /* CSS for control sap.ui.commons/TextField */
3
+ /* base theme */
4
+ /* ========================================= */
4
5
 
5
6
  @_sap_ui_commons_TextField_Height: 16px;
6
7
 
7
- .sapUiTf{
8
+ .sapUiTf {
8
9
  box-sizing: border-box;
9
10
  vertical-align: top;
10
- font-family: @sapUiFontFamily;
11
+ font-family: var(--sapFontFamily);
11
12
  font-size: @sapUiFontSize;
12
13
  -webkit-appearance: none; /*Needed for safari mobile*/
13
14
  }
14
15
 
15
- .sapUiTf::-ms-clear{
16
- width : 0;
17
- height: 0;
18
- display:none;
19
- }
20
-
21
- .sapUiTf:not(.sapUiTfInner){
16
+ .sapUiTf:not(.sapUiTfInner) {
22
17
  width: 22ex;
23
18
  }
24
19
 
25
20
  /* Inner (ComboBox) */
26
- .sapUiTfInner.sapUiTf{
21
+ .sapUiTfInner.sapUiTf {
27
22
  height: 100%;
28
23
  background: transparent;
29
24
  color: inherit; /* not automatic inherited from outer DIV */
30
25
  outline: none; /* disable safari outline */
31
26
  }
32
27
 
33
- html[data-sap-ui-os^='mac'] .sapUiTfDsbl .sapUiTfInner.sapUiTf{
28
+ html[data-sap-ui-os^='mac'] .sapUiTfDsbl .sapUiTfInner.sapUiTf {
34
29
  color: darken(@sapUiContentDisabledTextColor, 25); /* color for disabled inputs is lighter by browser */
35
30
  }
36
31
 
37
- .sapUiTfBrd{
38
- border: 1px solid @sapUiFieldBorderColor;
39
- -webkit-border-radius: 0px; /*Needed for safari mobile*/
32
+ .sapUiTfBrd {
33
+ border: 1px solid var(--sapField_BorderColor);
34
+ border-radius: 0; /*Needed for safari mobile*/
40
35
  }
41
36
 
42
- .sapUiTf:not(.sapUiTfBrd){
37
+ .sapUiTf:not(.sapUiTfBrd) {
43
38
  border: none;
44
39
  }
45
40
 
46
- .sapUiTfMono{
41
+ .sapUiTfMono {
47
42
  font-family: @sapUiFontMonospaceFamily;
48
43
  }
49
44
 
50
- .sapUiTfStd{
51
- background-color: @sapUiFieldBackground;
52
- color: @sapUiBaseText;
45
+ .sapUiTfStd {
46
+ background-color: var(--sapField_Background);
47
+ color: var(--sapTextColor);
53
48
  }
54
49
 
55
- .sapUiTfRo{
56
- background-color: @sapUiFieldReadOnlyBackground;
57
- color: @sapUiBaseText;
50
+ .sapUiTfRo {
51
+ background-color: var(--sapField_ReadOnly_Background);
52
+ color: var(--sapTextColor);
58
53
  }
59
54
 
60
- .sapUiTfRo > .sapUiTfInner{
55
+ .sapUiTfRo > .sapUiTfInner {
61
56
  cursor: default; /* in ComboBox Cursor is overwitten */
62
57
  }
63
58
 
64
- .sapUiTfFoc{
65
- background-color: @sapUiFieldBackground;
59
+ .sapUiTfFoc {
60
+ background-color: var(--sapField_Background);
66
61
  outline: none; /* hide e.g. chrome focus outline */
67
62
  }
68
63
 
69
- .sapUiTfBrd.sapUiTfFoc{
70
- border-color: @sapUiFieldFocusBorderColor;
64
+ .sapUiTfBrd.sapUiTfFoc {
65
+ border-color: var(--sapField_Focus_BorderColor);
71
66
  }
72
67
 
73
- .sapUiTfBrd.sapUiTfErr{
74
- border-color: @sapUiFieldInvalidColor;
68
+ .sapUiTfBrd.sapUiTfErr {
69
+ border-color: var(--sapField_InvalidColor);
75
70
  }
76
71
 
77
72
  .sapUiTfBrd.sapUiTfWarn {
78
- border-color: @sapUiFieldWarningColor;
73
+ border-color: var(--sapField_WarningColor);
79
74
  }
80
75
 
81
76
  .sapUiTfBrd.sapUiTfSucc {
82
- border-color: @sapUiFieldSuccessColor;
77
+ border-color: var(--sapField_SuccessColor);
83
78
  }
84
79
 
85
- .sapUiTfErr.sapUiTfStd{
86
- background-color: @sapUiFieldInvalidBackground;
80
+ .sapUiTfErr.sapUiTfStd {
81
+ background-color: var(--sapField_InvalidBackground);
87
82
  }
88
83
 
89
- .sapUiTfWarn.sapUiTfStd{
90
- background-color: @sapUiFieldWarningBackground;
84
+ .sapUiTfWarn.sapUiTfStd {
85
+ background-color: var(--sapField_WarningBackground);
91
86
  }
92
87
 
93
- .sapUiTfSucc.sapUiTfStd{
94
- background-color: @sapUiFieldSuccessBackground;
88
+ .sapUiTfSucc.sapUiTfStd {
89
+ background-color: var(--sapField_SuccessBackground);
95
90
  }
96
91
 
97
- .sapUiTfDsbl{
98
- background-color: @sapUiFieldReadOnlyBackground;
99
- color: @sapUiContentDisabledTextColor;
92
+ .sapUiTfDsbl {
93
+ background-color: var(--sapField_ReadOnly_Background);
94
+ color: var(--sapContent_DisabledTextColor);
100
95
  /* Avoid text selection in disabled TextFields */
101
- -moz-user-select: none;
102
96
  -webkit-user-select: none;
103
97
  user-select: none;
104
98
  }
105
99
 
106
- .sapUiTfBrd.sapUiTfDsbl{
107
- border-color: @sapUiFieldDisabledBorderColor;
100
+ .sapUiTfBrd.sapUiTfDsbl {
101
+ border-color: var(--sapField_Disabled_BorderColor);
108
102
  }
109
103
 
110
104
  /* need to be separate statements for each browser, otherwise it will not work */
111
- .sapUiTfPlace{
112
- color: @sapUiExtraLightText;
113
- }
114
- .sapUiTf::-webkit-input-placeholder{
105
+ .sapUiTfPlace {
115
106
  color: @sapUiExtraLightText;
116
107
  }
117
- .sapUiTf::-moz-placeholder{
108
+
109
+ .sapUiTf::-webkit-input-placeholder {
118
110
  color: @sapUiExtraLightText;
119
111
  }
120
- .sapUiTf:-ms-input-placeholder{
112
+
113
+ .sapUiTf::-moz-placeholder {
121
114
  color: @sapUiExtraLightText;
122
- }
115
+ }
@@ -1,5 +1,10 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.commons/TextView */
3
+ /* base theme */
4
+ /* ======================================== */
5
+
1
6
  .sapUiTv {
2
- font-family: @sapUiFontFamily;
7
+ font-family: var(--sapFontFamily);
3
8
  font-size: @sapUiFontSize;
4
9
  vertical-align: top;
5
10
  line-height: @sapUiLineHeight;
@@ -12,46 +17,46 @@
12
17
 
13
18
  /* Do not invert for table */
14
19
  .sapUiInverted-CTX .sapUiTable .sapUiTv {
15
- color: @sapUiBaseText;
20
+ color: var(--sapTextColor);
16
21
  }
17
22
 
18
23
  .sapUiTvH1 { /* be careful - used in other controls with title too */
19
24
  font-size: @sapUiFontHeader1Size;
20
25
  font-weight: bold;
21
26
  line-height: 122%;
22
- color: @sapUiTextTitle;
27
+ color: var(--sapTitleColor);
23
28
  }
24
29
 
25
30
  .sapUiTvH2 {
26
31
  font-size: @sapUiFontHeader2Size;
27
32
  font-weight: bold;
28
33
  line-height: 122%;
29
- color: @sapUiTextTitle;
34
+ color: var(--sapTitleColor);
30
35
  }
31
36
 
32
37
  .sapUiTvH3 {
33
38
  font-size: @sapUiFontHeader3Size;
34
39
  font-weight: bold;
35
40
  line-height: 122%;
36
- color: @sapUiTextTitle;
41
+ color: var(--sapTitleColor);
37
42
  }
38
43
 
39
44
  .sapUiTvH4 {
40
45
  font-size: @sapUiFontHeader4Size;
41
46
  font-weight: bold;
42
- color: @sapUiTextTitle;
47
+ color: var(--sapTitleColor);
43
48
  }
44
49
 
45
50
  .sapUiTvH5 {
46
51
  font-size: @sapUiFontHeader5Size;
47
52
  font-weight: bold;
48
- color: @sapUiTextTitle;
53
+ color: var(--sapTitleColor);
49
54
  }
50
55
 
51
56
  .sapUiTvH6 {
52
57
  font-size: @sapUiFontHeader6Size;
53
58
  font-weight: bold;
54
- color: @sapUiTextTitle;
59
+ color: var(--sapTitleColor);
55
60
  }
56
61
 
57
62
  .sapUiTvItalic {
@@ -73,52 +78,53 @@
73
78
  /* disabled */
74
79
  .sapUiTvDsbl {
75
80
  cursor: default;
76
- -moz-user-select: none;
77
- color: @sapUiContentDisabledTextColor;
81
+ -webkit-user-select: none;
82
+ user-select: none;
83
+ color: var(--sapContent_DisabledTextColor);
78
84
  outline: none;
79
85
  }
80
86
 
81
87
  .sapUiInverted-CTX .sapUiTv.sapUiTvDsbl {
82
- color: @sapUiContentDisabledTextColor;
88
+ color: var(--sapContent_DisabledTextColor);
83
89
  }
84
90
 
85
91
  /* success state */
86
92
  .sapUiTvSucc {
87
- background-color: @sapUiFieldSuccessBackground;
93
+ background-color: var(--sapField_SuccessBackground);
88
94
  }
89
95
 
90
96
  .sapUiInverted-CTX .sapUiTvSucc {
91
- color: @sapUiBaseText;
97
+ color: var(--sapTextColor);
92
98
  }
93
99
 
94
100
  /* Do not invert for table */
95
101
  .sapUiInverted-CTX .sapUiTable .sapUiTvSucc {
96
- color: @sapUiFieldSuccessBackground;
102
+ color: var(--sapField_SuccessBackground);
97
103
  }
98
104
 
99
105
  /* invalid state */
100
106
  .sapUiTvErr {
101
- color: @sapUiFieldInvalidColor;
102
- border-color: @sapUiFieldInvalidColor;
103
- background-color: @sapUiFieldInvalidBackground;
107
+ color: var(--sapField_InvalidColor);
108
+ border-color: var(--sapField_InvalidColor);
109
+ background-color: var(--sapField_InvalidBackground);
104
110
  }
105
111
 
106
112
  .sapUiInverted-CTX .sapUiTvErr {
107
- color: @sapUiFieldInvalidColor;
113
+ color: var(--sapField_InvalidColor);
108
114
  }
109
115
 
110
116
  /* warning state */
111
117
  .sapUiTvWarn {
112
- background-color: @sapUiFieldWarningBackground;
118
+ background-color: var(--sapField_WarningBackground);
113
119
  }
114
120
 
115
121
  .sapUiInverted-CTX .sapUiTvWarn {
116
- color: @sapUiBaseText;
122
+ color: var(--sapTextColor);
117
123
  }
118
124
 
119
125
  /* Do not invert for table */
120
126
  .sapUiInverted-CTX .sapUiTable .sapUiTvWarn {
121
- color: @sapUiBaseText;
127
+ color: var(--sapTextColor);
122
128
  }
123
129
 
124
130
  /* Designs */
@@ -143,7 +149,7 @@
143
149
  position: absolute;
144
150
  left: 0;
145
151
  top: 0;
146
- background-color: @sapBackgroundColor;
152
+ background-color: var(--sapBackgroundColor);
147
153
  }
148
154
 
149
155
  .sapUiTvWrap{
@@ -1,6 +1,7 @@
1
- /* =================================================== */
2
- /* CSS for control sap.ui.commons/ToggleButton.control */
3
- /* =================================================== */
1
+ /* ============================================ */
2
+ /* CSS for control sap.ui.commons/ToggleButton */
3
+ /* base theme */
4
+ /* ============================================ */
4
5
 
5
6
  .sapUiBtnS.sapUiBtnNorm.sapUiBtnStd.sapUiToggleBtn.sapUiToggleBtnPressed {
6
7
  color: @sapUiTextSelection;
@@ -1,3 +1,8 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.commons/Toolbar */
3
+ /* base theme */
4
+ /* ======================================= */
5
+
1
6
  /**
2
7
  * All Toolbar items are arranged in a flow layout. Once there are too many items to display, some flow into the second row
3
8
  * which is not visible.
@@ -10,7 +15,7 @@
10
15
  margin: 0;
11
16
  overflow: hidden;
12
17
  position: relative;
13
- white-space: normal; // make sure parents don't break the toolbar logic for overflowing to the second line
18
+ white-space: normal; /* make sure parents don't break the toolbar logic for overflowing to the second line */
14
19
  }
15
20
 
16
21
  .sapUiTb.sapUiTbStandalone {
@@ -31,12 +36,12 @@
31
36
  .sapUiTbCont {
32
37
  height: 22px;
33
38
  line-height: 22px;
34
- overflow: hidden; /* hide the items flowing into the second row */
39
+ overflow: hidden; /* hide the items flowing into the second row */
35
40
  position: relative; /* required for IE7 to make overflow:hidden work! */
36
- padding: 4px 0px 0px 10px;
41
+ padding: 4px 0 0 10px;
37
42
  }
38
43
 
39
- .sapUiTbContLeft.sapUiTbCont{
44
+ .sapUiTbContLeft.sapUiTbCont {
40
45
  float: left;
41
46
  width: 100%;
42
47
  box-sizing: border-box;
@@ -57,7 +62,8 @@
57
62
  }
58
63
 
59
64
  /* regular padding between Toolbar items */
60
- .sapUiTbInner > * , .sapUiTbInnerRight > * {
65
+ .sapUiTbInner > * ,
66
+ .sapUiTbInnerRight > * {
61
67
  margin-right: 2px;
62
68
  margin-bottom: 20px; /* make sure the second row is out of sight */
63
69
  }
@@ -65,23 +71,23 @@
65
71
  .sapUiTbInnerRight {
66
72
  text-align: right;
67
73
  position: absolute;
68
- right: 0px;
69
- padding: 2px 0px 0px 10px;
74
+ right: 0;
75
+ padding: 2px 0 0 10px;
70
76
  height: 22px;
71
77
  white-space: nowrap;
72
78
  }
73
79
 
74
80
  /* ToolBar Overflow Button ("chevron arrows") */
75
81
  .sapUiTbOB {
76
- background-image: url(img/toolbar/overflow.png);
82
+ background-image: url('img/toolbar/overflow.png');
77
83
  background-position: center center;
78
84
  background-repeat: no-repeat;
79
- display: none; /* will be modified by Toolbar.js for displaying/hiding on resize */
85
+ display: none; /* will be modified by Toolbar.js for displaying/hiding on resize */
80
86
  width: 14px;
81
87
  height: 20px;
82
88
  position: absolute;
83
89
  right: -14px; /* position the overflow button right outside of its container */
84
- top: 0px;
90
+ top: 0;
85
91
  cursor: pointer;
86
92
  margin-right: 0; /* remove that standard Toolbar item margin */
87
93
  }
@@ -119,14 +125,14 @@
119
125
  margin: 2px;
120
126
  }
121
127
 
122
- /* disabled buttons are focuses in Toolbar by ItemNavigation -> so make visible using simple outline*/
128
+ /* disabled buttons are focuses in Toolbar by ItemNavigation -> so make visible using simple outline */
123
129
  .sapUiTbInner > .sapUiBtnDsbl:focus,
124
- .sapUiTbInnerRight > .sapUiBtnDsbl:focus{
130
+ .sapUiTbInnerRight > .sapUiBtnDsbl:focus {
125
131
  outline: 1px dotted @sapUiBaseBorder;
126
132
  }
127
133
 
128
134
  /* Toolbar inside of Form as Form- and Container- header */
129
135
  .sapUiGridTitle > th > .sapUiTb,
130
- .sapUiFormToolbar > .sapUiTb{
136
+ .sapUiFormToolbar > .sapUiTb {
131
137
  border-bottom: 2px solid @sapUiMediumBorder;
132
- }
138
+ }
@@ -1,10 +1,10 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.commons/Tree.control */
3
- /* Base Theme */
4
- /* ============================================= */
1
+ /* ==================================== */
2
+ /* CSS for control sap.ui.commons/Tree */
3
+ /* base theme */
4
+ /* ==================================== */
5
5
 
6
6
  .sapUiTree {
7
- color: @sapUiBaseText;
7
+ color: var(--sapTextColor);
8
8
  }
9
9
 
10
10
  /* if the Tree is used within another control that
@@ -15,7 +15,7 @@ invert its text to white as well */
15
15
  }
16
16
 
17
17
  .sapUiTreeFixedHeight {
18
- position:relative;
18
+ position: relative;
19
19
  }
20
20
 
21
21
  .sapUiTree .sapUiBtn.sapUiBtnS {
@@ -23,10 +23,9 @@ invert its text to white as well */
23
23
  vertical-align: middle;
24
24
  }
25
25
 
26
-
27
26
  .sapUiTreeList {
28
27
  list-style-position: inside;
29
- margin: 0px;
28
+ margin: 0;
30
29
  padding-left: 10px;
31
30
  padding-right: 2px;
32
31
  }
@@ -38,27 +37,27 @@ invert its text to white as well */
38
37
  }
39
38
 
40
39
  .sapUiTreeHeader {
41
- border-bottom:none;
42
- height:26px;
43
- overflow-y:hidden;
40
+ border-bottom: none;
41
+ height: 26px;
42
+ overflow-y: hidden;
44
43
  text-align: right;
45
- width:100%;
44
+ width: 100%;
46
45
  }
47
46
 
48
47
  .sapUiTreeFixedHeight .sapUiTreeHeader {
49
48
  width: auto;
50
- position:absolute;
51
- top: 0px;
52
- left: 0px;
53
- right: 0px;
49
+ position: absolute;
50
+ top: 0;
51
+ left: 0;
52
+ right: 0;
54
53
  }
55
54
 
56
55
  html[dir=rtl] .sapUiTreeTbCont {
57
- text-align:left;
56
+ text-align: left;
58
57
  }
59
58
 
60
59
  html[dir=rtl] .sapUiTreeTitle {
61
- text-align:right;
60
+ text-align: right;
62
61
  }
63
62
 
64
63
  .sapUiTreeTitle {
@@ -66,12 +65,12 @@ html[dir=rtl] .sapUiTreeTitle {
66
65
  font-weight: bold;
67
66
  float: left;
68
67
  left: 10px;
69
- overflow:hidden;
68
+ overflow: hidden;
70
69
  position: relative;
71
70
  top: 5px;
72
- white-space:nowrap;
71
+ white-space: nowrap;
73
72
  width: 50%;
74
- text-overflow:ellipsis;
73
+ text-overflow: ellipsis;
75
74
  text-align: left;
76
75
  }
77
76
 
@@ -81,11 +80,11 @@ html[dir=rtl] .sapUiTreeTitle {
81
80
  }
82
81
 
83
82
  .sapUiTreeTbCont .sapUiTbInner {
84
- margin-right: 0px;
83
+ margin-right: 0;
85
84
  }
86
85
 
87
86
  .sapUiTreeCont {
88
- border:1px solid @sapUiMediumBorder;
87
+ border: 1px solid @sapUiMediumBorder;
89
88
  overflow: auto;
90
89
  background-color: @sapUiExtraLightBG;
91
90
  width: 100%;
@@ -94,16 +93,16 @@ html[dir=rtl] .sapUiTreeTitle {
94
93
 
95
94
  .sapUiTreeTransparent .sapUiTreeCont {
96
95
  background-color: transparent;
97
- border:none;
98
- top: 0px;
96
+ border: none;
97
+ top: 0;
99
98
  }
100
99
 
101
100
  .sapUiTreeFixedHeight .sapUiTreeCont {
102
101
  width: auto;
103
- position:absolute;
104
- left: 0px;
105
- right: 0px;
106
- bottom: 0px;
102
+ position: absolute;
103
+ left: 0;
104
+ right: 0;
105
+ bottom: 0;
107
106
  }
108
107
 
109
108
  .sapUiTreeContNoScroll {
@@ -128,7 +127,8 @@ html[dir=rtl] .sapUiTreeTitle {
128
127
  margin-bottom: 3px;
129
128
  border: 1px solid transparent;
130
129
  border-radius: 1px;
131
- -moz-user-select: none;
130
+ -webkit-user-select: none;
131
+ user-select: none;
132
132
  }
133
133
 
134
134
  .sapUiTreeContScroll .sapUiTreeNode {
@@ -145,7 +145,7 @@ html[dir=rtl] .sapUiTreeTitle {
145
145
  .sapUiTreeNodeContent {
146
146
  cursor: default;
147
147
  display: inline-block;
148
- vertical-align:middle;
148
+ vertical-align: middle;
149
149
  position: relative;
150
150
  top: -2px;
151
151
  width: 100%;
@@ -171,7 +171,7 @@ html[dir=rtl] .sapUiTreeTitle {
171
171
  }
172
172
 
173
173
  .sapUiTreeChildrenNodes {
174
- display:block;
174
+ display: block;
175
175
  padding-left: 16px;
176
176
  }
177
177
 
@@ -179,19 +179,19 @@ html[dir=rtl] .sapUiTreeTitle {
179
179
  clear: left;
180
180
  }
181
181
 
182
- .sapUiTreeContScroll .sapUiTreeChildrenNodes:before,
183
- .sapUiTreeContScroll .sapUiTreeChildrenNodes:after,
184
- .sapUiTreeContScroll .sapUiTreeList:before,
185
- .sapUiTreeContScroll .sapUiTreeList:after {
186
- content: " ";
187
- display: table;
182
+ .sapUiTreeContScroll .sapUiTreeChildrenNodes::before,
183
+ .sapUiTreeContScroll .sapUiTreeChildrenNodes::after,
184
+ .sapUiTreeContScroll .sapUiTreeList::before,
185
+ .sapUiTreeContScroll .sapUiTreeList::after {
186
+ content: ' ';
187
+ display: table;
188
188
  }
189
189
 
190
- .sapUiTreeContScroll .sapUiTreeChildrenNodes:after,
191
- .sapUiTreeContScroll .sapUiTreeList:after {
192
- clear: left;
190
+ .sapUiTreeContScroll .sapUiTreeChildrenNodes::after,
191
+ .sapUiTreeContScroll .sapUiTreeList::after {
192
+ clear: left;
193
193
  }
194
194
 
195
195
  .sapUiTreeHiddenChildrenNodes {
196
196
  display: none;
197
- }
197
+ }
@@ -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 {