@openui5/themelib_sap_horizon 1.114.7 → 1.114.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.114.7",
3
+ "version": "1.114.9",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
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.114.7",
18
- "@openui5/sap.m": "1.114.7",
19
- "@openui5/sap.tnt": "1.114.7",
20
- "@openui5/sap.ui.codeeditor": "1.114.7",
21
- "@openui5/sap.ui.commons": "1.114.7",
22
- "@openui5/sap.ui.core": "1.114.7",
23
- "@openui5/sap.ui.dt": "1.114.7",
24
- "@openui5/sap.ui.fl": "1.114.7",
25
- "@openui5/sap.ui.mdc": "1.114.7",
26
- "@openui5/sap.ui.integration": "1.114.7",
27
- "@openui5/sap.ui.layout": "1.114.7",
28
- "@openui5/sap.ui.rta": "1.114.7",
29
- "@openui5/sap.ui.suite": "1.114.7",
30
- "@openui5/sap.ui.table": "1.114.7",
31
- "@openui5/sap.ui.unified": "1.114.7",
32
- "@openui5/sap.ui.ux3": "1.114.7",
33
- "@openui5/sap.uxap": "1.114.7"
17
+ "@openui5/sap.f": "1.114.9",
18
+ "@openui5/sap.m": "1.114.9",
19
+ "@openui5/sap.tnt": "1.114.9",
20
+ "@openui5/sap.ui.codeeditor": "1.114.9",
21
+ "@openui5/sap.ui.commons": "1.114.9",
22
+ "@openui5/sap.ui.core": "1.114.9",
23
+ "@openui5/sap.ui.dt": "1.114.9",
24
+ "@openui5/sap.ui.fl": "1.114.9",
25
+ "@openui5/sap.ui.mdc": "1.114.9",
26
+ "@openui5/sap.ui.integration": "1.114.9",
27
+ "@openui5/sap.ui.layout": "1.114.9",
28
+ "@openui5/sap.ui.rta": "1.114.9",
29
+ "@openui5/sap.ui.suite": "1.114.9",
30
+ "@openui5/sap.ui.table": "1.114.9",
31
+ "@openui5/sap.ui.unified": "1.114.9",
32
+ "@openui5/sap.ui.ux3": "1.114.9",
33
+ "@openui5/sap.uxap": "1.114.9"
34
34
  }
35
35
  }
@@ -6,6 +6,8 @@
6
6
  /* hover and down on toggled button */
7
7
  .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
8
8
  .sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
9
+ box-shadow: none;
10
+
9
11
  &.sapMBtnReject {
10
12
  background-color: @sapUiButtonRejectSelectedHoverBackground;
11
13
  border-color: @sapUiButtonRejectSelectedHoverBorderColor;
@@ -68,25 +70,6 @@ html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
68
70
  color: @sapUiButtonSelectedTextColor;
69
71
  }
70
72
 
71
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive) {
72
- box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
73
- }
74
-
75
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnEmphasized {
76
- box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
77
- }
78
-
79
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAccept {
80
- box-shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
81
- }
82
-
83
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnReject {
84
- box-shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
85
- }
86
-
87
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAttention {
88
- box-shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
89
- }
90
73
 
91
74
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
92
75
  border-color: @sapUiContentFocusColor;
@@ -6,6 +6,8 @@
6
6
  /* hover and down on toggled button */
7
7
  .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
8
8
  .sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
9
+ box-shadow: none;
10
+
9
11
  &.sapMBtnReject {
10
12
  background-color: @sapUiButtonRejectSelectedHoverBackground;
11
13
  border-color: @sapUiButtonRejectSelectedHoverBorderColor;
@@ -68,26 +70,6 @@ html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
68
70
  color: @sapUiButtonSelectedTextColor;
69
71
  }
70
72
 
71
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive) {
72
- box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
73
- }
74
-
75
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnEmphasized {
76
- box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
77
- }
78
-
79
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAccept {
80
- box-shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
81
- }
82
-
83
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnReject {
84
- box-shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
85
- }
86
-
87
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAttention {
88
- box-shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
89
- }
90
-
91
73
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
92
74
  border-color: @sapUiContentFocusColor;
