@openui5/themelib_sap_fiori_3 1.145.0 → 1.146.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 (133) hide show
  1. package/THIRDPARTY.txt +7 -7
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_fiori_3/Token.less +9 -1
  4. package/src/sap/m/themes/sap_fiori_3/Tokenizer.less +0 -12
  5. package/src/sap/m/themes/sap_fiori_3_dark/Token.less +8 -1
  6. package/src/sap/m/themes/sap_fiori_3_dark/Tokenizer.less +0 -12
  7. package/src/sap/m/themes/sap_fiori_3_hcb/Token.less +8 -3
  8. package/src/sap/m/themes/sap_fiori_3_hcb/Tokenizer.less +0 -12
  9. package/src/sap/m/themes/sap_fiori_3_hcw/Token.less +8 -3
  10. package/src/sap/m/themes/sap_fiori_3_hcw/Tokenizer.less +0 -12
  11. package/src/sap/ui/commons/themes/sap_fiori_3/ApplicationHeader.less +15 -19
  12. package/src/sap/ui/commons/themes/sap_fiori_3/CheckBox.less +7 -13
  13. package/src/sap/ui/commons/themes/sap_fiori_3/ComboBox.less +7 -7
  14. package/src/sap/ui/commons/themes/sap_fiori_3/DatePicker.less +7 -12
  15. package/src/sap/ui/commons/themes/sap_fiori_3/Image.less +2 -2
  16. package/src/sap/ui/commons/themes/sap_fiori_3/InPlaceEdit.less +15 -33
  17. package/src/sap/ui/commons/themes/sap_fiori_3/Label.less +10 -10
  18. package/src/sap/ui/commons/themes/sap_fiori_3/Link.less +5 -5
  19. package/src/sap/ui/commons/themes/sap_fiori_3/RadioButton.less +6 -10
  20. package/src/sap/ui/commons/themes/sap_fiori_3/RadioButtonGroup.less +3 -3
  21. package/src/sap/ui/commons/themes/sap_fiori_3/RowRepeater.less +8 -12
  22. package/src/sap/ui/commons/themes/sap_fiori_3/SegmentedButton.less +16 -16
  23. package/src/sap/ui/commons/themes/sap_fiori_3/Slider.less +53 -54
  24. package/src/sap/ui/commons/themes/sap_fiori_3/TabStrip.less +26 -31
  25. package/src/sap/ui/commons/themes/sap_fiori_3/TextField.less +24 -37
  26. package/src/sap/ui/commons/themes/sap_fiori_3/TextView.less +9 -11
  27. package/src/sap/ui/commons/themes/sap_fiori_3/ToggleButton.less +73 -142
  28. package/src/sap/ui/commons/themes/sap_fiori_3/Toolbar.less +22 -20
  29. package/src/sap/ui/commons/themes/sap_fiori_3/Tree.less +33 -31
  30. package/src/sap/ui/commons/themes/sap_fiori_3/layout.less +2 -2
  31. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ApplicationHeader.less +11 -15
  32. package/src/sap/ui/commons/themes/sap_fiori_3_dark/CheckBox.less +6 -12
  33. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ComboBox.less +6 -6
  34. package/src/sap/ui/commons/themes/sap_fiori_3_dark/DatePicker.less +6 -11
  35. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Image.less +1 -1
  36. package/src/sap/ui/commons/themes/sap_fiori_3_dark/InPlaceEdit.less +14 -32
  37. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Label.less +8 -8
  38. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Link.less +4 -4
  39. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RadioButton.less +5 -9
  40. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RadioButtonGroup.less +1 -1
  41. package/src/sap/ui/commons/themes/sap_fiori_3_dark/RowRepeater.less +3 -7
  42. package/src/sap/ui/commons/themes/sap_fiori_3_dark/SegmentedButton.less +9 -9
  43. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Slider.less +29 -30
  44. package/src/sap/ui/commons/themes/sap_fiori_3_dark/TabStrip.less +20 -25
  45. package/src/sap/ui/commons/themes/sap_fiori_3_dark/TextField.less +23 -36
  46. package/src/sap/ui/commons/themes/sap_fiori_3_dark/TextView.less +8 -10
  47. package/src/sap/ui/commons/themes/sap_fiori_3_dark/ToggleButton.less +67 -136
  48. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Toolbar.less +18 -16
  49. package/src/sap/ui/commons/themes/sap_fiori_3_dark/Tree.less +28 -26
  50. package/src/sap/ui/commons/themes/sap_fiori_3_dark/layout.less +1 -1
  51. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/CheckBox.less +2 -7
  52. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/ComboBox.less +7 -7
  53. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/DatePicker.less +4 -4
  54. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/InPlaceEdit.less +18 -20
  55. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Label.less +2 -2
  56. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Link.less +0 -5
  57. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RadioButton.less +2 -12
  58. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RadioButtonGroup.less +1 -1
  59. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/RowRepeater.less +3 -12
  60. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/SegmentedButton.less +1 -1
  61. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Slider.less +43 -43
  62. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/TabStrip.less +29 -30
  63. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/TextField.less +7 -7
  64. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/TextView.less +4 -4
  65. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/ToggleButton.less +47 -96
  66. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Toolbar.less +12 -11
  67. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/Tree.less +12 -12
  68. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/layout.less +1 -1
  69. package/src/sap/ui/commons/themes/sap_fiori_3_hcb/shared.less +1 -1
  70. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/CheckBox.less +2 -7
  71. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/ComboBox.less +7 -7
  72. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/DatePicker.less +4 -4
  73. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/InPlaceEdit.less +18 -20
  74. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Label.less +2 -2
  75. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Link.less +0 -5
  76. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RadioButton.less +2 -12
  77. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RadioButtonGroup.less +1 -1
  78. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/RowRepeater.less +3 -12
  79. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/SegmentedButton.less +1 -1
  80. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Slider.less +41 -41
  81. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/TabStrip.less +29 -30
  82. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/TextField.less +7 -7
  83. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/TextView.less +4 -4
  84. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/ToggleButton.less +47 -96
  85. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Toolbar.less +12 -11
  86. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/Tree.less +12 -12
  87. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/layout.less +1 -1
  88. package/src/sap/ui/commons/themes/sap_fiori_3_hcw/shared.less +1 -1
  89. package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
  90. package/src/sap/ui/core/themes/sap_fiori_3/base.less +26 -25
  91. package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
  92. package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +26 -25
  93. package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
  94. package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +23 -25
  95. package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
  96. package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +20 -25
  97. package/src/sap/ui/ux3/themes/sap_fiori_3/Overlay.less +8 -8
  98. package/src/sap/ui/ux3/themes/sap_fiori_3/OverlayContainer.less +4 -7
  99. package/src/sap/ui/ux3/themes/sap_fiori_3/OverlayDialog.less +4 -10
  100. package/src/sap/ui/ux3/themes/sap_fiori_3/QuickView.less +10 -11
  101. package/src/sap/ui/ux3/themes/sap_fiori_3/ToolPopup.less +17 -20
  102. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/ToolPopup.less +6 -6
  103. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/library.source.less +0 -1
  104. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/ToolPopup.less +6 -6
  105. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/library.source.less +0 -1
  106. package/src/sap/uxap/themes/sap_fiori_3/AnchorBar.less +60 -69
  107. package/src/sap/uxap/themes/sap_fiori_3/HierarchicalSelect.less +41 -61
  108. package/src/sap/uxap/themes/sap_fiori_3/IconTabBar.less +3 -1
  109. package/src/sap/uxap/themes/sap_fiori_3/ObjectPageHeader.less +20 -18
  110. package/src/sap/uxap/themes/sap_fiori_3/ObjectPageLayout.less +28 -22
  111. package/src/sap/uxap/themes/sap_fiori_3/ObjectPageSection.less +6 -4
  112. package/src/sap/uxap/themes/sap_fiori_3_dark/AnchorBar.less +56 -65
  113. package/src/sap/uxap/themes/sap_fiori_3_dark/HierarchicalSelect.less +35 -57
  114. package/src/sap/uxap/themes/sap_fiori_3_dark/IconTabBar.less +2 -0
  115. package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageHeader.less +19 -17
  116. package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageLayout.less +29 -23
  117. package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageSection.less +5 -3
  118. package/src/sap/uxap/themes/sap_fiori_3_hcb/AnchorBar.less +15 -50
  119. package/src/sap/uxap/themes/sap_fiori_3_hcb/BreadCrumbs.less +6 -5
  120. package/src/sap/uxap/themes/sap_fiori_3_hcb/HierarchicalSelect.less +12 -45
  121. package/src/sap/uxap/themes/sap_fiori_3_hcb/IconTabBar.less +3 -1
  122. package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageHeader.less +17 -17
  123. package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageLayout.less +27 -21
  124. package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageSection.less +5 -3
  125. package/src/sap/uxap/themes/sap_fiori_3_hcw/AnchorBar.less +15 -50
  126. package/src/sap/uxap/themes/sap_fiori_3_hcw/BreadCrumbs.less +6 -5
  127. package/src/sap/uxap/themes/sap_fiori_3_hcw/HierarchicalSelect.less +12 -45
  128. package/src/sap/uxap/themes/sap_fiori_3_hcw/IconTabBar.less +3 -1
  129. package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageHeader.less +19 -17
  130. package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageLayout.less +27 -21
  131. package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageSection.less +5 -3
  132. package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/shared.less +0 -3
  133. package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/shared.less +0 -3
