@openui5/themelib_sap_horizon 1.108.16 → 1.108.18
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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +40 -13
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +33 -7
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/InputBase.less +12 -6
- package/src/sap/m/themes/sap_horizon/Link.less +25 -19
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +14 -4
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
- package/src/sap/m/themes/sap_horizon/Select.less +38 -38
- package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon/TextArea.less +26 -14
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +8 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +12 -6
- package/src/sap/m/themes/sap_horizon_dark/Link.less +25 -19
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +13 -4
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +37 -38
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +26 -14
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +8 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -14
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -14
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +24 -9
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +11 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +241 -342
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +11 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +241 -342
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +5 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +360 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +5 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +360 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +990 -56
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -102
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +988 -54
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -102
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +998 -57
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -102
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +992 -51
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -102
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +443 -47
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +442 -38
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
8
8
|
outline: none;
|
|
9
9
|
cursor: default;
|
|
10
|
-
text-decoration: none;
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
.sapMLnkEmphasized {
|
|
@@ -22,20 +21,39 @@
|
|
|
22
21
|
.sapMLnk.sapMLnkSubtle {
|
|
23
22
|
color: @sapUiLinkSubtleColor;
|
|
24
23
|
text-decoration: underline;
|
|
24
|
+
|
|
25
|
+
&:not(.sapMLnkDsbl) {
|
|
26
|
+
&:active {
|
|
27
|
+
color: @sapUiLinkSubtleColor;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
25
30
|
}
|
|
26
31
|
|
|
27
|
-
.
|
|
28
|
-
|
|
32
|
+
html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
33
|
+
&:focus {
|
|
34
|
+
border-radius: 0.125rem;
|
|
35
|
+
background-color: @sapUiContentFocusColor;
|
|
36
|
+
color: @sapUiContentContrastTextColor;
|
|
37
|
+
text-shadow: none;
|
|
38
|
+
outline: none;
|
|
39
|
+
|
|
40
|
+
&:hover:not(:active) {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.sapMLnkSubtle {
|
|
46
|
+
&:hover:not(:active):not(:focus) {
|
|
47
|
+
color: @sapUiLinkSubtleColor;
|
|
48
|
+
text-decoration: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
29
51
|
}
|
|
30
52
|
|
|
31
53
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
32
54
|
text-shadow: @sapUiContentTextShadow;
|
|
33
55
|
}
|
|
34
56
|
|
|
35
|
-
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
36
|
-
text-decoration: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
57
|
/* align Link in Form with Label */
|
|
40
58
|
.sapUiFormEdit .sapMLnk {
|
|
41
59
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
@@ -44,16 +62,4 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
|
44
62
|
|
|
45
63
|
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
46
64
|
text-shadow: @sapUiContentTextShadow;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
50
|
-
border-radius: 0.125rem;
|
|
51
|
-
background-color: @sapUiContentFocusColor;
|
|
52
|
-
color: @sapUiContentContrastTextColor;
|
|
53
|
-
text-shadow: none;
|
|
54
|
-
outline: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
html.sap-desktop .sapMLnk:focus:hover:not(.sapMLnkDsbl) {
|
|
58
|
-
text-decoration: none;
|
|
59
65
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
|
-
min-height: 2.
|
|
7
|
+
min-height: 2.75rem;
|
|
8
8
|
border-radius: @sapElement_BorderCornerRadius;
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
@@ -62,6 +62,10 @@
|
|
|
62
62
|
border-bottom: none;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
.sapMPanelContent {
|
|
66
|
+
padding: 0.625rem 1rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
65
69
|
.sapMPanel .sapMPanelHdr {
|
|
66
70
|
line-height: 2.75rem;
|
|
67
71
|
height: 2.75rem;
|
|
@@ -71,14 +75,19 @@
|
|
|
71
75
|
width: 2.25rem;
|
|
72
76
|
}
|
|
73
77
|
|
|
74
|
-
.sapUiSizeCompact
|
|
75
|
-
|
|
78
|
+
.sapUiSizeCompact {
|
|
79
|
+
.sapMPanel {
|
|
80
|
+
min-height: 2.5rem;
|
|
81
|
+
}
|
|
82
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
83
|
+
width: 2rem;
|
|
84
|
+
}
|
|
76
85
|
}
|
|
77
86
|
|
|
78
87
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
79
88
|
& .sapMPanelHeaderTB {
|
|
80
89
|
border-top-left-radius: 0;
|
|
81
|
-
margin-left: 2.
|
|
90
|
+
margin-left: 2.75rem;
|
|
82
91
|
padding-left: 0.25rem;
|
|
83
92
|
}
|
|
84
93
|
|
|
@@ -141,4 +141,17 @@
|
|
|
141
141
|
border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
142
142
|
border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
|
|
143
143
|
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.sapMPopoverResizeHandle {
|
|
147
|
+
border: none;
|
|
148
|
+
color: @sapButton_Lite_TextColor;
|
|
149
|
+
width: 1rem;
|
|
150
|
+
font-size: 1rem;
|
|
151
|
+
line-height: 1rem;
|
|
152
|
+
content: "\e24f";
|
|
153
|
+
height: 1rem;
|
|
154
|
+
top: 0;
|
|
155
|
+
right: 0.125rem;
|
|
156
|
+
padding: 0 0.125rem 0rem 0rem;
|
|
144
157
|
}
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
+
@_sap_m_Radio_Button_Read_Only_fill: @sapUiFieldTextColor;
|
|
7
|
+
|
|
6
8
|
.sapMRb {
|
|
7
9
|
height: 2.75rem;
|
|
8
10
|
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
.sapMRb:not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
|
|
86
|
-
fill: @
|
|
88
|
+
fill: @sapUiContentSelectedHoverBackground;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
.sapMRb:focus:before {
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
.sapMRbWarn.sapMRbSel,
|
|
142
144
|
.sapMRbWarn.sapMRbSel.sapMRbRo {
|
|
143
145
|
.sapMRbBInn {
|
|
144
|
-
fill: @
|
|
146
|
+
fill: @sapUiFieldWarningColor;
|
|
145
147
|
stroke: none;
|
|
146
148
|
}
|
|
147
149
|
}
|
|
@@ -206,10 +208,6 @@
|
|
|
206
208
|
stroke-dasharray: 4,2; // parameter needed for the type of the dashes
|
|
207
209
|
}
|
|
208
210
|
|
|
209
|
-
.sapMRb.sapMRbRo.sapMRbSel .sapMRbBInn {
|
|
210
|
-
fill: @sapUiContentNonInteractiveIconColor;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
211
|
html[data-sap-ui-browser^="sf"] {
|
|
214
212
|
// fix for blur caused by drop-shadow in Safari
|
|
215
213
|
.sapMRbHoverable:hover {
|
|
@@ -9,18 +9,13 @@
|
|
|
9
9
|
@_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
|
|
10
10
|
|
|
11
11
|
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
|
-
&:not(.sapMSliderInnerDisabled):hover
|
|
12
|
+
&:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
13
|
+
.sapMSliderHandle:hover {
|
|
13
14
|
border: 1px @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
|
|
14
15
|
background: @sapUiSliderRangeHandleBackground;
|
|
15
16
|
box-shadow: @sapUiContentSelectedShadow;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
|
-
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:hover {
|
|
19
|
-
background-color: @sapUiSliderRangeHandleBackground;
|
|
20
|
-
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
21
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
19
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
25
20
|
&:not(:focus) {
|
|
26
21
|
background: transparent;
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
10
|
@_sap_m_SearchField_Height: 2.75rem;
|
|
11
|
-
@_sap_m_SearchField_FormHeight: 2.25rem;
|
|
12
11
|
@_sap_m_SearchField_ButtonSize: 2.25rem;
|
|
13
12
|
@_sap_m_SearchField_ButtonFontSize: 1rem;
|
|
14
13
|
@_sap_m_SearchField_CompactButtonLineHeight: 1.625rem;
|
|
@@ -58,7 +57,6 @@
|
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
61
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
62
60
|
background-color: @sapUiFieldHoverBackground;
|
|
63
61
|
}
|
|
64
62
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/* IconOnly Hover */
|
|
15
15
|
|
|
16
16
|
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
17
|
-
background: @
|
|
17
|
+
background: @sapUiFieldHoverBackground;
|
|
18
18
|
border: none;
|
|
19
19
|
|
|
20
20
|
&.sapMSltWithIcon {
|
|
@@ -44,24 +44,22 @@
|
|
|
44
44
|
.sapMSlt {
|
|
45
45
|
font-family: @sapFontFamily;
|
|
46
46
|
font-size: @sapFontSize;
|
|
47
|
-
height:
|
|
47
|
+
height: @sapUiElementHeight;
|
|
48
48
|
border: none;
|
|
49
49
|
background-image: linear-gradient(0deg, @sapUiFieldBorderColor 0, @sapUiFieldBorderColor 100%);
|
|
50
50
|
background-size: 100% @sapUiFieldBorderWidth;
|
|
51
51
|
background-repeat: repeat-x;
|
|
52
52
|
background-position: bottom;
|
|
53
|
+
box-shadow: @sapUiFieldShadow;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.sapUiSizeCompact .sapMSlt {
|
|
56
|
-
height:
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.sapMSlt > .sapMSltLabel {
|
|
60
|
-
line-height: 2.125rem;
|
|
57
|
+
height: @sapUiElementCompactHeight;
|
|
61
58
|
}
|
|
62
59
|
|
|
63
|
-
.sapMSltArrow {
|
|
64
|
-
line-height:
|
|
60
|
+
.sapMSlt > .sapMSltArrow {
|
|
61
|
+
line-height: 2.25rem;
|
|
62
|
+
background-color: transparent !important;
|
|
65
63
|
}
|
|
66
64
|
|
|
67
65
|
.sapMSlt:not(.sapMSltState).sapMSltPressed > .sapMSltArrow::before {
|
|
@@ -70,7 +68,7 @@
|
|
|
70
68
|
|
|
71
69
|
.sapMSlt.sapMSltPressed,
|
|
72
70
|
.sapMSltPressed > .sapMSltArrow {
|
|
73
|
-
background: @
|
|
71
|
+
background: @sapUiFieldHoverBackground;
|
|
74
72
|
}
|
|
75
73
|
|
|
76
74
|
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled):not(.sapMSltState):before {
|
|
@@ -89,7 +87,7 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
89
87
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
90
88
|
background: @sapUiFieldHoverBackground;
|
|
91
89
|
border-color: @sapUiFieldHoverBorderColor;
|
|
92
|
-
box-shadow: @
|
|
90
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
93
91
|
|
|
94
92
|
.sapMSltArrow {
|
|
95
93
|
border-radius: @sapUiFieldBorderCornerRadius;
|
|
@@ -129,7 +127,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
.sapUiSizeCompact .sapMSlt > .sapMSltArrow {
|
|
132
|
-
line-height: 1.
|
|
130
|
+
line-height: 1.625rem;
|
|
133
131
|
}
|
|
134
132
|
|
|
135
133
|
.sapMSltMinWidth {
|
|
@@ -142,7 +140,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
142
140
|
|
|
143
141
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
144
142
|
border:none;
|
|
145
|
-
box-shadow: @
|
|
143
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
146
144
|
border: none;
|
|
147
145
|
background-image: linear-gradient(0deg, @sapUiFieldBorderColor 0, @sapUiFieldBorderColor 100%);
|
|
148
146
|
background-size: 100% @sapUiFieldBorderWidth;
|
|
@@ -152,34 +150,31 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
152
150
|
|
|
153
151
|
.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState),
|
|
154
152
|
.sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
|
|
155
|
-
|
|
153
|
+
background: @sapUiFieldBackground;
|
|
156
154
|
border: none;
|
|
157
|
-
|
|
155
|
+
&:not(.sapMSltExpanded) {
|
|
156
|
+
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiFieldActiveBorderColor;
|
|
157
|
+
}
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):active {
|
|
161
161
|
border:none;
|
|
162
|
-
box-shadow: inset 0px 0px 0px 2px @sapUiFieldActiveBorderColor;
|
|
163
162
|
}
|
|
164
163
|
|
|
165
164
|
.sapMSltArrow {
|
|
166
|
-
width:
|
|
167
|
-
height:
|
|
168
|
-
margin-top: 2px;
|
|
169
|
-
margin-right: 2px;
|
|
165
|
+
width: 2.25rem;
|
|
166
|
+
height: 2.25rem;
|
|
170
167
|
}
|
|
171
168
|
|
|
172
169
|
.sapUiSizeCompact .sapMSltArrow {
|
|
173
170
|
width: 2rem;
|
|
174
|
-
|
|
175
|
-
height: 1.375rem;
|
|
176
|
-
margin-right: 2px;
|
|
171
|
+
height: 1.625rem;
|
|
177
172
|
}
|
|
178
173
|
|
|
179
|
-
.sapMSltPressed >.sapMSltArrow
|
|
174
|
+
.sapMSltPressed >.sapMSltArrow,
|
|
175
|
+
.sapMSlt:hover > .sapMSltArrow {
|
|
180
176
|
background-color: @sapUiButtonActiveBackground;
|
|
181
|
-
|
|
182
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
177
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
183
178
|
overflow: none;
|
|
184
179
|
border-radius: 0.125rem;
|
|
185
180
|
}
|
|
@@ -202,15 +197,16 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
202
197
|
background-repeat: repeat-x;
|
|
203
198
|
background-position: bottom;
|
|
204
199
|
background-color: @sapUiFieldInformationBackground;
|
|
200
|
+
box-shadow: @sapUiFieldInformationShadow;
|
|
205
201
|
}
|
|
206
202
|
|
|
207
203
|
.sapMSltInformation.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
208
204
|
border-color: @sapUiFieldInformationColor;
|
|
209
|
-
box-shadow: @
|
|
205
|
+
box-shadow: @sapUiFieldHoverInformationShadow;
|
|
210
206
|
background-color: @sapUiFieldHoverBackground;
|
|
211
207
|
|
|
212
208
|
&:not(.sapMSltFocused) {
|
|
213
|
-
box-shadow: @
|
|
209
|
+
box-shadow: @sapUiFieldHoverInformationShadow; // NEW Parameter
|
|
214
210
|
}
|
|
215
211
|
}
|
|
216
212
|
|
|
@@ -224,7 +220,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
224
220
|
.sapMSltInformation.sapMSltPressed {
|
|
225
221
|
.sapMSltArrow {
|
|
226
222
|
color: @sapUiButtonSelectedTextColor;
|
|
227
|
-
box-shadow: @
|
|
223
|
+
box-shadow: @sapUiFieldHoverInformationShadow;
|
|
228
224
|
}
|
|
229
225
|
> .sapMSltArrow::before {
|
|
230
226
|
color: inherit;
|
|
@@ -242,15 +238,16 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
242
238
|
background-repeat: repeat-x;
|
|
243
239
|
background-position: bottom;
|
|
244
240
|
background-color: @sapUiFieldSuccessBackground;
|
|
241
|
+
box-shadow: @sapUiFieldSuccessShadow;
|
|
245
242
|
}
|
|
246
243
|
|
|
247
244
|
.sapMSltSuccess.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
248
245
|
border-color: @sapUiFieldSuccessColor;
|
|
249
|
-
box-shadow: @
|
|
246
|
+
box-shadow: @sapUiFieldHoverSuccessShadow;
|
|
250
247
|
background-color: @sapUiFieldHoverBackground;
|
|
251
248
|
|
|
252
249
|
&:not(.sapMSltFocused) {
|
|
253
|
-
box-shadow: @
|
|
250
|
+
box-shadow: @sapUiFieldHoverSuccessShadow; // New Parameter
|
|
254
251
|
}
|
|
255
252
|
}
|
|
256
253
|
|
|
@@ -266,7 +263,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
266
263
|
.sapMSltSuccess.sapMSltPressed {
|
|
267
264
|
.sapMSltArrow {
|
|
268
265
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
269
|
-
box-shadow: @
|
|
266
|
+
box-shadow: @sapUiFieldHoverSuccessShadow;
|
|
270
267
|
}
|
|
271
268
|
> .sapMSltArrow::before {
|
|
272
269
|
color: inherit;
|
|
@@ -284,15 +281,16 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
284
281
|
background-repeat: repeat-x;
|
|
285
282
|
background-position: bottom;
|
|
286
283
|
background-color: @sapUiFieldWarningBackground;
|
|
284
|
+
box-shadow: @sapUiFieldWarningShadow;
|
|
287
285
|
}
|
|
288
286
|
|
|
289
287
|
.sapMSltWarning.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
290
288
|
border-color: @sapUiFieldWarningColor;
|
|
291
|
-
box-shadow: @
|
|
289
|
+
box-shadow: @sapUiFieldHoverWarningShadow;
|
|
292
290
|
background-color: @sapUiFieldHoverBackground;
|
|
293
291
|
|
|
294
292
|
&:not(.sapMSltFocused) {
|
|
295
|
-
box-shadow: @
|
|
293
|
+
box-shadow: @sapUiFieldHoverWarningShadow; // NEW Parameter
|
|
296
294
|
}
|
|
297
295
|
}
|
|
298
296
|
|
|
@@ -307,7 +305,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
307
305
|
.sapMSltWarning.sapMSltPressed {
|
|
308
306
|
.sapMSltArrow {
|
|
309
307
|
color: @sapUiButtonAttentionSelectedTextColor;
|
|
310
|
-
box-shadow: @
|
|
308
|
+
box-shadow: @sapUiFieldHoverWarningShadow;
|
|
311
309
|
}
|
|
312
310
|
> .sapMSltArrow::before {
|
|
313
311
|
color: inherit;
|
|
@@ -325,15 +323,16 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
325
323
|
background-repeat: repeat-x;
|
|
326
324
|
background-position: bottom;
|
|
327
325
|
background-color: @sapUiFieldInvalidBackgroundStyle;
|
|
326
|
+
box-shadow: @sapUiFieldInvalidShadow;
|
|
328
327
|
}
|
|
329
328
|
|
|
330
329
|
.sapMSltError.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
331
330
|
border-color: @sapUiFieldInvalidColor;
|
|
332
|
-
box-shadow: @
|
|
331
|
+
box-shadow: @sapUiFieldHoverInvalidShadow;
|
|
333
332
|
background-color: @sapUiFieldHoverBackground;
|
|
334
333
|
|
|
335
334
|
&:not(.sapMSltFocused) {
|
|
336
|
-
box-shadow: @
|
|
335
|
+
box-shadow: @sapUiFieldHoverInvalidShadow; // NEW Parameter
|
|
337
336
|
}
|
|
338
337
|
}
|
|
339
338
|
|
|
@@ -348,7 +347,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
348
347
|
.sapMSltError.sapMSltPressed {
|
|
349
348
|
.sapMSltArrow {
|
|
350
349
|
color: @sapUiFieldInvalidColor;
|
|
351
|
-
box-shadow: @
|
|
350
|
+
box-shadow: @sapUiFieldHoverInvalidShadow;
|
|
352
351
|
}
|
|
353
352
|
> .sapMSltArrow::before {
|
|
354
353
|
color: inherit;
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.sapMSlider {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
22
27
|
font-family: SAP-icons;
|
|
23
28
|
content: "\e29c";
|
|
@@ -37,7 +42,8 @@
|
|
|
37
42
|
}
|
|
38
43
|
}
|
|
39
44
|
|
|
40
|
-
.sapMSliderInner:not(.sapMSliderInnerDisabled)
|
|
45
|
+
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
46
|
+
.sapMSliderHandle:hover {
|
|
41
47
|
&:not(:focus) {
|
|
42
48
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
43
49
|
background: @sapUiSliderHoverHandleBackground;
|
|
@@ -3,9 +3,16 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =============================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
@
|
|
8
|
-
@
|
|
6
|
+
@_sapMTextAreaPadding: 0.5rem 0.625rem 0.4375rem;
|
|
7
|
+
@_sapMTextAreaPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
8
|
+
@_sapMTextAreaReadonlyPadding: 0.4375rem 0.625rem 0.375rem;
|
|
9
|
+
@_sapMTextAreaReadonlyPadding_Compact: 0.125rem 0.5rem 0.0625rem;
|
|
10
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5rem 0.625rem 0.4375rem;
|
|
11
|
+
@_sapMTextAreaValueStateSuccessPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
12
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5rem 0.625rem 0.4375rem;
|
|
13
|
+
@_sapMTextAreaValueStateInformationPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
14
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem 0.4375rem;
|
|
15
|
+
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
9
16
|
|
|
10
17
|
.sapMInputBase.sapMTextArea {
|
|
11
18
|
min-height: 2.25rem;
|
|
@@ -13,21 +20,26 @@
|
|
|
13
20
|
|
|
14
21
|
/* Text Area General */
|
|
15
22
|
.sapMFocus.sapMTextArea .sapMInputBaseContentWrapper .sapMInputBaseInner {
|
|
16
|
-
outline
|
|
17
|
-
outline-width: 2px;
|
|
23
|
+
outline: none;
|
|
18
24
|
}
|
|
19
25
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
outline-color: @sapField_WarningColor;
|
|
26
|
+
.sapMInputBase.sapMTextArea .sapMTextAreaInner {
|
|
27
|
+
line-height: 1.5;
|
|
23
28
|
}
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
outline-color: @sapField_InvalidColor;
|
|
30
|
+
.sapMTextAreaMirror {
|
|
31
|
+
line-height: 1.5;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
.sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
|
|
35
|
+
border: @sapUiFieldBorderWidth dashed @sapUiFieldReadOnlyBorderColor;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
|
|
39
|
+
&::before {
|
|
40
|
+
top: 1px;
|
|
41
|
+
left: 1px;
|
|
42
|
+
right: 1px;
|
|
43
|
+
bottom: 1px;
|
|
44
|
+
}
|
|
33
45
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop-XL .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
7
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
8
|
+
.sapFFCL .sapFDynamicPage-Std-Tablet .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
9
|
+
.sapFFCL .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
10
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
11
|
+
font-family: @sapFontBlackFamily;
|
|
12
|
+
}
|
|
@@ -10,68 +10,75 @@
|
|
|
10
10
|
@_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
|
|
11
11
|
|
|
12
12
|
.sapMToken {
|
|
13
|
-
overflow: visible;
|
|
14
13
|
padding-left: @_sap_m_Token_LeftPadding;
|
|
14
|
+
border-radius: 0.375rem;
|
|
15
|
+
color: @sapTextColor;
|
|
16
|
+
font-size: @sapFontSize;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
|
-
.sapMTokenSelected
|
|
19
|
+
.sapMTokenSelected,
|
|
18
20
|
.sapMToken.sapMTokenReadOnly.sapMTokenSelected {
|
|
19
21
|
background: @sapUiButtonSelectedBackground;
|
|
20
22
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
21
|
-
border-radius:
|
|
23
|
+
border-radius: 0.375rem;
|
|
24
|
+
font-family: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapMToken.sapMTokenSelected::before {
|
|
28
|
+
content: '';
|
|
29
|
+
position: absolute;
|
|
30
|
+
pointer-events: none;
|
|
31
|
+
z-index: 2;
|
|
32
|
+
bottom: 0;
|
|
33
|
+
left: 0;
|
|
34
|
+
right: 0;
|
|
35
|
+
height: 2px;
|
|
36
|
+
background-color: @sapUiButtonSelectedBorderColor;
|
|
22
37
|
}
|
|
23
38
|
|
|
24
39
|
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
|
|
25
|
-
background: @
|
|
26
|
-
border:
|
|
27
|
-
border-radius:
|
|
28
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
40
|
+
background: @sapUiButtonHoverBackground;
|
|
41
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
|
|
42
|
+
border-radius: 0.375rem;
|
|
29
43
|
}
|
|
30
44
|
|
|
31
45
|
html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
32
|
-
background: @
|
|
46
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
33
47
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
34
|
-
border-radius: @sapUiButtonBorderCornerRadius;
|
|
35
48
|
}
|
|
36
49
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
50
|
+
.sapMToken.sapMTokenReadOnly {
|
|
51
|
+
padding: 0.25rem 0.3125rem;
|
|
52
|
+
color: @sapUiContentLabelColor;
|
|
40
53
|
|
|
41
|
-
.
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
.sapMTokenText {
|
|
55
|
+
line-height: 1rem;
|
|
56
|
+
}
|
|
44
57
|
}
|
|
45
58
|
|
|
46
59
|
html.sap-desktop .sapMToken:focus {
|
|
47
|
-
outline:
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
html.sap-desktop .sapMToken:focus::after {
|
|
51
|
-
content: '';
|
|
52
|
-
position: absolute;
|
|
53
|
-
pointer-events: none;
|
|
54
|
-
z-index: 2;
|
|
55
|
-
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
|
|
56
|
-
border-radius: 0.625rem;
|
|
57
|
-
top: -0.25rem;
|
|
58
|
-
bottom: -0.25rem;
|
|
59
|
-
left: -0.25rem;
|
|
60
|
-
right: -0.25rem;
|
|
60
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
|
|
61
|
+
border-radius: 0.5rem;
|
|
62
|
+
outline-offset: 0.0625rem;
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
|
|
64
66
|
border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
|
|
65
67
|
}
|
|
66
68
|
|
|
67
|
-
html.sap-desktop .sapUiSizeCompact .sapMToken:focus
|
|
68
|
-
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
html.sap-desktop .sapUiSizeCompact .sapMToken:focus,
|
|
70
|
+
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
|
|
71
|
+
outline-offset: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
|
|
75
|
+
outline-width: 1px;
|
|
73
76
|
}
|
|
74
77
|
|
|
75
|
-
|
|
76
|
-
|
|
78
|
+
.sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
|
|
79
|
+
padding: 0.125rem 0.25rem;
|
|
80
|
+
|
|
81
|
+
.sapMTokenText {
|
|
82
|
+
line-height: 0.875rem;
|
|
83
|
+
}
|
|
77
84
|
}
|
|
@@ -28,12 +28,19 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
28
28
|
|
|
29
29
|
/* editable tokens in read-only tokenizer */
|
|
30
30
|
.sapMTokenizer.sapMTokenizerReadonly .sapMToken {
|
|
31
|
-
|
|
31
|
+
color: @sapUiContentLabelColor;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
35
|
+
padding: 0.25rem 0.3125rem;
|
|
32
36
|
}
|
|
33
37
|
|
|
34
38
|
.sapUiSizeCompact {
|
|
35
39
|
.sapMTokenizer {
|
|
36
40
|
padding-left: 0.25rem;
|
|
41
|
+
&.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
42
|
+
padding: 0.125rem 0.25rem;
|
|
43
|
+
}
|
|
37
44
|
.sapMToken {
|
|
38
45
|
margin-right: 0.25rem;
|
|
39
46
|
}
|
|
@@ -82,5 +89,4 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
82
89
|
.sapMTokenizer.sapMTokenizerReadonly .sapMTokenizerIndicator,
|
|
83
90
|
.sapMTokenizer .sapMTokenizerIndicator {
|
|
84
91
|
color: @sapLinkColor;
|
|
85
|
-
font-weight: bold;
|
|
86
92
|
}
|