93
75
  }
@@ -7,22 +7,38 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #354A5F;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #EAECEE;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #354A5F;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
- #FFF3B8 #A93E00,
17
- #FFD5EA #AA0808,
18
- #FFDCE8 #BA066C,
19
- #FFDCF3 #A100C2,
20
- #E2D8FF #470CED,
21
- #D1EFFF #0057D2,
22
- #C2FCEE #046C7A,
23
- #E5F2BD #256F3A,
24
- #B8F3FF #00709F,
25
- #EAECEE #354A5F;
32
+ @sapAvatar_1_Background @sapAvatar_1_TextColor,
33
+ @sapAvatar_2_Background @sapAvatar_2_TextColor,
34
+ @sapAvatar_3_Background @sapAvatar_3_TextColor,
35
+ @sapAvatar_4_Background @sapAvatar_4_TextColor,
36
+ @sapAvatar_5_Background @sapAvatar_5_TextColor,
37
+ @sapAvatar_6_Background @sapAvatar_6_TextColor,
38
+ @sapAvatar_7_Background @sapAvatar_7_TextColor,
39
+ @sapAvatar_8_Background @sapAvatar_8_TextColor,
40
+ @sapAvatar_9_Background @sapAvatar_9_TextColor,
41
+ @sapAvatar_10_Background @sapAvatar_10_TextColor;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
28
44
 
@@ -35,11 +51,9 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
39
54
  @textColor: extract(@pair, 2);
40
55
 