package/THIRDPARTY.txt CHANGED
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.f:
8
8
 
9
- Component: UI5 Web Components, version: 2.15.0
9
+ Component: UI5 Web Components, version: 2.19.2
10
10
  Copyright: SAP
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.f/src/sap/f/thirdparty/**
14
14
 
15
- Component: UI5 Web Components Fiori, version: 2.15.0
15
+ Component: UI5 Web Components Fiori, version: 2.19.2
16
16
  Copyright: SAP
17
17
  License: Apache-2.0
18
18
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
19
  Contained in: src/sap.f/src/sap/f/thirdparty/**
20
20
 
21
- Component: UI5 Web Components Icons, version: 2.15.0
21
+ Component: UI5 Web Components Icons, version: 2.19.2
22
22
  Copyright: SAP
23
23
  License: Apache-2.0
24
24
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
25
  Contained in: src/sap.f/src/sap/f/thirdparty/**
26
26
 
27
- Component: UI5 Web Components Icons Business Suite, version: 2.15.0
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.19.2
28
28
  Copyright: SAP
29
29
  License: Apache-2.0
30
30
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
31
  Contained in: src/sap.f/src/sap/f/thirdparty/**
32
32
 
33
- Component: UI5 Web Components Icons TNT, version: 2.15.0
33
+ Component: UI5 Web Components Icons TNT, version: 2.19.2
34
34
  Copyright: SAP
35
35
  License: Apache-2.0
36
36
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -309,7 +309,7 @@ License: MIT
309
309
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
310
310
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
311
311
 
312
- Component: lodash, version: 4.17.21
312
+ Component: lodash, version: 4.17.23
313
313
  Copyright: OpenJS Foundation and other contributors
314
314
  License: MIT
315
315
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
@@ -498,7 +498,7 @@ License: Apache-2.0
498
498
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
499
499
  Contained in: lib/jsdoc/ui5/plugin.js
500
500
 
501
- Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
501
+ Component: SAP Theming Base Content, version: 11.34.0
502
502
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
503
503
  License: Apache-2.0
504
504
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.145.0",
3
+ "version": "1.146.0",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.145.0",
18
- "@openui5/sap.m": "1.145.0",
19
- "@openui5/sap.tnt": "1.145.0",
20
- "@openui5/sap.ui.codeeditor": "1.145.0",
21
- "@openui5/sap.ui.commons": "1.145.0",
22
- "@openui5/sap.ui.core": "1.145.0",
23
- "@openui5/sap.ui.dt": "1.145.0",
24
- "@openui5/sap.ui.fl": "1.145.0",
25
- "@openui5/sap.ui.mdc": "1.145.0",
26
- "@openui5/sap.ui.integration": "1.145.0",
27
- "@openui5/sap.ui.layout": "1.145.0",
28
- "@openui5/sap.ui.rta": "1.145.0",
29
- "@openui5/sap.ui.suite": "1.145.0",
30
- "@openui5/sap.ui.table": "1.145.0",
31
- "@openui5/sap.ui.unified": "1.145.0",
32
- "@openui5/sap.ui.ux3": "1.145.0",
33
- "@openui5/sap.uxap": "1.145.0"
17
+ "@openui5/sap.f": "1.146.0",
18
+ "@openui5/sap.m": "1.146.0",
19
+ "@openui5/sap.tnt": "1.146.0",
20
+ "@openui5/sap.ui.codeeditor": "1.146.0",
21
+ "@openui5/sap.ui.commons": "1.146.0",
22
+ "@openui5/sap.ui.core": "1.146.0",
23
+ "@openui5/sap.ui.dt": "1.146.0",
24
+ "@openui5/sap.ui.fl": "1.146.0",
25
+ "@openui5/sap.ui.mdc": "1.146.0",
26
+ "@openui5/sap.ui.integration": "1.146.0",
27
+ "@openui5/sap.ui.layout": "1.146.0",
28
+ "@openui5/sap.ui.rta": "1.146.0",
29
+ "@openui5/sap.ui.suite": "1.146.0",
30
+ "@openui5/sap.ui.table": "1.146.0",
31
+ "@openui5/sap.ui.unified": "1.146.0",
32
+ "@openui5/sap.ui.ux3": "1.146.0",
33
+ "@openui5/sap.uxap": "1.146.0"
34
34
  }
35
35
  }
@@ -23,7 +23,15 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
23
23
  }
24
24
 
25
25
  .sapMToken.sapMTokenReadOnly {
26
- color: var(--sapContent_LabelColor)
26
+ color: var(--sapContent_LabelColor);
27
+ background: var(--sapButton_TokenBackground);
28
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);
29
+
30
+ &.sapMTokenSelected {
31
+ color: var(--sapButton_Selected_TextColor);
32
+ background: var(--sapButton_Selected_Background);
33
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
34
+ }
27
35
  }
28
36
 
29
37
  html.sap-desktop .sapMToken:focus {
@@ -25,18 +25,6 @@ html.sap-desktop .sapMTokenizer:focus {
25
25
  outline-offset: @_sap_m_Tokenizer_OutlineOffset;
26
26
  }
27
27
 
28
- /* editable tokens in read-only tokenizer */
29
- .sapMTokenizer.sapMTokenizerReadonly {
30
-
31
- .sapMToken {
32
- color: var(--sapContent_LabelColor);
33
-
34
- &.sapMTokenSelected {
35
- color: @sapUiToggleButtonPressedTextColor;
36
- }
37
- }
38
- }
39
-
40
28
  .sapUiSizeCompact {
41
29
 
42
30
  .sapMTokenizer {
@@ -22,9 +22,16 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
22
22
  border: var(--sapButton_BorderWidth) solid @sapUiButtonSelectedHoverBorderColor;
23
23
  }
24
24
 
25
-
26
25
  .sapMToken.sapMTokenReadOnly {
27
26
  color: var(--sapContent_LabelColor);
27
+ background: var(--sapButton_TokenBackground);
28
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);
29
+
30
+ &.sapMTokenSelected {
31
+ color: var(--sapButton_Selected_TextColor);
32
+ background: var(--sapButton_Selected_Background);
33
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
34
+ }
28
35
  }
