@openui5/themelib_sap_fiori_3 1.128.0 → 1.129.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 (57) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_fiori_3/ActionSelect.less +7 -6
  4. package/src/sap/m/themes/sap_fiori_3/ActionSheet.less +1 -1
  5. package/src/sap/m/themes/sap_fiori_3/Avatar.less +5 -5
  6. package/src/sap/m/themes/sap_fiori_3/Bar.less +10 -8
  7. package/src/sap/m/themes/sap_fiori_3/ColorPalette.less +13 -9
  8. package/src/sap/m/themes/sap_fiori_3/ComboBoxBase.less +6 -6
  9. package/src/sap/m/themes/sap_fiori_3/Dialog.less +25 -17
  10. package/src/sap/m/themes/sap_fiori_3/GenericTile.less +10 -10
  11. package/src/sap/m/themes/sap_fiori_3/SlideTile.less +7 -7
  12. package/src/sap/m/themes/sap_fiori_3/Token.less +28 -2
  13. package/src/sap/m/themes/sap_fiori_3_dark/ActionSelect.less +2 -0
  14. package/src/sap/m/themes/sap_fiori_3_dark/ActionSheet.less +1 -1
  15. package/src/sap/m/themes/sap_fiori_3_dark/Avatar.less +7 -6
  16. package/src/sap/m/themes/sap_fiori_3_dark/Bar.less +10 -8
  17. package/src/sap/m/themes/sap_fiori_3_dark/ColorPalette.less +12 -7
  18. package/src/sap/m/themes/sap_fiori_3_dark/ComboBoxBase.less +7 -6
  19. package/src/sap/m/themes/sap_fiori_3_dark/Dialog.less +25 -17
  20. package/src/sap/m/themes/sap_fiori_3_dark/GenericTile.less +10 -10
  21. package/src/sap/m/themes/sap_fiori_3_dark/SlideTile.less +7 -7
  22. package/src/sap/m/themes/sap_fiori_3_dark/Token.less +29 -2
  23. package/src/sap/m/themes/sap_fiori_3_hcb/ActionSelect.less +1 -0
  24. package/src/sap/m/themes/sap_fiori_3_hcb/ActionSheet.less +1 -1
  25. package/src/sap/m/themes/sap_fiori_3_hcb/Avatar.less +10 -9
  26. package/src/sap/m/themes/sap_fiori_3_hcb/Bar.less +10 -8
  27. package/src/sap/m/themes/sap_fiori_3_hcb/ColorPalette.less +27 -15
  28. package/src/sap/m/themes/sap_fiori_3_hcb/ComboBoxBase.less +8 -8
  29. package/src/sap/m/themes/sap_fiori_3_hcb/Dialog.less +21 -13
  30. package/src/sap/m/themes/sap_fiori_3_hcb/GenericTile.less +4 -4
  31. package/src/sap/m/themes/sap_fiori_3_hcb/SlideTile.less +4 -4
  32. package/src/sap/m/themes/sap_fiori_3_hcb/Token.less +29 -2
  33. package/src/sap/m/themes/sap_fiori_3_hcw/ActionSelect.less +1 -0
  34. package/src/sap/m/themes/sap_fiori_3_hcw/ActionSheet.less +1 -1
  35. package/src/sap/m/themes/sap_fiori_3_hcw/Avatar.less +10 -9
  36. package/src/sap/m/themes/sap_fiori_3_hcw/Bar.less +10 -8
  37. package/src/sap/m/themes/sap_fiori_3_hcw/ColorPalette.less +27 -15
  38. package/src/sap/m/themes/sap_fiori_3_hcw/ComboBoxBase.less +7 -7
  39. package/src/sap/m/themes/sap_fiori_3_hcw/Dialog.less +21 -13
  40. package/src/sap/m/themes/sap_fiori_3_hcw/GenericTile.less +5 -5
  41. package/src/sap/m/themes/sap_fiori_3_hcw/SlideTile.less +4 -4
  42. package/src/sap/m/themes/sap_fiori_3_hcw/Token.less +29 -2
  43. package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_fiori_3/base.less +511 -3
  45. package/src/sap/ui/core/themes/sap_fiori_3/global.less +457 -0
  46. package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +518 -10
  48. package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +456 -0
  49. package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +524 -16
  51. package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +456 -0
  52. package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +521 -13
  54. package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +456 -0
  55. package/src/sap/ui/dt/themes/sap_fiori_3/ContextMenu.less +0 -10
  56. package/src/sap/ui/dt/themes/sap_fiori_3_hcb/ContextMenu.less +0 -10
  57. package/src/sap/ui/dt/themes/sap_fiori_3_hcw/ContextMenu.less +0 -10
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.16.1
471
+ Component: SAP Theming Base Content, version: 11.18.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/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.128.0",
3
+ "version": "1.129.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/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.128.0",
18
- "@openui5/sap.m": "1.128.0",
19
- "@openui5/sap.tnt": "1.128.0",
20
- "@openui5/sap.ui.codeeditor": "1.128.0",
21
- "@openui5/sap.ui.commons": "1.128.0",
22
- "@openui5/sap.ui.core": "1.128.0",
23
- "@openui5/sap.ui.dt": "1.128.0",
24
- "@openui5/sap.ui.fl": "1.128.0",
25
- "@openui5/sap.ui.mdc": "1.128.0",
26
- "@openui5/sap.ui.integration": "1.128.0",
27
- "@openui5/sap.ui.layout": "1.128.0",
28
- "@openui5/sap.ui.rta": "1.128.0",
29
- "@openui5/sap.ui.suite": "1.128.0",
30
- "@openui5/sap.ui.table": "1.128.0",
31
- "@openui5/sap.ui.unified": "1.128.0",
32
- "@openui5/sap.ui.ux3": "1.128.0",
33
- "@openui5/sap.uxap": "1.128.0"
17
+ "@openui5/sap.f": "1.129.0",
18
+ "@openui5/sap.m": "1.129.0",
19
+ "@openui5/sap.tnt": "1.129.0",
20
+ "@openui5/sap.ui.codeeditor": "1.129.0",
21
+ "@openui5/sap.ui.commons": "1.129.0",
22
+ "@openui5/sap.ui.core": "1.129.0",
23
+ "@openui5/sap.ui.dt": "1.129.0",
24
+ "@openui5/sap.ui.fl": "1.129.0",
25
+ "@openui5/sap.ui.mdc": "1.129.0",
26
+ "@openui5/sap.ui.integration": "1.129.0",
27
+ "@openui5/sap.ui.layout": "1.129.0",
28
+ "@openui5/sap.ui.rta": "1.129.0",
29
+ "@openui5/sap.ui.suite": "1.129.0",
30
+ "@openui5/sap.ui.table": "1.129.0",
31
+ "@openui5/sap.ui.unified": "1.129.0",
32
+ "@openui5/sap.ui.ux3": "1.129.0",
33
+ "@openui5/sap.uxap": "1.129.0"
34
34
  }
