@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
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextColor: @sapTextColor;
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
+
@_sap_m_IconTabBar_Separator_Icon: @sapUiContentNonInteractiveIconColor;
|
|
13
|
+
@_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
|
|
14
|
+
@_sap_m_IconTabBar_More_Button_Font_size: 1rem;
|
|
15
|
+
@_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
|
|
16
|
+
@_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.875rem;
|
|
17
|
+
|
|
12
18
|
|
|
13
19
|
// ==================== Cozy size ====================
|
|
14
20
|
|
|
@@ -66,9 +72,10 @@
|
|
|
66
72
|
|
|
67
73
|
// Header
|
|
68
74
|
@_sap_m_IconTabBar_HeaderBackgroundTranslucent: @sapUiObjectHeaderBackground;
|
|
75
|
+
@_sap_m_IconTabBar_HeaderBackground: @sapUiObjectHeaderBackground;
|
|
69
76
|
|
|
70
77
|
@_sap_m_IconTabBar_HeaderBorderBottom: none;
|
|
71
|
-
@_sap_m_IconTabBar_HeaderShadow:
|
|
78
|
+
@_sap_m_IconTabBar_HeaderShadow: @sapUiContentHeaderShadow;
|
|
72
79
|
|
|
73
80
|
// Content
|
|
74
81
|
@_sap_m_IconTabBar_ContentBackground: @sapUiBaseBG;
|
|
@@ -118,30 +125,47 @@
|
|
|
118
125
|
@_sap_m_IconTabBar_Phone_TextOnlyContentArrowHeight: 0.5rem;
|
|
119
126
|
@_sap_m_IconTabBar_Phone_Compact_TextOnlyContentArrowHeight: 0.75rem;
|
|
120
127
|
|
|
128
|
+
// =========== Badge ===========
|
|
129
|
+
@_sap_m_IconTabBar_Badge_Neutral_Background: @sapUiNeutralElement;
|
|
130
|
+
@_sap_m_IconTabBar_Badge_Positive_Background: @sapUiPositiveElement;
|
|
131
|
+
@_sap_m_IconTabBar_Badge_Critical_Background: @sapUiCriticalElement;
|
|
132
|
+
@_sap_m_IconTabBar_Badge_Negative_Background: @sapUiNegativeElement;
|
|
133
|
+
|
|
121
134
|
// ==========================================================================
|
|
122
135
|
// Variables
|
|
123
136
|
// ==========================================================================
|
|
124
137
|
|
|
125
|
-
@_sap_m_IconTabBar_TextHoverColor: @
|
|
126
|
-
@_sap_m_IconTabBar_SelectedTextColor: @
|
|
138
|
+
@_sap_m_IconTabBar_TextHoverColor: @sapUiContentFocusColor;
|
|
139
|
+
@_sap_m_IconTabBar_SelectedTextColor: @sapUiContentSelectedForegroundColor;
|
|
127
140
|
@_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
|
|
128
141
|
@_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
|
|
129
|
-
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -
|
|
130
|
-
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -
|
|
142
|
+
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
|
|
143
|
+
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
|
|
131
144
|
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
|
|
132
145
|
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
|
|
133
|
-
@_sap_m_IconTabBar_HeaderBorderRadius: 0.
|
|
146
|
+
@_sap_m_IconTabBar_HeaderBorderRadius: 0.375rem;
|
|
147
|
+
@_sap_m_IconTab_Bar_Separator_Line: @sapUiGroupTitleBorderColor;
|
|
148
|
+
|
|
149
|
+
// =========== Overflow ===========
|
|
150
|
+
@_sap_m_IconTabBar_Overflow_BorderColorHover: @sapUiButtonHoverBorderColor;
|
|
151
|
+
@_sap_m_IconTabBar_Overflow_BackgroundColorHover: @sapUiButtonHoverBackground;
|
|
152
|
+
@_sap_m_IconTabBar_Overflow_BoxShadowHover: @sapUiContentInteractionShadow;
|
|
153
|
+
@_sap_m_IconTabBar_Overflow_TextColorHover: @sapUiButtonHoverTextColor;
|
|
154
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @sapUiButtonHoverTextColor;
|
|
155
|
+
|
|
156
|
+
@_sap_m_IconTabBar_Overflow_BackgroundColorPressed: @sapUiButtonActiveBackground;
|
|
157
|
+
@_sap_m_IconTabBar_Overflow_BorderColorPressed: @sapUiButtonActiveBorderColor;
|
|
158
|
+
@_sap_m_IconTabBar_Overflow_TextColorPressed: @sapUiButtonActiveTextColor;
|
|
159
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorPressed: @sapUiButtonActiveTextColor;
|
|
134
160
|
|
|
135
161
|
// =========== Shell ===========
|
|
136
162
|
@_sap_m_IconTabBar_ShellHeaderShadow: @sapUiShellShadow;
|
|
137
|
-
@_sap_m_IconTabBar_ShellSelectedTextColor: @
|
|
138
|
-
@sapUiShellNavigationSelectedColor: @sapContent_Selected_TextColor;
|
|
163
|
+
@_sap_m_IconTabBar_ShellSelectedTextColor: @sapUiShellNavigationSelectedTextColor;
|
|
139
164
|
|
|
140
165
|
|
|
141
166
|
/* Head Container */
|
|
142
167
|
.sapMITH {
|
|
143
168
|
z-index: 1; // shows the bottom shadow of the ITHeader over the content of the ITB
|
|
144
|
-
|
|
145
169
|
.sapMITBHead {
|
|
146
170
|
padding-top: 0.875rem;
|
|
147
171
|
}
|
|
@@ -167,38 +191,42 @@
|
|
|
167
191
|
}
|
|
168
192
|
}
|
|
169
193
|
.sapMITBDisabled {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
.
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
194
|
+
.sapMITHTextContent {
|
|
195
|
+
color: @sapTextColor;
|
|
196
|
+
font-family: @sapFontBoldFamily;
|
|
197
|
+
font-size: @sapFontSize;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.sapMITBSelected {
|
|
202
|
+
.sapMITBContentArrow::after {
|
|
203
|
+
background: @sapContent_Selected_ForegroundColor;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
//More Button
|
|
207
|
+
.sapMITHStartOverflow,
|
|
208
|
+
.sapMITHEndOverflow {
|
|
209
|
+
.sapMITBItem {
|
|
210
|
+
color: @sapButton_TextColor;
|
|
211
|
+
background: @sapButton_Background;
|
|
212
|
+
border: 1px solid @sapButton_BorderColor;
|
|
213
|
+
|
|
214
|
+
.sapMITHShowSubItemsIcon {
|
|
215
|
+
color: @sapButton_TextColor;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.sapMITHEndOverflow,
|
|
221
|
+
.sapMITHStartOverflow {
|
|
222
|
+
.sapMITHShowSubItemsIcon {
|
|
223
|
+
padding-left: 0.375rem;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
//Arrow button
|
|
227
|
+
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon:hover {
|
|
228
|
+
color: @_sap_m_IconTabBar_TextHoverColor !important;
|
|
229
|
+
}
|
|
202
230
|
}
|
|
203
231
|
|
|
204
232
|
/* Head Container - compact */
|
|
@@ -285,7 +313,7 @@
|
|
|
285
313
|
margin-top: 0.125rem;
|
|
286
314
|
|
|
287
315
|
+ .sapMITBSep {
|
|
288
|
-
margin-top: 0.
|
|
316
|
+
margin-top: 0.25rem;
|
|
289
317
|
}
|
|
290
318
|
}
|
|
291
319
|
|
|
@@ -315,6 +343,10 @@
|
|
|
315
343
|
color: @sapUiNeutralText;
|
|
316
344
|
}
|
|
317
345
|
|
|
346
|
+
.sapMITBFilterNeutral:hover .sapMITBText {
|
|
347
|
+
color: darken(@sapUiNeutralText, 10);
|
|
348
|
+
}
|
|
349
|
+
|
|
318
350
|
.sapMITBFilterPositive .sapMITBText {
|
|
319
351
|
color: @sapUiPositiveText;
|
|
320
352
|
}
|
|
@@ -341,12 +373,12 @@
|
|
|
341
373
|
}
|
|
342
374
|
|
|
343
375
|
.sapMITBFilterIcon {
|
|
344
|
-
border: 2px solid @
|
|
376
|
+
border: 2px solid @sapUiContentSelectedForegroundColor;
|
|
345
377
|
}
|
|
346
378
|
|
|
347
379
|
.sapMITBFilterDefault {
|
|
348
|
-
color: @
|
|
349
|
-
|
|
380
|
+
border-color: @sapUiContentSelectedForegroundColor;
|
|
381
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
350
382
|
}
|
|
351
383
|
|
|
352
384
|
.sapMITBFilterNeutral {
|
|
@@ -398,25 +430,30 @@
|
|
|
398
430
|
|
|
399
431
|
.sapMITBFilterNeutral {
|
|
400
432
|
background: @sapUiNeutralElement;
|
|
401
|
-
color: @
|
|
433
|
+
color: @sapUiContentContrastIconColor;
|
|
402
434
|
}
|
|
403
435
|
|
|
404
436
|
.sapMITBFilterPositive {
|
|
405
437
|
background: @sapUiPositiveElement;
|
|
406
|
-
color: @
|
|
438
|
+
color: @sapUiContentContrastIconColor;
|
|
407
439
|
}
|
|
408
440
|
|
|
409
441
|
.sapMITBFilterNegative {
|
|
410
442
|
background: @sapUiNegativeElement;
|
|
411
|
-
color: @
|
|
443
|
+
color: @sapUiContentContrastIconColor;
|
|
412
444
|
}
|
|
413
445
|
|
|
414
446
|
.sapMITBFilterCritical {
|
|
415
447
|
background: @sapUiCriticalElement;
|
|
416
|
-
color: @
|
|
448
|
+
color: @sapUiContentContrastIconColor;
|
|
417
449
|
}
|
|
418
450
|
}
|
|
419
451
|
|
|
452
|
+
.sapMITHShowSubItemsIcon {
|
|
453
|
+
bottom: -1.5px;
|
|
454
|
+
position: relative;
|
|
455
|
+
}
|
|
456
|
+
|
|
420
457
|
/* Phone device */
|
|
421
458
|
|
|
422
459
|
.sapUiMedia-Std-Phone .sapMITH.sapUiSizeCompact {
|
|
@@ -452,7 +489,7 @@
|
|
|
452
489
|
|
|
453
490
|
.sapMITBSepLine {
|
|
454
491
|
border: unset;
|
|
455
|
-
border-right: 1px solid @
|
|
492
|
+
border-right: 1px solid @_sap_m_IconTab_Bar_Separator_Line;
|
|
456
493
|
margin: 0.625rem 0.125rem 0 0.125rem;
|
|
457
494
|
}
|
|
458
495
|
}
|
|
@@ -471,11 +508,21 @@
|
|
|
471
508
|
margin-top: 0.5rem;
|
|
472
509
|
}
|
|
473
510
|
}
|
|
511
|
+
|
|
512
|
+
.sapMITBCount {
|
|
513
|
+
font-family: @sapFontBoldFamily;
|
|
514
|
+
font-size: @sapFontHeader3Size;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.sapMITBText {
|
|
518
|
+
font-family: @sapFontFamily;
|
|
519
|
+
font-size: @sapFontSmallSize;
|
|
520
|
+
}
|
|
474
521
|
}
|
|
475
522
|
|
|
476
523
|
.sapMITBSepLine {
|
|
477
524
|
border: unset;
|
|
478
|
-
border-right: 1px solid @
|
|
525
|
+
border-right: 1px solid @_sap_m_IconTab_Bar_Separator_Line;
|
|
479
526
|
}
|
|
480
527
|
|
|
481
528
|
.sapUiMedia-Std-Phone {
|
|
@@ -495,8 +542,9 @@ html.sap-desktop {
|
|
|
495
542
|
}
|
|
496
543
|
|
|
497
544
|
.sapMITBFilter .sapMITBCount {
|
|
498
|
-
padding-left: 2px;
|
|
499
545
|
color: @sapContent_LabelColor;
|
|
546
|
+
font-family: @sapFontFamily;
|
|
547
|
+
font-size: @sapFontSize;
|
|
500
548
|
}
|
|
501
549
|
|
|
502
550
|
.sapMITH.sapUiSizeCompact {
|
|
@@ -511,11 +559,11 @@ html.sap-desktop {
|
|
|
511
559
|
|
|
512
560
|
.sapMITHStartOverflow,
|
|
513
561
|
.sapMITHEndOverflow {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
562
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus {
|
|
563
|
+
&::after {
|
|
564
|
+
border-radius: 1.75rem;
|
|
565
|
+
}
|
|
517
566
|
}
|
|
518
|
-
}
|
|
519
567
|
}
|
|
520
568
|
|
|
521
569
|
.sapMITH {
|
|
@@ -531,78 +579,118 @@ html.sap-desktop {
|
|
|
531
579
|
}
|
|
532
580
|
}
|
|
533
581
|
|
|
534
|
-
|
|
582
|
+
.sapUiMedia-Std-Tablet,
|
|
583
|
+
.sapUiMedia-Std-Desktop {
|
|
535
584
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
bottom: -5px;
|
|
540
|
-
right: -5px;
|
|
541
|
-
left: -5px;
|
|
542
|
-
border-radius: inherit;
|
|
585
|
+
.sapMITHEndOverflow {
|
|
586
|
+
padding-left: 0.188rem;
|
|
587
|
+
margin-left: 0px;
|
|
543
588
|
}
|
|
544
|
-
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
html.sap-desktop {
|
|
545
592
|
|
|
593
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBFilterIcon {
|
|
594
|
+
&::after {
|
|
595
|
+
top: -5px;
|
|
596
|
+
bottom: -5px;
|
|
597
|
+
right: -5px;
|
|
598
|
+
left: -5px;
|
|
599
|
+
border-radius: inherit;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
546
602
|
}
|
|
547
|
-
|
|
548
|
-
|
|
603
|
+
|
|
604
|
+
.sapUiMedia-Std-Phone {
|
|
605
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll {
|
|
606
|
+
&::after {
|
|
607
|
+
right: 6px !important;
|
|
608
|
+
left: -1px !important;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
549
611
|
}
|
|
550
612
|
|
|
551
613
|
.sapMITBFilter .sapMITBText {
|
|
552
|
-
|
|
614
|
+
font-weight: bold;
|
|
553
615
|
}
|
|
554
616
|
/* ------------------------------------------------ */
|
|
555
617
|
/* Shell overrides */
|
|
556
618
|
/* ------------------------------------------------ */
|
|
557
619
|
|
|
558
|
-
.sapUshellShellTabBar
|
|
620
|
+
.sapUshellShellTabBar .sapMITH,
|
|
621
|
+
.sapUshellShellTabBar.sapMITH {
|
|
622
|
+
|
|
623
|
+
//More Button
|
|
624
|
+
.sapMITHStartOverflow,
|
|
625
|
+
.sapMITHEndOverflow {
|
|
626
|
+
.sapMITBItem {
|
|
627
|
+
border: 1px solid @sapButton_BorderColor;
|
|
628
|
+
color: @sapShell_Navigation_TextColor;
|
|
629
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
630
|
+
|
|
631
|
+
.sapMITHShowSubItemsIcon {
|
|
632
|
+
color: @sapShell_Navigation_TextColor;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
&:hover {
|
|
636
|
+
box-shadow: @sapContent_Interaction_Shadow;
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.sapMITH .sapMITBFilter.sapMITBSelected .sapMITBCount,
|
|
642
|
+
.sapMITH .sapMITBFilter.sapMITBSelected .sapMITBCount {
|
|
643
|
+
color: @sapUiShellNavigationSelectedColor;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.sapMITBSelected:not(sapMITBDisabled) .sapMITBContentArrow::after {
|
|
647
|
+
background: @sapUiShellNavigationSelectedColor;
|
|
648
|
+
}
|
|
559
649
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
.sapMITBItem {
|
|
564
|
-
border: 1px solid @sapButton_BorderColor;
|
|
565
|
-
color: @sapShell_Navigation_TextColor;
|
|
566
|
-
background-color: @sapShell_InteractiveBackground !important;
|
|
650
|
+
.sapMITH .sapMITBFilterWithItems .sapMITBFilterExpandBtn {
|
|
651
|
+
margin-left: 0.188rem;
|
|
652
|
+
}
|
|
567
653
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
654
|
+
.sapMITHStartOverflow,
|
|
655
|
+
.sapMITHEndOverflow {
|
|
656
|
+
.sapMITBItem {
|
|
657
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
571
658
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
659
|
+
&:hover {
|
|
660
|
+
background: @sapUiShellHoverBackground;
|
|
661
|
+
background-color: @sapUiShellHoverBackground;
|
|
662
|
+
border-color: @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
575
665
|
}
|
|
576
|
-
}
|
|
577
666
|
|
|
578
|
-
|
|
579
|
-
.sapMITH .sapMITBFilter.sapMITBSelected .sapMITBCount {
|
|
580
|
-
color: @sapShell_Navigation_SelectedColor;
|
|
581
|
-
}
|
|
667
|
+
html.sap-desktop & {
|
|
582
668
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
669
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBFilterIcon,
|
|
670
|
+
.sapMITBTextOnly .sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
671
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll,
|
|
672
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
673
|
+
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
674
|
+
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
675
|
+
&::after {
|
|
676
|
+
border-color: @sapContent_FocusColor !important;
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
}
|
|
586
681
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
682
|
+
/* ------------------------------------------------ */
|
|
683
|
+
/* IconTabBar Badge */
|
|
684
|
+
/* ------------------------------------------------ */
|
|
590
685
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
}
|
|
686
|
+
.sapMITH,
|
|
687
|
+
.sapMITBFilterPopover {
|
|
594
688
|
|
|
595
|
-
|
|
689
|
+
.sapMITBText .sapMBadgeAttention {
|
|
690
|
+
right: -0.75rem;
|
|
691
|
+
}
|
|
596
692
|
|
|
597
|
-
.
|
|
598
|
-
|
|
599
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll,
|
|
600
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
601
|
-
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
602
|
-
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
603
|
-
&::after {
|
|
604
|
-
border-color: @sapUiContentFocusColor !important;
|
|
605
|
-
}
|
|
693
|
+
.sapMITFExpandButtonBadge {
|
|
694
|
+
left: 0.5rem;
|
|
606
695
|
}
|
|
607
|
-
}
|
|
608
696
|
}
|