29
36
 
30
37
  html.sap-desktop .sapMToken:focus {
@@ -25,18 +25,6 @@ html.sap-desktop .sapMTokenizer:focus {
25
25
  outline-offset: @_sap_m_Tokenizer_OutlineOffset;
26
26
  }
27
27
 
28
- /* editable tokens in read-only tokenizer */
29
- .sapMTokenizer.sapMTokenizerReadonly {
30
-
31
- .sapMToken {
32
- color: var(--sapContent_LabelColor);
33
-
34
- &.sapMTokenSelected {
35
- color: @sapUiToggleButtonPressedTextColor;
36
- }
37
- }
38
- }
39
-
40
28
  .sapUiSizeCompact {
41
29
  .sapMTokenizer {
42
30
  padding-left: 0.25rem;
@@ -25,13 +25,18 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
25
25
  html.sap-desktop .sapMToken {
26
26
 
27
27
  &.sapMTokenReadOnly,
28
- &.sapMTokenReadOnly:hover,
29
- &.sapMTokenReadOnly.sapMTokenSelected,
30
- &.sapMTokenReadOnly.sapMTokenSelected:hover {
28
+ &.sapMTokenReadOnly:hover {
31
29
  color: var(--sapContent_LabelColor);
32
30
  background: var(--sapField_ReadOnly_Background);
33
31
  border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
34
32
  }
33
+
34
+ &.sapMTokenReadOnly.sapMTokenSelected,
35
+ &.sapMTokenReadOnly.sapMTokenSelected:hover {
36
+ color: var(--sapButton_Selected_TextColor);
37
+ background: var(--sapButton_Selected_Background);
38
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
39
+ }
35
40
  }
36
41
 
37
42
  html.sap-desktop .sapMToken:focus {
@@ -26,18 +26,6 @@ html.sap-desktop .sapMTokenizer:focus {
26
26
  outline-offset: @_sap_m_Tokenizer_OutlineOffset;
27
27
  }
28
28
 
29
- /* editable tokens in read-only tokenizer */
30
- html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
31
-
32
- .sapMToken,
33
- .sapMToken:hover,
34
- .sapMToken.sapMTokenSelected:hover {
35
- color: var(--sapContent_LabelColor);
36
- background: var(--sapField_ReadOnly_Background);
37
- border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
38
- }
39
- }
40
-
41
29
  .sapUiSizeCompact {
42
30
 
43
31
  .sapMTokenizer {
@@ -25,13 +25,18 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
25
25
  html.sap-desktop .sapMToken {
26
26
 
27
27
  &.sapMTokenReadOnly,
28
- &.sapMTokenReadOnly:hover,
29
- &.sapMTokenReadOnly.sapMTokenSelected,
30
- &.sapMTokenReadOnly.sapMTokenSelected:hover {
28
+ &.sapMTokenReadOnly:hover {
31
29
  color: var(--sapContent_LabelColor);
32
30
  background: var(--sapField_ReadOnly_Background);
33
31
  border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
34
32
  }
33
+
34
+ &.sapMTokenReadOnly.sapMTokenSelected,
35
+ &.sapMTokenReadOnly.sapMTokenSelected:hover {
36
+ color: var(--sapButton_Selected_TextColor);
37
+ background: var(--sapButton_Selected_Background);
38
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
39
+ }
35
40
  }
36
41
 
37
42
  html.sap-desktop .sapMToken:focus {
@@ -26,18 +26,6 @@ html.sap-desktop .sapMTokenizer:focus {
26
26
  outline-offset: @_sap_m_Tokenizer_OutlineOffset;
27
27
  }
28
28
 
29
- /* editable tokens in read-only tokenizer */
30
- html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
31
-
32
- .sapMToken,
33
- .sapMToken:hover,
34
- .sapMToken.sapMTokenSelected:hover {
35
- color: var(--sapContent_LabelColor);
36
- background: var(--sapField_ReadOnly_Background);
37
- border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
38
- }
39
- }
40
-
41
29
  .sapUiSizeCompact {
42
30
 
43
31
  .sapMTokenizer {
@@ -1,22 +1,18 @@
1
1
  /* ================================================= */
2
2
  /* CSS for control sap.ui.commons/ApplicationHeader */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ================================================= */
5
5
 
6
6
  .sapUiAppHdr {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
- -moz-box-shadow: 0 0 8px @sapUiContentShadowColor; // @sapUiDarkShadowTint = #000000
10
- background-image: -moz-linear-gradient(top center, darken(@sapUiContentForegroundColor, 46), darken(@sapUiContentForegroundColor, 70)); // @sapUiDarkAltBG = #707376, @sapUiExtraDarkBG = #333333
11
- background-image: -webkit-gradient(linear, left top, left bottom, from(darken(@sapUiContentForegroundColor, 46)), to(darken(@sapUiContentForegroundColor, 70))); // @sapUiDarkAltBG = #707376, @sapUiExtraDarkBG = #333333
12
- background-image: -webkit-linear-gradient(top center, darken(@sapUiContentForegroundColor, 46), darken(@sapUiContentForegroundColor, 70)); // @sapUiDarkAltBG = #707376, @sapUiExtraDarkBG = #333333
13
- background-image: -ms-linear-gradient(darken(@sapUiContentForegroundColor, 46), darken(@sapUiContentForegroundColor, 70)); /* starting with IE10 this works in IE */ // @sapUiDarkAltBG = #707376, @sapUiExtraDarkBG = #333333
14
- background-image: linear-gradient(top center, darken(@sapUiContentForegroundColor, 46), darken(@sapUiContentForegroundColor, 70)); // @sapUiDarkAltBG = #707376, @sapUiExtraDarkBG = #333333
9
+ box-shadow: 0 0 8px var(--sapContent_ShadowColor);
10
+ background-image: linear-gradient(top center, darken(@sapUiContentForegroundColor, 46), darken(@sapUiContentForegroundColor, 70));
15
11
  background-position: left top;
16
12
  background-size: 100% 110px;
17
- text-shadow: 1px 1px 2px lighten(@sapUiContentShadowColor, 20); // @sapUiDarkText = #333333
18
- color: @sapUiContentContrastTextColor; // @sapUiTextInverted = #ffffff
19
- border: 0px solid @sapUiBrand;
13
+ text-shadow: 1px 1px 2px lighten(@sapUiContentShadowColor, 20);
14
+ color: var(--sapContent_ContrastTextColor);
15
+ border: 0px solid var(--sapBrandColor);
20
16
  border-top-width: 8px;
21
17
  }
22
18
 
@@ -24,19 +20,19 @@
24
20
  font-size: 13px;
25
21
  }
26
22
 
27
- .sapUiAppHdr .sapUiBtn.sapUiBtnS.sapUiBtnLite{
28
- color: @sapUiContentContrastTextColor; // @sapUiTextInverted = #ffffff
23
+ .sapUiAppHdr .sapUiBtn.sapUiBtnS.sapUiBtnLite {
24
+ color: var(--sapContent_ContrastTextColor);
29
25
  }
30
26
 
31
- .sapUiAppHdr .sapUiBtn.sapUiBtnS.sapUiBtnLite:focus{
32
- color: @sapUiContentContrastTextColor; // @sapUiTextInverted = #ffffff
27
+ .sapUiAppHdr .sapUiBtn.sapUiBtnS.sapUiBtnLite:focus {
28
+ color: var(--sapContent_ContrastTextColor);
33
29
  background-color: transparent;
34
- outline: 1px dotted @sapUiContentContrastFocusColor; // @sapUiTextInverted = #ffffff
30
+ outline: 1px dotted var(--sapContent_ContrastFocusColor);
35
31
  outline-offset: -1px;
36
32
  }
37
33
 
38
- .sapUiAppHdrWelcomeLogoffArea > .sapUiBtn.sapUiBtnS.sapUiBtnLite.sapUiBtnAct{
39
- background-color: @sapUiButtonHoverBackground;
34
+ .sapUiAppHdrWelcomeLogoffArea > .sapUiBtn.sapUiBtnS.sapUiBtnLite.sapUiBtnAct {
35
+ background-color: var(--sapButton_Hover_Background);
40
36
  }
41
37
 
42
38
  .sapUiAppHdrWelcomeLogoffArea > .sapUiTbSeparator {
@@ -44,6 +40,6 @@
44
40
  vertical-align: top;
45
41
  height: 10px;
46
42
  width: 1px;
47
- background-color: darken(@sapUiContentForegroundBorderColor, 15); // @sapUiMediumLine = #999999
43
+ background-color: darken(@sapUiContentForegroundBorderColor, 15);
48
44
  margin: 4px 6px 0 6px;
49
45
  }
@@ -1,10 +1,10 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.ui.commons/CheckBox */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================== */
5
5
 
6
6
  .sapUiCb {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  line-height: 20px;
10
10
  height: 21px;
@@ -12,13 +12,8 @@
12
12
  position: relative;
13
13
  }
14
14
 
15
- .sapUiCb:focus{
16
- outline-color: @sapUiContentFocusColor; // @sapUiKeyboardFocus = #005483
17
- }
18
-
19
- /* TODO remove after the end of support for Internet Explorer */
20
- html[data-sap-ui-browser^="ie"] .sapUiCb:focus:after {
21
- border-color: @sapUiContentFocusColor; // @sapUiKeyboardFocus = #005483
15
+ .sapUiCb:focus {
16
+ outline-color: var(--sapContent_FocusColor);
22
17
  }
23
18
 
24
19
  .sapUiCb > input { /* make the real checkbox vanish from the screen */
@@ -29,7 +24,7 @@ html[data-sap-ui-browser^="ie"] .sapUiCb:focus:after {
29
24
  }
30
25
 
31
26
  .sapUiCb > label { /* render an image as checkbox replacement */
32
- background-image: url(img/checkbox.png);
27
+ background-image: url('img/checkbox.png');
33
28
  background-repeat: no-repeat;
34
29
  background-position: left 1px;
35
30
  padding: 1px 0 2px 22px;
@@ -39,7 +34,6 @@ html[data-sap-ui-browser^="ie"] .sapUiCb:focus:after {
39
34
  padding-left: 15px;
40
35
  }
41
36
 
42
-
43
37
  .sapUiCbChk > label {
44
38
  background-position: left -29px;
45
39
  }
@@ -120,7 +114,7 @@ html[data-sap-ui-browser^="ie"] .sapUiCb:focus:after {
120
114
  .sapUiCbDis > label,
121
115
  .sapUiCbDis.sapUiCbWarn.sapUiCbRo > label,
122
116
  .sapUiCbDis.sapUiCbErr.sapUiCbRo > label {
123
- text-color: @sapUiContentDisabledTextColor;
117
+ color: var(--sapContent_DisabledTextColor);
124
118
  background-position: left -119px;
125
119
  }
126
120
 
@@ -135,6 +129,6 @@ html[data-sap-ui-browser^="ie"] .sapUiCb:focus:after {
135
129
  /* ============================ */
136
130
 
137
131
  /* GridLayout */
138
- html[data-sap-ui-browser^="cr"] .sapUiGrid td > .sapUiCb{
132
+ html[data-sap-ui-browser^='cr'] .sapUiGrid td > .sapUiCb {
139
133
  padding-top: 0;
140
134
  }
@@ -1,10 +1,10 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.ui.commons/ComboBox */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapUiTfCombo{
7
- font-family: @sapUiDesktopFontFamily;
6
+ .sapUiTfCombo {
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  }
10
10
 
@@ -20,14 +20,14 @@
20
20
  }
21
21
 
22
22
  .sapUiTfStd > .sapUiTfComboIcon {
23
- background-image: url(img/combobox/ComboBoxArrow_regular.png);
23
+ background-image: url('img/combobox/ComboBoxArrow_regular.png');
24
24
  }
25
25
 
26
26
  .sapUiTfStd > .sapUiTfComboIcon:hover {
27
- background-image: url(img/combobox/ComboBoxArrow_hover.png);
28
- background-color: @sapUiFieldHoverHelpBackground;
27
+ background-image: url('img/combobox/ComboBoxArrow_hover.png');
28
+ background-color: var(--sapField_Hover_HelpBackground);
29
29
  }
30
30
 
31
31
  .sapUiTfDsbl > .sapUiTfComboIcon {
32
- background-image: url(img/combobox/ComboBoxArrow_dsbl.png);
32
+ background-image: url('img/combobox/ComboBoxArrow_dsbl.png');
33
33
  }
@@ -1,11 +1,11 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.ui.commons/DatePicker */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ========================================== */
5
5
 
6
- /**************** INPUT ****************/
6
+ /* INPUT */
7
7
  .sapUiTfCombo {
8
- font-family: @sapUiDesktopFontFamily;
8
+ font-family: var(--sapFontFamily);
9
9
  font-size: @sapUiDesktopFontSize;
10
10
  }
11
11
 
@@ -16,20 +16,15 @@
16
16
 
17
17
  .sapUiTfStd > .sapUiTfDateIcon,
18
18
  .sapUiTfRo > .sapUiTfDateIcon {
19
- background-image: url(img/datepicker/Calendar_regular.png);
19
+ background-image: url('img/datepicker/Calendar_regular.png');
20
20
  }
21
21
 
22
22
  .sapUiTfStd > .sapUiTfDateIcon:hover {
23
- background-color: @sapUiHighlight;
24
- background-image: url(img/datepicker/Calendar_hover.png);
23
+ background-color: var(--sapHighlightColor);
24
+ background-image: url('img/datepicker/Calendar_hover.png');
25
25
  }
26
26
 
27
27
  /* Disabled icon */
28
28
  .sapUiTfCombo.sapUiTfDsbl > .sapUiTfDateIcon {
29
- background-image: url(img/datepicker/Calendar_dsbl.png);
30
- }
31
-
32
- html[data-sap-ui-os^="iOS6"] .sapUiTfDsbl > .sapUiTfInner.sapUiTf[type="date"]{
33
- /* On iPad with iOS6 for disabled input fields an opacity is set.*/
34
- color: darken(@sapUiContentDisabledTextColor, 25); /* looks better than original color because this is nor readable*/
29
+ background-image: url('img/datepicker/Calendar_dsbl.png');
35
30
  }
@@ -1,9 +1,9 @@
1
1
  /* ===================================== */
2
2
  /* CSS for control sap.ui.commons/Image */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ===================================== */
5
5
 
6
6
  .sapUiImg {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  }
@@ -1,74 +1,56 @@
1
1
  /* =========================================== */
2
2
  /* CSS for control sap.ui.commons/InPlaceEdit */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* =========================================== */
5
5
 
6
- .sapUiIpe{
7
- font-family: @sapUiDesktopFontFamily;
6
+ .sapUiIpe {
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
9
  height: 22px;
10
10
  }
11
11
 
12
- .sapUiIpe:not(.sapUiIpeEdit){
12
+ .sapUiIpe:not(.sapUiIpeEdit) {
13
13
  /* to fade success color out if removed after some seconds */
14
14
  transition: background-color 1s linear;
15
- -webkit-transition: background-color 1s linear;
16
15
  }
17
16
 
18
- .sapUiIpeUndo{
19
- background-color: @sapUiListSelectionBackgroundColor;
17
+ .sapUiIpeUndo {
18
+ background-color: var(--sapList_SelectionBackgroundColor);
20
19
  }
21
20
 
22
- .sapUiIpeUndo > .sapUiIpeCont > .sapUiTfBrd{
21
+ .sapUiIpeUndo > .sapUiIpeCont > .sapUiTfBrd {
23
22
  border-right: none;
24
23
  outline: none; /* hide webkit outline*/
25
24
  }
26
25
 
27
26
  /* since focusout handling is delayed simulate focus on TextField */
28
- .sapUiIpeFocus > .sapUiIpeCont > .sapUiTfBrd{
29
- border-color: @sapUiHighlight;
27
+ .sapUiIpeFocus > .sapUiIpeCont > .sapUiTfBrd {
28
+ border-color: var(--sapHighlightColor);
30
29
  }
31
30
 
32
31
  .sapUiIpeCombo:hover,
33
32
  .sapUiIpeFocus.sapUiIpeCombo,
34
- .sapUiIpeFocus > .sapUiIpeCombo{
35
- background-image: url(img/combobox/ComboBoxArrow_regular.png);
33
+ .sapUiIpeFocus > .sapUiIpeCombo {
34
+ background-image: url('img/combobox/ComboBoxArrow_regular.png');
36
35
  background-position: center right;
37
36
  background-repeat: no-repeat;
38
37
  padding-right: 20px;
39
38
  }
40
39
 
41
- .sapUiIpeEdit.sapUiIpeFocus > .sapUiIpeCombo{
40
+ .sapUiIpeEdit.sapUiIpeFocus > .sapUiIpeCombo {
42
41
  background-image: none;
43
42
  padding-right: 0;
44
43
  }
45
44
 
46
45
  /* Revert/Edit Button */
47
46
  .sapUiIpe > .sapUiBtnS.sapUiBtnLite,
48
- .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite{
47
+ .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite {
49
48
  width: 22px;
50
49
  padding-left: 0;
51
50
  padding-right: 0;
52
51
  }
53
52
 
54
53
  .sapUiIpe > .sapUiBtnS.sapUiBtnStd.sapUiBtnLite:not(:hover) > span.sapUiBtnIco,
55
- .sapUiIpeCont > .sapUiBtnS.sapUiBtnStd.sapUiBtnLite:not(:hover) > span.sapUiBtnIco{
56
- color: @sapUiButtonIconColor;
57
- }
58
-
59
- html[data-sap-ui-browser^="ie"] .sapUiIpe > .sapUiBtnS.sapUiBtnLite,
60
- html[data-sap-ui-browser^="ie"] .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite{
61
- padding-left: 2px;
62
- padding-right: 0;
63
- }
64
-
65
- html[data-sap-ui-browser^="ie"] .sapUiIpe > .sapUiBtnS.sapUiBtnIconOnly > .sapUiBtnIco,
66
- html[data-sap-ui-browser^="ie"] .sapUiIpeCont > .sapUiBtnS.sapUiBtnIconOnly > .sapUiBtnIco {
67
- margin-top: 0;
68
- }
69
-
70
- html[data-sap-ui-browser^="ie"] .sapUiIpe > .sapUiBtnS.sapUiBtnLite.sapUiBtnAct,
71
- html[data-sap-ui-browser^="ie"] .sapUiIpeCont > .sapUiBtnS.sapUiBtnLite.sapUiBtnAct{
72
- padding-left: 0;
73
- padding-right: 0;
54
+ .sapUiIpeCont > .sapUiBtnS.sapUiBtnStd.sapUiBtnLite:not(:hover) > span.sapUiBtnIco {
55
+ color: var(--sapButton_IconColor);
74
56
  }
@@ -1,12 +1,12 @@
1
1
  /* ===================================== */
2
2
  /* CSS for control sap.ui.commons/Label */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ===================================== */
5
5
 
6
6
  .sapUiLbl {
7
- font-family: @sapUiDesktopFontFamily;
7
+ font-family: var(--sapFontFamily);
8
8
  font-size: @sapUiDesktopFontSize;
9
- color: @sapUiContentLabelColor;
9
+ color: var(--sapContent_LabelColor);
10
10
  }
11
11
 
12
12
  .sapUiLbLReqInd { /* to allow reuse */
@@ -16,8 +16,8 @@
16
16
  color: darken(@sapUiHighlight, 5%);
17
17
  }
18
18
 
19
- .sapUiInverted-CTX .sapUiLbl.sapUiLblReqEnd:after,
20
- .sapUiInverted-CTX .sapUiLbl.sapUiLblRegBeg:before {
19
+ .sapUiInverted-CTX .sapUiLbl.sapUiLblReqEnd::after,
20
+ .sapUiInverted-CTX .sapUiLbl.sapUiLblRegBeg::before {
21
21
  color: lighten(@sapUiHighlight, 18%);
22
22
  }
23
23
 
@@ -30,29 +30,29 @@ span.sapUiLblIco { /* icon font */
30
30
  /* ============================ */
31
31
 
32
32
  /* GridLayout */
33
- .sapUiGrid td > .sapUiLbl{
33
+ .sapUiGrid td > .sapUiLbl {
34
34
  margin-top: 2px;
35
35
  }
36
36
 
37
- html[data-sap-ui-browser^="cr"] .sapUiGrid td > .sapUiLbl.sapUiLblReq {
37
+ html[data-sap-ui-browser^='cr'] .sapUiGrid td > .sapUiLbl.sapUiLblReq {
38
38
  margin-top: 1px;
39
39
  }
40
40
 
41
41
  /* required symbol is now left - if indicator is already at begin, don't change it */
42
- .sapUiInverted-CTX .sapUiLbl.sapUiLblReqEnd:before {
42
+ .sapUiInverted-CTX .sapUiLbl.sapUiLblReqEnd::before {
43
43
  color: lighten(@sapUiHighlight, 18%);
44
44
  }
45
45
 
46
46
  /* ResponsiveLayout */
47
47
  /* If label is above the fields it's left aligned, if it's left of the fields it's right aligned */
48
- .sapUiFormResLayout .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent > .sapUiLbl{
48
+ .sapUiFormResLayout .sapUiRFLRow:first-child > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent > .sapUiLbl {
49
49
  text-align: end !important; /* to overwrite setting on label */
50
50
  width: 100%; /* to react on touch/click on whole label cell */
51
51
  padding-right: 4px;
52
52
  box-sizing: border-box;
53
53
  }
54
54
 
55
- .sapUiFormResLayout .sapUiRFLRow:first-child > .sapUiRFLContainer.sapUiRFLFullLength > .sapUiRFLContainerContent > .sapUiLbl{
55
+ .sapUiFormResLayout .sapUiRFLRow:first-child > .sapUiRFLContainer.sapUiRFLFullLength > .sapUiRFLContainerContent > .sapUiLbl {
56
56
  text-align: start !important; /* to overwrite setting on label */
57
57
  padding-bottom: 2px;
58
58
  }