@openui5/themelib_sap_horizon 1.100.0 → 1.101.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.
- package/THIRDPARTY.txt +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/Token.less +28 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
|
@@ -12,31 +12,22 @@
|
|
|
12
12
|
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
13
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
14
|
@_sap_m_InputBase_IconLineHeight: 2.125rem;
|
|
15
|
-
@_sap_m_InputBase_IconWidth: 2.
|
|
16
|
-
@_sap_m_InputBase_IconMinWidth: 2.
|
|
17
|
-
|
|
18
|
-
.sapMInputBaseInner {
|
|
19
|
-
color: @sapUiFieldTextColor;
|
|
20
|
-
}
|
|
15
|
+
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
|
+
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
21
17
|
|
|
22
18
|
.sapMInputBaseContentWrapper {
|
|
23
|
-
border: 1px solid @sapUiFieldBorderColor;
|
|
24
|
-
background: @sapUiFieldBackground;
|
|
25
|
-
border-radius: @sapUiFieldBorderCornerRadius;
|
|
26
19
|
|
|
27
20
|
&.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
28
|
-
|
|
29
|
-
/* calculated line-height excluding the top and bottom borders */
|
|
30
|
-
.sapMInputBaseIcon {
|
|
31
|
-
line-height: 2rem;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
21
|
.sapMTokenizer .sapMToken {
|
|
35
22
|
margin-top: 0.1875rem;
|
|
36
23
|
}
|
|
37
24
|
}
|
|
38
25
|
}
|
|
39
26
|
|
|
27
|
+
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
28
|
+
border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
|
|
29
|
+
}
|
|
30
|
+
|
|
40
31
|
.sapMInputBase:not(.sapMInputBaseDisabled):not(.sapMInputBaseIconPressed) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
41
32
|
box-sizing: border-box;
|
|
42
33
|
color: @sapUiContentIconColor;
|
|
@@ -66,27 +57,6 @@
|
|
|
66
57
|
}
|
|
67
58
|
}
|
|
68
59
|
|
|
69
|
-
.sapMInputBaseContentWrapperWarning {
|
|
70
|
-
background: @sapUiFieldWarningBackground;
|
|
71
|
-
border: @sapField_WarningBorderWidth @sapField_WarningBorderStyle @sapUiFieldWarningColor;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.sapMInputBaseContentWrapperSuccess {
|
|
75
|
-
background: @sapUiFieldSuccessBackground;
|
|
76
|
-
border: @sapField_SuccessBorderWidth @sapField_SuccessBorderStyle @sapUiFieldSuccessColor;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
80
|
-
.sapMInputBaseContentWrapperError {
|
|
81
|
-
background: @sapUiFieldInvalidBackground;
|
|
82
|
-
border: @sapField_InvalidBorderWidth @sapField_InvalidBorderStyle @sapUiFieldInvalidColor;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.sapMInputBaseContentWrapperInformation {
|
|
86
|
-
background: @sapUiFieldInformationBackground;
|
|
87
|
-
border: @sapField_InformationBorderWidth @sapField_InformationBorderStyle @sapUiFieldInformationColor;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
60
|
.sapMInputBaseContentWrapperWarning, .sapMInputBaseContentWrapperError {
|
|
91
61
|
.sapMInputBaseInner {
|
|
92
62
|
font-style: italic;
|
|
@@ -95,14 +65,30 @@
|
|
|
95
65
|
}
|
|
96
66
|
|
|
97
67
|
.sapMInputBaseInner::-webkit-input-placeholder {
|
|
68
|
+
font-weight: normal;
|
|
98
69
|
font-style: normal;
|
|
99
70
|
}
|
|
100
71
|
|
|
101
72
|
.sapMInputBaseInner::-moz-placeholder {
|
|
73
|
+
font-weight: normal;
|
|
102
74
|
font-style: normal;
|
|
103
75
|
}
|
|
104
76
|
|
|
105
|
-
.
|
|
77
|
+
.sapMInputBaseContentWrapperError .sapMInputBaseInner::-webkit-input-placeholder {
|
|
78
|
+
color: @sapUiFieldTextColor;
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMInputBaseContentWrapperError .sapMInputBaseInner::-moz-placeholder {
|
|
83
|
+
color: @sapUiFieldTextColor;
|
|
84
|
+
font-weight: bold;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapMInputBaseContentWrapper .sapMInputBaseIcon {
|
|
88
|
+
line-height: 2rem;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.sapUiSizeCompact .sapMInputBaseIcon {
|
|
106
92
|
line-height: 1.375rem;
|
|
107
93
|
}
|
|
108
94
|
|
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_Link_TextShadowColor: none;
|
|
7
|
-
@sapUiLinkSubtleColor: darken(@sapUiLink, 15);
|
|
8
|
-
|
|
9
6
|
.sapMLnk {
|
|
10
7
|
text-decoration: underline;
|
|
11
8
|
}
|
|
@@ -16,29 +13,42 @@
|
|
|
16
13
|
cursor: default;
|
|
17
14
|
}
|
|
18
15
|
|
|
16
|
+
.sapMLnkEmphasized {
|
|
17
|
+
font-family: @sapUiFontBoldFamily;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sapMLIBActive .sapMLnk {
|
|
21
|
+
color: @sapUiListActiveTextColor;
|
|
22
|
+
text-decoration: underline;
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
.sapMLnk.sapMLnkSubtle {
|
|
20
|
-
color: @
|
|
26
|
+
color: @sapUiLinkSubtleColor;
|
|
27
|
+
text-decoration: underline;
|
|
21
28
|
}
|
|
22
29
|
|
|
23
30
|
.sapMLnkSubtle:focus {
|
|
24
31
|
color: @sapUiContentFocusColor;
|
|
25
32
|
}
|
|
26
33
|
|
|
27
|
-
|
|
28
|
-
text-
|
|
29
|
-
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
34
|
+
.sapMLnk:not(.sapMLnkDsbl) {
|
|
35
|
+
text-shadow: @sapUiContentTextShadow;
|
|
30
36
|
}
|
|
31
37
|
|
|
32
38
|
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
33
39
|
text-decoration: none;
|
|
34
40
|
}
|
|
35
41
|
|
|
36
|
-
.sapMLnk:hover.sapMLnkDsbl, .sapMLnk:focus.sapMLnkDsbl {
|
|
37
|
-
outline: none;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
42
|
/* align Link in Form with Label */
|
|
41
43
|
.sapUiFormEdit .sapMLnk {
|
|
42
44
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
43
45
|
margin-bottom: 0.625rem; /* for some reason browser adds 4px, display: block would lead to stretched focus outline*/
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
49
|
+
text-shadow: @sapUiContentTextShadow;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
53
|
+
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
44
54
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
border-radius: @
|
|
7
|
+
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
8
8
|
border-width: 0.125rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -16,12 +16,7 @@
|
|
|
16
16
|
top: -0.0625rem;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
& .sapMMsgStripIcon {
|
|
25
|
-
color: @sapInformativeElementColor;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
19
|
+
.sapMMsgStripMessage>.sapMLnk {
|
|
20
|
+
padding-right: 0.25rem;
|
|
21
|
+
padding-left: 0.25rem;
|
|
22
|
+
}
|
|
@@ -27,14 +27,9 @@
|
|
|
27
27
|
outline: 2px dotted @sapUiContentFocusColor;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
31
|
-
text-decoration: none;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
30
|
.sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
35
31
|
.sapMObjectAttributeActive .sapMObjectAttributeText:hover {
|
|
36
32
|
text-decoration: none;
|
|
37
|
-
color: @sapUiLinkHover;
|
|
38
33
|
}
|
|
39
34
|
|
|
40
35
|
/*=========================================== */
|
|
@@ -44,8 +39,8 @@
|
|
|
44
39
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
45
40
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
|
|
46
41
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
47
|
-
text-decoration:
|
|
48
|
-
color: @
|
|
42
|
+
text-decoration: underline;
|
|
43
|
+
color: @sapUiLinkHoverColor;
|
|
49
44
|
}
|
|
50
45
|
|
|
51
46
|
/*=========================================== */
|
|
@@ -53,9 +48,13 @@
|
|
|
53
48
|
/*=========================================== */
|
|
54
49
|
|
|
55
50
|
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
56
|
-
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:hover
|
|
51
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
|
|
52
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
53
|
+
text-decoration: underline;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:focus:hover {
|
|
57
57
|
text-decoration: none;
|
|
58
|
-
color: @sapUiLinkHover;
|
|
59
58
|
}
|
|
60
59
|
|
|
61
60
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText,
|
|
@@ -12,4 +12,23 @@ html.sap-phone {
|
|
|
12
12
|
border-radius: 0.25rem 0.25rem 0 0;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
18
|
+
max-width: 20rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiSizeCompact .sapMTBSeparator.sapMTBSeparatorOverflowToolbar,
|
|
22
|
+
.sapMTBSeparator.sapMTBSeparatorOverflowToolbar {
|
|
23
|
+
margin: 0.375rem 0.1875rem;
|
|
24
|
+
width: 100%;
|
|
25
|
+
background: @sapUiToolbarSeparatorColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
29
|
+
padding: 0.25rem 0.5rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUiSizeCompact .sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
33
|
+
padding: 0.1875rem 0.375rem;
|
|
15
34
|
}
|
|
@@ -4,11 +4,26 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPopoverArr:after {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
background: @sapUiGroupContentBackground;
|
|
8
|
+
box-shadow: @sapUiContentShadow2;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.sapMPopoverWithBar > .sapMPopoverArr
|
|
11
|
+
.sapMPopoverWithBar > .sapMPopoverArr {
|
|
12
|
+
&.sapMPopoverArrUp:after,
|
|
13
|
+
&.sapMPopoverHeaderAlignArr:after {
|
|
14
|
+
background-color: @sapUiPageHeaderBackground;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr:after {
|
|
19
|
+
background-color: @sapUiPageFooterBackground;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapMPopover .sapMIBar.sapMHeader-CTX {
|
|
23
|
+
background-color: @sapUiPageHeaderBackground;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMPopover .sapMIBar.sapMSubHeader-CTX {
|
|
12
27
|
background-color: @sapUiPageHeaderBackground;
|
|
13
28
|
}
|
|
14
29
|
|
|
@@ -106,4 +121,40 @@
|
|
|
106
121
|
|
|
107
122
|
.sapMPopoverWithSubHeader .sapMPopoverHeader .sapMIBar-CTX {
|
|
108
123
|
box-shadow: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.sapMPopover {
|
|
127
|
+
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
128
|
+
|
|
129
|
+
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
130
|
+
.sapMIBar.sapMHeader-CTX {
|
|
131
|
+
border-top-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
132
|
+
border-top-left-radius: @sapUiPopoverBorderCornerRadius;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
136
|
+
.sapMIBar.sapMFooter-CTX {
|
|
137
|
+
border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
138
|
+
border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* pointing downward arrow */
|
|
143
|
+
.sapMPopoverArrDown:after {
|
|
144
|
+
margin: -0.5rem 0 0 0.125rem;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/* pointing right arrow */
|
|
148
|
+
.sapMPopoverArrRight:after {
|
|
149
|
+
margin: 0.1875rem 0 0 -0.5rem;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* pointing upward arrow */
|
|
153
|
+
.sapMPopoverArrUp:after {
|
|
154
|
+
margin: 0.3125rem 0 0 0.1875rem;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/* pointing left arrow */
|
|
158
|
+
.sapMPopoverArrLeft:after {
|
|
159
|
+
margin: 0.125rem 0 0 0.3125rem;
|
|
109
160
|
}
|
|
@@ -10,10 +10,8 @@
|
|
|
10
10
|
stroke-width: 0.125rem;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
stroke-width: @sapUiFieldBorderWidth;
|
|
16
|
-
}
|
|
13
|
+
&.sapMRbRo .sapMRbBOut {
|
|
14
|
+
stroke-width: @sapElement_BorderWidth
|
|
17
15
|
}
|
|
18
16
|
}
|
|
19
17
|
|
|
@@ -182,17 +180,18 @@
|
|
|
182
180
|
.sapMRbB .sapMRbBOut {
|
|
183
181
|
stroke: @sapUiFieldInformationColor;
|
|
184
182
|
fill: @sapUiFieldInformationBackground;
|
|
183
|
+
stroke-width: @sapUiFieldInformationBorderWidth;
|
|
185
184
|
}
|
|
186
185
|
}
|
|
187
186
|
|
|
188
187
|
html[data-sap-ui-browser^="sf"] {
|
|
189
188
|
// fix for circle width on zoom in Safari
|
|
190
|
-
.sapMRb
|
|
191
|
-
.sapMRb.sapMRbWarn .sapMRbBOut {
|
|
189
|
+
.sapMRb .sapMRbBOut {
|
|
192
190
|
stroke-width: 2px;
|
|
193
191
|
}
|
|
194
192
|
// fix for circle width on zoom in Safari
|
|
195
|
-
.sapMRb
|
|
193
|
+
.sapMRb.sapMRbRo .sapMRbBOut,
|
|
194
|
+
.sapMRb.sapMRbInfo .sapMRbBOut {
|
|
196
195
|
stroke-width: 1px;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
/* hover and focus */
|
|
15
15
|
|
|
16
|
+
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
17
|
+
border-width: 0.125rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
16
20
|
.sapMSlt.sapMSltDefault.sapMSltFocused:not(.sapMSltIconOnly):not(.sapMSltPressed) {
|
|
17
21
|
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
18
22
|
outline-offset: -0.25rem;
|
|
@@ -44,6 +48,10 @@ html[data-sap-ui-browser^="ff"] .sapMBar .sapMSlt.sapMSltFocused {
|
|
|
44
48
|
background: @sapUiToggleButtonPressedHoverBackground;
|
|
45
49
|
}
|
|
46
50
|
|
|
51
|
+
.sapMSlt:not(.sapMSltInformation):not(.sapMSltReadonly):not(.sapMSltDisabled) {
|
|
52
|
+
border-width: 0.125rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
47
55
|
/* value state */
|
|
48
56
|
|
|
49
57
|
.sapMSltWarning,
|
|
@@ -52,6 +60,12 @@ html[data-sap-ui-browser^="ff"] .sapMBar .sapMSlt.sapMSltFocused {
|
|
|
52
60
|
border-style: dashed;
|
|
53
61
|
}
|
|
54
62
|
|
|
63
|
+
.sapMSlt.sapMSltWarning > .sapMSltLabel,
|
|
64
|
+
.sapMSlt.sapMSltError > .sapMSltLabel {
|
|
65
|
+
font-style: italic;
|
|
66
|
+
font-weight: bold;
|
|
67
|
+
}
|
|
68
|
+
|
|
55
69
|
.sapMSltInformation {
|
|
56
70
|
border-color: @sapUiFieldWarningColor;
|
|
57
71
|
}
|
|
@@ -59,10 +73,9 @@ html[data-sap-ui-browser^="ff"] .sapMBar .sapMSlt.sapMSltFocused {
|
|
|
59
73
|
/* disabled */
|
|
60
74
|
|
|
61
75
|
.sapMSltDisabled {
|
|
62
|
-
|
|
63
|
-
border-color: @sapUiHcReducedForeground;
|
|
64
|
-
color: @sapUiContentDisabledTextColor;
|
|
76
|
+
opacity: 0.5;
|
|
65
77
|
}
|
|
78
|
+
|
|
66
79
|
/* ------------------------------ */
|
|
67
80
|
/* picker */
|
|
68
81
|
/* ------------------------------ */
|
|
@@ -108,25 +121,6 @@ div.sapMSltPicker {
|
|
|
108
121
|
}
|
|
109
122
|
}
|
|
110
123
|
|
|
111
|
-
/* ------------------------------ */
|
|
112
|
-
/* label */
|
|
113
|
-
/* ------------------------------ */
|
|
114
|
-
|
|
115
|
-
/* value state */
|
|
116
|
-
|
|
117
|
-
.sapMSltLabelWarning,
|
|
118
|
-
.sapMSltLabelError {
|
|
119
|
-
font-style: italic;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sapMSltLabelError {
|
|
123
|
-
font-weight: bold;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/* ------------------------------ */
|
|
127
|
-
/* arrow */
|
|
128
|
-
/* ------------------------------ */
|
|
129
|
-
|
|
130
124
|
/* hover */
|
|
131
125
|
|
|
132
126
|
.sapMSltHoverable:not(.sapMSltPressed):hover > .sapMSltArrow {
|
|
@@ -163,4 +157,13 @@ html.sap-desktop .sapMFooter-CTX .sapMSltIconOnly:hover:not(.sapMSltPressed):not
|
|
|
163
157
|
html.sap-desktop .sapMSltIconOnly:hover:not(.sapMSltPressed):not(.sapMTSSlt) {
|
|
164
158
|
color: @sapUiContentIconColor;
|
|
165
159
|
background-color: @sapUiButtonLiteHoverBackground;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.sapMSltHoverable:not(.sapMSltError):not(.sapMSltPressed):hover > .sapMSltArrow,
|
|
163
|
+
.sapMSltPressed.sapMSltError > .sapMSltArrow {
|
|
164
|
+
background-color: @sapUiButtonLiteHoverBackground;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.sapMSltPressed:not(.sapMSltError) > .sapMSltArrow {
|
|
168
|
+
background: @sapUiListSelectionBackgroundColor;
|
|
166
169
|
}
|