35
35
  }
@@ -8,8 +8,9 @@
8
8
  /* ----------------------------- */
9
9
 
10
10
  .sapMActionSelectPicker .sapMBtn {
11
+
11
12
  .sapMBtnInner {
12
- border-top: 1px solid @sapUiListBorderColor;
13
+ border-top: 1px solid var(--sapList_BorderColor);
13
14
  border-bottom: 0;
14
15
  border-left: 0;
15
16
  border-right: 0;
@@ -28,8 +29,8 @@
28
29
  /* override standard buttons inside the action select */
29
30
 
30
31
  .sapMActionSelectPicker .sapMBtnDefault {
31
- background: @sapUiListBackground;
32
- border-color: @sapUiListBorderColor;
32
+ background: var(--sapList_Background);
33
+ border-color: var(--sapList_BorderColor);
33
34
 
34
35
  /* override the default text-shadow */
35
36
  text-shadow: none;
@@ -37,11 +38,11 @@
37
38
 
38
39
  .sapMActionSelectPicker .sapMBtn,
39
40
  .sapMActionSelectPicker .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
40
- border-color: @sapUiListBorderColor;
41
+ border-color: var(--sapList_BorderColor);
41
42
  }
42
43
 
43
44
  html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtnDefault:not(.sapMBtnActive):hover {
44
- background: @sapUiListHoverBackground;
45
+ background: var(--sapList_Hover_Background);
45
46
  }
46
47
 
47
48
  /* ======================================================================== */
@@ -62,7 +63,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
62
63
  height: 2rem;
63
64
  border-radius: 0;
64
65
  border: 0;
65
- border-top: 1px solid @sapUiListBorderColor;
66
+ border-top: 1px solid var(--sapList_BorderColor);
66
67
 
67
68
  .sapMBtnContent {
68
69
  line-height: 2rem;
@@ -4,6 +4,6 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMActionSheetDialog .sapMBar.sapMHeader-CTX > .sapMBarMiddle > .sapMBarPH > .sapMDialogTitle {
7
- color: @sapUiContentContrastTextColor;
7
+ color: var(--sapContent_ContrastTextColor);
8
8
  background: transparent;
9
9
  }
@@ -4,22 +4,22 @@
4
4
  /* ============================= */
5
5
 
6
6
  .sapFAvatarInitialsHolder {
7
- color: @sapUiContentContrastTextColor;
7
+ color: var(--sapContent_ContrastTextColor);
8
8
  }
9
9
 
10
10
  .sapFAvatarIcon {
11
- color: @sapUiContentContrastIconColor;
11
+ color: var(--sapContent_ContrastIconColor);
12
12
  }
13
13
 
14
14
  .sapFAvatarSquare {
15
- border-radius: @sapUiElementBorderCornerRadius;
15
+ border-radius: var(--sapElement_BorderCornerRadius);
16
16
 
17
17
  .sapFAvatarImageHolder {
18
- border-radius: @sapUiElementBorderCornerRadius;
18
+ border-radius: var(--sapElement_BorderCornerRadius);
19
19
  }
20
20
  }
21
21
 
22
- .sapFAvatarXL{
22
+ .sapFAvatarXL {
23
23
  font-size: 3rem;
24
24
  }
25
25
 
@@ -20,25 +20,25 @@
20
20
 
21
21
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child,
22
22
  .sapMBar .sapMBarLeft.sapMBarContainer > *:first-child,
23
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child{
23
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child {
24
24
  margin: 0 0.25rem 0 0;
25
25
  }
26
26
 
27
27
  .sapMBar .sapMBarRight.sapMBarContainer > *:last-child,
28
28
  .sapMBar .sapMBarLeft.sapMBarContainer > *:last-child,
29
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:last-child{
29
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:last-child {
30
30
  margin: 0 0 0 0.25rem;
31
31
  }
32
32
 
33
33
  .sapMBar .sapMBarRight.sapMBarContainer > *:not(:first-child):not(:last-child),
34
34
  .sapMBar .sapMBarLeft.sapMBarContainer > *:not(:first-child):not(:last-child),
35
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:not(:first-child):not(:last-child){
35
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:not(:first-child):not(:last-child) {
36
36
  margin: 0 0.25rem;
37
37
  }
38
38
 
39
39
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child:last-child,
40
40
  .sapMBar .sapMBarLeft.sapMBarContainer > *:first-child:last-child,
41
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child:last-child{
41
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child:last-child {
42
42
  margin: 0;
43
43
  }
44
44
 
@@ -47,7 +47,9 @@
47
47
  line-height: 2.75rem;
48
48
  }
49
49
 
50
- .sapMBarLeft, .sapMBarRight, .sapMBarPH {
50
+ .sapMBarLeft,
51
+ .sapMBarRight,
52
+ .sapMBarPH {
51
53
  height: 2.75rem;
52
54
  line-height: 2.75rem;
53
55
  }
@@ -55,17 +57,17 @@
55
57
  /* in Master page the bar should have different color */
56
58
  .sapMSplitContainerMaster .sapMIBar .sapMHeader-CTX,
57
59
  .sapMSplitContainerMaster .sapMIBar.sapMSubHeader-CTX {
58
- background-color: @sapUiGroupContentBackground;
60
+ background-color: var(--sapGroup_ContentBackground);
59
61
  }
60
62
 
61
63
  /* in Master page the bar should have a different color shadow only if we don't have subHeader (e.g. another bar) */
62
64
  .sapMSplitContainerMaster .sapMIBar .sapMHeader-CTX:only-of-type {
63
- box-shadow: inset 0 -0.0625rem @sapUiGroupContentBorderColor;
65
+ box-shadow: inset 0 -0.0625rem var(--sapGroup_ContentBorderColor);
64
66
  }
65
67
 
66
68
  /* in Master page the bar should have a different color shadow */
67
69
  .sapMSplitContainerMaster .sapMIBar.sapMSubHeader-CTX {
68
- box-shadow: inset 0 -0.0625rem @sapUiGroupContentBorderColor;
70
+ box-shadow: inset 0 -0.0625rem var(--sapGroup_ContentBorderColor);
69
71
  }
70
72
 
71
73
  /* Bar Title Alignment */
@@ -18,26 +18,30 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
18
18
  }
19
19
 
20
20
  .sap-desktop .sapMColorPalette .sapMBtn:focus {
21
- &:after {
22
- border-color: @sapUiContentFocusColor;
21
+
22
+ &::after {
23
+ border-color: var(--sapContent_FocusColor);
23
24
  }
24
- &:active:after {
25
- border-color: @sapUiContentContrastFocusColor;
25
+
26
+ &:active::after {
27
+ border-color: var(--sapContent_ContrastFocusColor);
26
28
  }
27
29
  }
28
30
 
29
31
  .sap-desktop .sapContrast,
30
32
  .sap-desktop.sapContrast {
33
+
31
34
  .sapMColorPalette .sapMBtn {
32
- &:focus:after {
33
- border-color: @sapUiContentFocusColor;
35
+
36
+ &:focus::after {
37
+ border-color: var(--sapContent_FocusColor);
34
38
  }
39
+
35
40
  &:active,
36
41
  > .sapMBtnActive,
37
42
  &:hover > .sapMBtnActive,
38
43
  &:active > .sapMBtnActive {
39
- color: @sapUiListTextColor;
44
+ color: var(--sapList_TextColor);
40
45
  }
41
46
  }
42
- }
43
-
47
+ }
@@ -4,23 +4,23 @@
4
4
  /* ==================================== */
5
5
 
6
6
  .sapMInputBaseIconPressed .sapMComboBoxBaseClearIcon {
7
- color: @sapUiContentIconColor;
7
+ color: var(--sapContent_IconColor);
8
8
  background: transparent;
9
9
 
10
10
  &:hover {
11
- background: @sapUiButtonLiteHoverBackground;
11
+ background: var(--sapButton_Lite_Hover_Background);
12
12
  }
13
13
 
14
14
  &:active {
15
- background-color: @sapUiButtonLiteActiveBackground;
16
- color: @sapUiButtonActiveTextColor;
15
+ background-color: var(--sapButton_Lite_Active_Background);
16
+ color: var(--sapButton_Active_TextColor);
17
17
 
18
18
  &::before {
19
- color: @sapUiButtonActiveTextColor;
19
+ color: var(--sapButton_Active_TextColor);
20
20
  }
21
21
  }
22
22
  }
23
23
 
24
24
  .sapMInputBaseIconPressed .sapMComboBoxBaseClearIcon::before {
25
- color: @sapUiContentIconColor;
25
+ color: var(--sapContent_IconColor);
26
26
  }
@@ -3,21 +3,21 @@
3
3
  /* Fiori 3 theme */
4
4
  /* ============================= */
5
5
 
6
- // ==========================================================================
7
- // Variables
8
- // ==========================================================================
6
+ /* ========================================================================== */
7
+ /* Variables */
8
+ /* ========================================================================== */
9
9
 
10
10
  @_sap_m_Dialog_VerticalMargin: 3%;
11
11
  @_sap_m_Dialog_BarHeight: 2.75rem;
12
12
  @_sap_m_Dialog_SubHeaderCompactHeight: 2.25rem;
13
13
 
14
14
  @_sap_m_Dialog_NoStateHeaderShadow: @sapUiShadowHeader;
15
- @_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem @sapUiSuccessBorder, @sapUiShadowHeader;
16
- @_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem @sapUiErrorBorder, @sapUiShadowHeader;
17
- @_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem @sapUiWarningBorder, @sapUiShadowHeader;
18
- @_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem @sapUiInformationBorder, @sapUiShadowHeader;
15
+ @_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem var(--sapSuccessBorderColor), @sapUiShadowHeader;
16
+ @_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem var(--sapErrorBorderColor), @sapUiShadowHeader;
17
+ @_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem var(--sapWarningBorderColor), @sapUiShadowHeader;
18
+ @_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem var(--sapInformationBorderColor), @sapUiShadowHeader;
19
19
 
20
- // This parameter is used in sap.m.Select. TODO: remove it when it is removed from there.
20
+ /* This parameter is used in sap.m.Select. TODO: remove it when it is removed from there. */
21
21
  @_sap_m_Dialog_HeaderShadowColor: darken(@sapUiGroupContentBackground, 8);
22
22
 
23
23
  .sapMDialogSubHeader .sapMIBar {
@@ -35,21 +35,23 @@
35
35
  }
36
36
 
37
37
  .sapMDialogTitleGroup {
38
- z-index: 3; // to hide the shadow from the header when there is sub-header
38
+ z-index: 3; /* to hide the shadow from the header when there is sub-header */
39
39
  }
40
40
 
41
- // buttons on phone must be to the right side (in LTR mode)
41
+ /* buttons on phone must be to the right side (in LTR mode) */
42
42
  html.sap-phone .sapMDialog {
43
+
43
44
  & > footer .sapMFooter-CTX {
44
45
  justify-content: flex-end;
45
46
  }
46
47
  }
47
48
 
48
- // ==========================================================================
49
- // header, sub-header, footer
50
- // ==========================================================================
49
+ /* ========================================================================== */
50
+ /* header, sub-header, footer */
51
+ /* ========================================================================== */
51
52
 
52
53
  .sapMDialog {
54
+
53
55
  header .sapMBarLeft,
54
56
  header .sapMBarPH {
55
57
  padding-left: 1rem;
@@ -66,10 +68,16 @@ html.sap-phone .sapMDialog {
66
68
  }
67
69
  }
68
70
 
69
- .sapMDialogTitleGroup, .sapMDialogSubHeader {
70
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
71
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
71
+ .sapMDialogTitleGroup,
72
+ .sapMDialogSubHeader {
73
+
74
+ .sapUi-Std-PaddingS,
75
+ .sapUi-Std-PaddingM,
76
+ .sapUi-Std-PaddingL,
77
+ .sapUi-Std-PaddingXL {
78
+
72
79
  &.sapMIBar {
80
+
73
81
  .sapMBarMiddle .sapMBarPH {
74
82
  padding-left: 0;
75
83
  padding-right: 0;
@@ -92,4 +100,4 @@ html.sap-phone .sapMDialog {
92
100
  }
93
101
  }
94
102
  }
95
- }
103
+ }
@@ -22,7 +22,7 @@
22
22
  background: transparent;
23
23
  }
24
24
 
25
- .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
25
+ .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
26
26
  &:not(.sapMGTLineModePress):hover {
27
27
  background: @sapUiTileHoverBackground;
28
28
  }
@@ -73,7 +73,7 @@
73
73
 
74
74
  /************************ LINE MODE FLOATING VIEW *****************/
75
75
 
76
- .sapUiMedia-GenericTileDeviceSet-large.sap-desktop {
76
+ .sapUiMedia-GenericTileDeviceSet-large{
77
77
  .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
78
78
  &:focus, &.sapMGTLineModePress {
79
79
  .sapMGTLineStyleHelperInner:before {
@@ -90,7 +90,7 @@
90
90
  }
91
91
  }
92
92
  .sapUiMedia-GenericTileDeviceSet-large {
93
- &.sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
93
+ .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
94
94
  &:hover .sapMGTLineStyleHelperInner {
95
95
  background: @sapUiTileHoverBackground;
96
96
  }
@@ -160,8 +160,8 @@
160
160
  text-shadow: @sapUiShadowText;
161
161
  }
162
162
 
163
- html.sap-desktop .sapMGTWithoutImageHoverOverlay,
164
- html.sap-desktop .sapMGTWithImageHoverOverlay {
163
+ .sapMGTWithoutImageHoverOverlay,
164
+ .sapMGTWithImageHoverOverlay {
165
165
  z-index: 1;
166
166
  position: absolute;
167
167
  pointer-events: none;
@@ -201,7 +201,7 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
201
201
  background: fade(@sapUiTileActiveBackground, 20%);
202
202
  }
203
203
 
204
- html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
204
+ .sapMGT:hover:not(.sapMGTPressActive) {
205
205
  box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
206
206
  transition: background 0.2s;
207
207
 
@@ -222,22 +222,22 @@ html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
222
222
 
223
223
 
224
224
 
225
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
225
+ .sapMGTActionButtonPress.sapMGT:active
226
226
  {
227
227
  .sapMGTFocusDiv{
228
228
  border: none;
229
229
  }
230
230
  }
231
231
 
232
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
232
+ .sapMGTActionButtonPress.sapMGT:focus-visible
233
233
  {
234
234
  .sapMGTFocusDiv{
235
235
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
236
236
  }
237
237
  }
238
238
 
239
- html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
240
- html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
239
+ .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
240
+ .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
241
241
  &:after {
242
242
  content: "";
243
243
  .sapMGTOverlayMixin();
@@ -3,7 +3,7 @@
3
3
  /* Fiori 3 theme */
4
4
  /* ================================ */
5
5
 
6
- html.sap-desktop .sapMST:active .sapMSTFocusDiv {
6
+ .sapMST:active .sapMSTFocusDiv {
7
7
  border: 1px solid @sapUiTileBackground;
8
8
  }
9
9
 
@@ -14,8 +14,8 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv {
14
14
  }
15
15
 
16
16
  /* This part is used to achieve dotted white black interlace border*/
17
- html.sap-desktop .sapMST:focus .sapMSTFocusDiv:after,
18
- html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
17
+ .sapMST:focus .sapMSTFocusDiv:after,
18
+ .sapMST:active .sapMSTFocusDiv:after {
19
19
  content: "";
20
20
  position: absolute;
21
21
  top: 0;
@@ -28,12 +28,12 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
28
28
  }
29
29
 
30
30
  /* Bulleted indicator of multiple tiles*/
31
- .sapMSTBulleted > span {
31
+ .sapMSTBulleted .sapMSTIndicator {
32
32
  background-color: @sapUiContentNonInteractiveIconColor;
33
33
  box-shadow: 0 0 0.25rem fade(@sapUiContentShadowColor, 25);
34
34
  }
35
35
 
36
- .sapMSTBulleted > span.sapMSTActive {
36
+ .sapMSTBulleted .sapMSTIndicator.sapMSTActive {
37
37
  background-color: @sapUiContentContrastIconColor;
38
38
  box-shadow: 0 0 0.25rem fade(@sapUiContentShadowColor, 25);
39
39
  }
@@ -50,7 +50,7 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
50
50
  text-shadow: 0px 1px @sapUiButtonEmphasizedTextShadow;
51
51
  }
52
52
 
53
- html.sap-desktop .sapMST .sapMGT:active .sapMGTFocusDiv,
54
- html.sap-desktop .sapMST .sapMGT:active .sapMGTFocusDiv:after {
53
+ .sapMST .sapMGT:active .sapMGTFocusDiv,
54
+ .sapMST .sapMGT:active .sapMGTFocusDiv:after {
55
55
  border: none;
56
56
  }
@@ -6,12 +6,15 @@
6
6
  @_sap_m_Token_TokenPadding: 0.5rem;
7
7
  @_sap_m_Token_TokenCompactPadding: 0.25rem;
8
8
  @_sap_m_Token_LeftPadding: 0.3125rem;
9
- @_sap_m_Token_TokenSize: @sapMFontSmallSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
10
- @_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
9
+ @_sap_m_Token_IconWidth: 1.75rem;
10
+ @_sap_m_Token_CompactIconWidth: 1.5rem;
11
+ @_sap_m_Token_DeleteIconHeight: 2.25rem;
12
+ @_sap_m_Token_DeleteIconCompactHeight: 1.625rem;
11
13
 
12
14
  .sapMToken {
13
15
  padding-left: 0.3125rem;
14
16
  color: @sapUiBaseText;
17
+ overflow: visible;
15
18
  }
16
19
 
17
20
  html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
@@ -30,4 +33,27 @@ html.sap-desktop .sapMToken:focus {
30
33
 
31
34
  html.sap-desktop .sapMToken.sapMTokenSelected:focus {
32
35
  outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentContrastFocusColor;
36
+ }
37
+
38
+ .sapMTokenIcon {
39
+ box-sizing: border-box;
40
+ top: ~"calc((@{_sap_m_Token_TokenHeight} / 2) - (@{_sap_m_Token_DeleteIconHeight} / 2) - @{sapUiButtonBorderWidth})";
41
+ width: @_sap_m_Token_IconWidth;
42
+ height: @_sap_m_Token_DeleteIconHeight;
43
+ display: inline-flex;
44
+ justify-content: center;
45
+ align-items: center;
46
+ }
47
+
48
+ .sapUiSizeCompact .sapMTokenIcon {
49
+ top: ~"calc((@{_sap_m_Token_TokenCompactHeight} / 2) - (@{_sap_m_Token_DeleteIconCompactHeight} / 2) - @{sapUiButtonBorderWidth})";
50
+ width: @_sap_m_Token_CompactIconWidth;
51
+ height: @_sap_m_Token_DeleteIconCompactHeight;
52
+ }
53
+
54
+ .sapMTokenIcon::before {
55
+ display: inline-block;
56
+ width: 0.75rem;
57
+ height: 0.75rem;
58
+ line-height: 1;
33
59
  }
@@ -8,6 +8,7 @@
8
8
  /* ----------------------------- */
9
9
 
10
10
  .sapMActionSelectPicker .sapMBtn {
11
+
11
12
  .sapMBtnInner {
12
13
  border-top: 1px solid @sapUiButtonActionSelectBorderColor;
13
14
  border-bottom: 0;
@@ -20,6 +21,7 @@
20
21
  line-height: 2.4375rem;
21
22
  }
22
23
  }
24
+
23
25
  .sapMActionSelectPicker .sapMBtnDisabled {
24
26
  opacity: 1;
25
27
  }
@@ -4,6 +4,6 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMActionSheetDialog .sapMBar.sapMHeader-CTX > .sapMBarMiddle > .sapMBarPH > .sapMDialogTitle {
7
- color: @sapUiBaseText;
7
+ color: var(--sapTextColor);
8
8
  background: transparent;
9
9
  }
@@ -4,25 +4,26 @@
4
4
  /* ============================= */
5
5
 
6
6
  .sapFAvatarIcon {
7
- color: @sapUiContentContrastIconColor;
7
+ color: var(--sapContent_ContrastIconColor);
8
8
  }
9
9
 
10
10
  .sapFAvatarInitialsHolder {
11
- color: @sapUiContentContrastTextColor;
11
+ color: var(--sapContent_ContrastTextColor);
12
12
  }
13
13
 
14
14
  .sapFAvatarSquare {
15
- border-radius: @sapUiElementBorderCornerRadius;
15
+ border-radius: var(--sapElement_BorderCornerRadius);
16
16
 
17
17
  .sapFAvatarImageHolder {
18
- border-radius: @sapUiElementBorderCornerRadius;
18
+ border-radius: var(--sapElement_BorderCornerRadius);
19
19
  }
20
20
  }
21
21
 
22
22
  .sapFAvatarColorPlaceholder {
23
- background-color: @sapUiContentImagePlaceholderBackground;
23
+ background-color: var(--sapContent_ImagePlaceholderBackground);
24
24
  }
25
- .sapFAvatarXL{
25
+
26
+ .sapFAvatarXL {
26
27
  font-size: 3rem;
27
28
  }
28
29
 
@@ -20,25 +20,25 @@
20
20
 
21
21
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child,
22
22
  .sapMBar .sapMBarLeft.sapMBarContainer > *:first-child,
23
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child{
23
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child {
24
24
  margin: 0 0.25rem 0 0;
25
25
  }
26
26
 
27
27
  .sapMBar .sapMBarRight.sapMBarContainer > *:last-child,
28
28
  .sapMBar .sapMBarLeft.sapMBarContainer > *:last-child,
29
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:last-child{
29
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:last-child {
30
30
  margin: 0 0 0 0.25rem;
31
31
  }
32
32
 
33
33
  .sapMBar .sapMBarRight.sapMBarContainer > *:not(:first-child):not(:last-child),
34
34
  .sapMBar .sapMBarLeft.sapMBarContainer > *:not(:first-child):not(:last-child),
35
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:not(:first-child):not(:last-child){
35
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:not(:first-child):not(:last-child) {
36
36
  margin: 0 0.25rem;
37
37
  }
38
38
 
39
39
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child:last-child,
40
40
  .sapMBar .sapMBarLeft.sapMBarContainer > *:first-child:last-child,
41
- .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child:last-child{
41
+ .sapMBar .sapMBarMiddle .sapMBarContainer > *:first-child:last-child {
42
42
  margin: 0;
43
43
  }
44
44
 
@@ -47,7 +47,9 @@
47
47
  line-height: 2.75rem;
48
48
  }
49
49
 
50
- .sapMBarLeft, .sapMBarRight, .sapMBarPH {
50
+ .sapMBarLeft,
51
+ .sapMBarRight,
52
+ .sapMBarPH {
51
53
  height: 2.75rem;
52
54
  line-height: 2.75rem;
53
55
  }
@@ -55,17 +57,17 @@
55
57
  /* in Master page the bar should have different color */
56
58
  .sapMSplitContainerMaster .sapMIBar .sapMHeader-CTX,
57
59
  .sapMSplitContainerMaster .sapMIBar.sapMSubHeader-CTX {
58
- background-color: @sapUiGroupContentBackground;
60
+ background-color: var(--sapGroup_ContentBackground);
59
61
  }
60
62
 
61
63
  /* in Master page the bar should have a different color shadow only if we don't have subHeader (e.g. another bar) */
62
64
  .sapMSplitContainerMaster .sapMIBar .sapMHeader-CTX:only-of-type {
63
- box-shadow: inset 0 -0.0625rem @sapUiGroupContentBorderColor;
65
+ box-shadow: inset 0 -0.0625rem var(--sapGroup_ContentBorderColor);
64
66
  }
65
67
 
66
68
  /* in Master page the bar should have a different color shadow */
67
69
  .sapMSplitContainerMaster .sapMIBar.sapMSubHeader-CTX {
68
- box-shadow: inset 0 -0.0625rem @sapUiGroupContentBorderColor;
70
+ box-shadow: inset 0 -0.0625rem var(--sapGroup_ContentBorderColor);
69
71
  }
70
72
 
71
73
  /* Bar Title Alignment */