41
56
  .@{prefix}@{i} {
42
- border: 0.0625rem solid @borderColor;
43
57
  background-color: @backgroundColor;
44
58
 
45
59
  .sapTntInfoLabelInner {
@@ -7,22 +7,38 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #B3BDC6;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #29394B;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #B3BDC6;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
- #4A3502 #EFAB01,
17
- #770606 #FFA0BF,
18
- #6E064B #FF98B6,
19
- #580787 #FF8FF1,
20
- #331C9F #C6A8FF,
21
- #0E3382 #5CC0FF,
22
- #054039 #1ECDAF,
23
- #164120 #81CB24,
24
- #063D5B #08C8E4,
25
- #29394B #B3BDC6;
32
+ @sapAvatar_1_Background @sapAvatar_1_TextColor,
33
+ @sapAvatar_2_Background @sapAvatar_2_TextColor,
34
+ @sapAvatar_3_Background @sapAvatar_3_TextColor,
35
+ @sapAvatar_4_Background @sapAvatar_4_TextColor,
36
+ @sapAvatar_5_Background @sapAvatar_5_TextColor,
37
+ @sapAvatar_6_Background @sapAvatar_6_TextColor,
38
+ @sapAvatar_7_Background @sapAvatar_7_TextColor,
39
+ @sapAvatar_8_Background @sapAvatar_8_TextColor,
40
+ @sapAvatar_9_Background @sapAvatar_9_TextColor,
41
+ @sapAvatar_10_Background @sapAvatar_10_TextColor;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
28
44
 
@@ -35,11 +51,9 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
39
54
  @textColor: extract(@pair, 2);
40
55
 
41
56
  .@{prefix}@{i} {
42
- border: 0.0625rem solid @borderColor;
43
57
  background-color: @backgroundColor;
44
58
 
45
59
  .sapTntInfoLabelInner {
@@ -7,10 +7,26 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #A9BACB;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #1C2834;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #A9BACB;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
32
  #362401 #FDA503,
@@ -21,7 +37,7 @@
21
37
  #002559 #83BCFF,
22
38
  #012D28 #06CFAF,
23
39
  #0F2D17 #26D526,
24
- #032B37 #1BC8F2,
40
+ #3C1847 #D5A9E2,
25
41
  #1C2834 #A9BACB;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
@@ -35,14 +51,13 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
54
+ @textColor: extract(@pair, 2);
39
55
 
40
56
  .@{prefix}@{i} {
41
- border: 0.0625rem solid @borderColor;
42
57
  background-color: @backgroundColor;
43
58
 
44
59
  .sapTntInfoLabelInner {
45
- color: @borderColor;
60
+ color: @textColor;
46
61
  }
47
62
  }
48
63
  }
@@ -7,10 +7,26 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #2C3A48;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #C5CDD3;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #2C3A48;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
32
  #FFC218 #5F2900,
@@ -21,7 +37,7 @@
21
37
  #8FD4FF #003776,
22
38
  #3CE3C5 #033F45,
23
39
  #9BDF47 #0C420C,
24
- #51DDF2 #003E52,
40
+ #E0C1EB #552267,
25
41
  #C5CDD3 #2C3A48;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
@@ -35,14 +51,13 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
54
+ @textColor: extract(@pair, 2);
39
55
 
40
56
  .@{prefix}@{i} {
41
- border: 0.0625rem solid @borderColor;
42
57
  background-color: @backgroundColor;
43
58
 
44
59
  .sapTntInfoLabelInner {
45
- color: @borderColor;
60
+ color: @textColor;
46
61
  }
47
62
  }
48
63
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.7</version>
9
+ <version>1.114.9</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.7</version>
9
+ <version>1.114.9</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.7</version>
9
+ <version>1.114.9</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.7</version>
9
+ <version>1.114.9</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,5 +1,5 @@
1
1
  /* ================================================= */
2
- /* CSS for control sap.ui.layout/Splitter */
2
+ /* CSS for control sap.ui.layout/Splitter */
3
3
  /* Evening Horizon theme */
4
4
  /* ================================================= */
5
5
 
@@ -5,7 +5,6 @@
5
5
 
6
6
  @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
7
7
  @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
8
- @_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
9
8
  @_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
10
9
  @_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
11
10
 
@@ -5,7 +5,6 @@
5
5
 
6
6
  @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
7
7
  @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
8
- @_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
9
8
  @_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
10
9
  @_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
11
10
 
@@ -20,7 +20,7 @@
20
20
  .sapUiColorPicker-ColorPickerSlider {
21
21
  .sapMSliderHandle {
22
22
  width: 1.0625rem;
23
- top: -0.50rem;
23
+ top: -0.5rem;
24
24
  border: 0.125rem solid @sapUiContentContrastShadowColor;
25
25
  background-color: transparent;
26
26
  box-shadow: inset 0 0 0 0.125rem @sapUiContentForegroundColor;
@@ -109,11 +109,16 @@
109
109
  }
110
110
  }
111
111
  .sapUnifiedColorPicker {
112
+ .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
113
+ top: -0.375rem;
114
+ }
112
115
  .sapUiColorPicker-ColorPickerAlphaSlider,
113
116
  .sapUiColorPicker-ColorPickerSlider {
114
117
  .sapMSliderHandle {
115
- height: 1.25rem;
118
+ top: -0.375rem;
119
+ height: 1.25rem;
116
120
  }
121
+
117
122
  }
118
123
  }
119
124
  }
@@ -20,7 +20,7 @@
20
20
  .sapUiColorPicker-ColorPickerSlider {
21
21
  .sapMSliderHandle {
22
22
  width: 1.0625rem;
23
- top: -0.50rem;
23
+ top: -0.5rem;
24
24
  border: 0.125rem solid @sapUiContentContrastShadowColor;
25
25
  background-color: transparent;
26
26
  box-shadow: inset 0 0 0 0.125rem @sapUiContentForegroundColor;
@@ -109,11 +109,16 @@
109
109
  }
110
110
  }
111
111
  .sapUnifiedColorPicker {
112
+ .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
113
+ top: -0.375rem;
114
+ }
112
115
  .sapUiColorPicker-ColorPickerAlphaSlider,
113
116
  .sapUiColorPicker-ColorPickerSlider {
114
117
  .sapMSliderHandle {
115
- height: 1.25rem;
118
+ top: -0.375rem;
119
+ height: 1.25rem;
116
120
  }
121
+
117
122
  }
118
123
  }
119
124
  }