@openui5/themelib_sap_horizon 1.132.1 → 1.134.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/.reuse/dep5 +2 -9
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +45 -78
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +17 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -25
- package/src/sap/m/themes/sap_horizon/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Select.less +174 -174
- package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
- package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
- package/src/sap/m/themes/sap_horizon/SplitButton.less +72 -56
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +5 -5
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +62 -46
- package/src/sap/m/themes/sap_horizon/Token.less +1 -2
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -37
- package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +71 -56
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +61 -46
- package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +51 -40
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +51 -40
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +24 -8
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +24 -8
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +24 -9
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +24 -9
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
|
|
16
16
|
|
|
17
17
|
.sapMFocus.sapMTextArea {
|
|
18
|
+
|
|
18
19
|
& .sapMInputBaseContentWrapper {
|
|
20
|
+
|
|
19
21
|
.sapMInputBaseInner {
|
|
20
22
|
outline-offset: -3px;
|
|
21
23
|
}
|
|
@@ -31,23 +33,24 @@
|
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
|
|
36
|
+
|
|
34
37
|
.sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
|
|
35
|
-
background:
|
|
36
|
-
background-color:
|
|
38
|
+
background: var(--sapField_WarningBackgroundStyle);
|
|
39
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
.sapMInputBaseContentWrapperError ::-webkit-scrollbar {
|
|
40
|
-
background:
|
|
41
|
-
background-color:
|
|
43
|
+
background: var(--sapField_InvalidBackgroundStyle);
|
|
44
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
.sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
|
|
45
|
-
background:
|
|
46
|
-
background-color:
|
|
48
|
+
background: var(--sapField_InformationBackgroundStyle);
|
|
49
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
.sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
|
|
50
|
-
background:
|
|
51
|
-
background-color:
|
|
53
|
+
background: var(--sapField_SuccessBackgroundStyle);
|
|
54
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
52
55
|
}
|
|
53
56
|
}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMTile,
|
|
7
7
|
.sapMCustomTile {
|
|
8
|
-
border: 1px solid
|
|
8
|
+
border: 1px solid var(--sapTile_BorderColor);
|
|
9
9
|
border-radius: 0.25rem;
|
|
10
10
|
box-shadow: none;
|
|
11
|
-
-webkit-transition-property: none;
|
|
12
11
|
transition-property: none;
|
|
13
|
-
background-color:
|
|
12
|
+
background-color: var(--sapTile_Background);
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
.sapMTile:focus,
|
|
@@ -22,8 +21,8 @@
|
|
|
22
21
|
.sapMTile:focus::before,
|
|
23
22
|
.sapMTile:hover::before,
|
|
24
23
|
.sapMCustomTile:focus .sapMTile::before,
|
|
25
|
-
.sapMCustomTile:hover .sapMTile::before{
|
|
26
|
-
content:
|
|
24
|
+
.sapMCustomTile:hover .sapMTile::before {
|
|
25
|
+
content: '';
|
|
27
26
|
position: absolute;
|
|
28
27
|
top: -1px;
|
|
29
28
|
right: -1px;
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
|
|
35
34
|
.sapMTile:focus::before,
|
|
36
35
|
.sapMCustomTile:focus .sapMTile::before {
|
|
37
|
-
outline: 0.125rem dotted
|
|
36
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
38
37
|
outline-offset: -0.25rem;
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
|
|
46
45
|
.sapMTile:hover::before,
|
|
47
46
|
.sapMCustomTile:hover .sapMTile::before {
|
|
48
|
-
border: 0.188rem solid
|
|
47
|
+
border: 0.188rem solid var(--sapTile_BorderColor);
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
.sapMTile:hover,
|
|
@@ -56,13 +55,14 @@
|
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.sapMTile.sapMTileActive {
|
|
59
|
-
background-color:
|
|
58
|
+
background-color: var(--sapTile_Background);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.sapMTile .sapUiLocalBusyIndicator {
|
|
63
|
-
background-color:
|
|
62
|
+
background-color: var(--sapTile_Background);
|
|
64
63
|
border-radius: 0.25rem;
|
|
65
64
|
margin: 0.125rem;
|
|
65
|
+
|
|
66
66
|
.sapUiLocalBusyIndicatorAnimation {
|
|
67
67
|
border: none;
|
|
68
68
|
box-shadow: none;
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
|
-
.sapMTC .sapMTCPager
|
|
7
|
-
border: 1px solid
|
|
6
|
+
.sapMTC .sapMTCPager span {
|
|
7
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapMTC .sapMTCPager
|
|
11
|
-
border: 1px solid
|
|
10
|
+
.sapMTC .sapMTCPager span.sapMTCActive {
|
|
11
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMTC .sapMTCScroller:focus::before {
|
|
15
|
-
border: 0.125rem dotted
|
|
15
|
+
border: 0.125rem dotted var(--sapContent_FocusColor);
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: -1px;
|
|
18
18
|
bottom: -1px;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
19
19
|
margin-top: 0.6875rem;
|
|
20
20
|
|
|
21
|
-
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
21
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
22
|
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
23
23
|
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
24
24
|
}
|
|
@@ -17,9 +17,9 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
20
|
-
background-color:
|
|
21
|
-
color:
|
|
22
|
-
border-color:
|
|
20
|
+
background-color: var(--sapButton_Selected_Background);
|
|
21
|
+
color: var(--sapButton_Selected_TextColor);
|
|
22
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* Icon in disabled toggled button */
|
|
@@ -35,10 +35,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMToggleBtnPressed.sapMBtnTransparen
|
|
|
35
35
|
|
|
36
36
|
.sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner .sapMBtnIcon,
|
|
37
37
|
.sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner.sapMBtnTransparent .sapMBtnIcon,
|
|
38
|
-
html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapMBtnIcon{
|
|
38
|
+
html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapMBtnIcon {
|
|
39
39
|
color: @sapUiHcReducedAltForeground;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
43
|
-
border-color:
|
|
43
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
44
44
|
}
|
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
/* ========================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
8
9
|
z-index: 2;
|
|
10
|
+
|
|
9
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
10
12
|
padding-left: 0rem;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
15
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
17
19
|
padding-left: 0;
|
|
20
|
+
|
|
18
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
19
23
|
.sapMCbLabel {
|
|
20
|
-
font-family:
|
|
21
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
27
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
28
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
.sapMVSD .sapMVSDBar {
|
|
32
36
|
box-shadow: @sapUiShadowHeader;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
36
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
37
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
38
42
|
box-shadow: none;
|
|
@@ -4,18 +4,25 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMWS {
|
|
7
|
+
|
|
7
8
|
.sapMWSInner {
|
|
9
|
+
|
|
8
10
|
.sapMWSItem {
|
|
11
|
+
|
|
9
12
|
&:focus {
|
|
10
|
-
outline: 0.125rem dotted
|
|
13
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
11
14
|
}
|
|
12
15
|
}
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
&.sapMWSExpanded {
|
|
19
|
+
|
|
15
20
|
.sapMWSInner {
|
|
21
|
+
|
|
16
22
|
.sapMWSItem {
|
|
23
|
+
|
|
17
24
|
&:focus {
|
|
18
|
-
outline: 0.125rem dotted
|
|
25
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
19
26
|
}
|
|
20
27
|
}
|
|
21
28
|
}
|
|
@@ -23,27 +30,37 @@
|
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
.sapUiSizeCompact {
|
|
33
|
+
|
|
26
34
|
.sapMWS:not(.sapMWSShort) {
|
|
35
|
+
|
|
27
36
|
.sapMWSInner {
|
|
28
|
-
box-shadow: 0 0 0 1px
|
|
37
|
+
box-shadow: 0 0 0 1px var(--sapList_BorderColor);
|
|
29
38
|
}
|
|
30
39
|
}
|
|
31
40
|
}
|
|
32
41
|
|
|
33
42
|
.sap-phone {
|
|
43
|
+
|
|
34
44
|
.sapMWS {
|
|
45
|
+
|
|
35
46
|
.sapMWSInner {
|
|
47
|
+
|
|
36
48
|
.sapMWSItem {
|
|
49
|
+
|
|
37
50
|
&:focus {
|
|
38
|
-
outline: 0.125rem dotted
|
|
51
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
39
52
|
}
|
|
40
53
|
}
|
|
41
54
|
}
|
|
55
|
+
|
|
42
56
|
&.sapMWSExpanded {
|
|
57
|
+
|
|
43
58
|
.sapMWSInner {
|
|
59
|
+
|
|
44
60
|
.sapMWSItem {
|
|
61
|
+
|
|
45
62
|
&:focus {
|
|
46
|
-
outline: 0.125rem dotted
|
|
63
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
47
64
|
}
|
|
48
65
|
}
|
|
49
66
|
}
|
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_CollapsedWidth:
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
7
|
@_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
|
|
8
|
-
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
9
8
|
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
|
|
10
9
|
@_sap_tnt_NavigationList_GroupBorderStyleColor: none;
|
|
11
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
10
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
12
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
13
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
14
13
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
|
|
@@ -20,11 +19,15 @@
|
|
|
20
19
|
@_sap_tnt_NavigationList_SelectedItemBorder: none;
|
|
21
20
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
|
|
22
21
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
22
|
+
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
23
|
+
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
24
|
+
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
23
25
|
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
|
|
24
26
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
25
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
26
|
-
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
27
|
-
@
|
|
29
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
|
+
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
28
31
|
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
29
32
|
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
30
33
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
@@ -33,9 +36,22 @@
|
|
|
33
36
|
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
34
37
|
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
35
38
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
36
|
-
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
37
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
38
40
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
39
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
40
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact:
|
|
42
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
43
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
44
|
+
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
45
|
+
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
46
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
47
|
+
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
51
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
52
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
53
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
54
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
55
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
56
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
57
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
|
-
@_sap_tnt_SideNavigation_CollapsedWidth:
|
|
8
|
-
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
|
|
9
|
-
@_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
|
|
7
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
10
9
|
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
|
|
11
10
|
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
12
11
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_CollapsedWidth:
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
7
|
@_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
|
|
8
|
-
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
9
8
|
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
|
|
10
9
|
@_sap_tnt_NavigationList_GroupBorderStyleColor: none;
|
|
11
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
10
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
12
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
13
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
14
13
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
|
|
@@ -20,11 +19,15 @@
|
|
|
20
19
|
@_sap_tnt_NavigationList_SelectedItemBorder: none;
|
|
21
20
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
|
|
22
21
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
22
|
+
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
23
|
+
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
24
|
+
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
23
25
|
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
|
|
24
26
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
25
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
26
|
-
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
27
|
-
@
|
|
29
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
|
+
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
28
31
|
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
29
32
|
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
30
33
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
@@ -33,9 +36,22 @@
|
|
|
33
36
|
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
|
|
34
37
|
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
35
38
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
36
|
-
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
37
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
38
40
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
39
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
40
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact:
|
|
42
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
43
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
44
|
+
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
45
|
+
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
46
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
47
|
+
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
51
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
52
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
53
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
54
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
55
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
56
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
57
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
|
-
@_sap_tnt_SideNavigation_CollapsedWidth:
|
|
8
|
-
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
|
|
9
|
-
@_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
|
|
7
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
10
9
|
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
|
|
11
10
|
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
12
11
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_CollapsedWidth:
|
|
7
|
-
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
8
7
|
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
|
|
9
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
8
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
10
9
|
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
|
|
11
10
|
@_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
|
|
12
11
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
|
|
@@ -15,14 +14,20 @@
|
|
|
15
14
|
@_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
|
|
16
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
17
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
18
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
|
|
17
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
18
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
19
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
19
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
20
21
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
|
|
21
22
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
22
23
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
24
|
+
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
25
|
+
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
26
|
+
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
23
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
24
|
-
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
25
|
-
@
|
|
29
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
|
+
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
26
31
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
27
32
|
@_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
|
|
28
33
|
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
@@ -31,11 +36,21 @@
|
|
|
31
36
|
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
32
37
|
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
38
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
34
|
-
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
35
39
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
36
40
|
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
37
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
38
42
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
39
43
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
40
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact:
|
|
44
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
45
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
46
|
+
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
47
|
+
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
51
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
52
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
54
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
55
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
56
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
|
-
@_sap_tnt_SideNavigation_CollapsedWidth:
|
|
7
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
8
9
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
10
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
10
11
|
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_CollapsedWidth:
|
|
7
|
-
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
8
7
|
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
|
|
9
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
8
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
10
9
|
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
|
|
11
10
|
@_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
|
|
12
11
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
|
|
@@ -15,14 +14,20 @@
|
|
|
15
14
|
@_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
|
|
16
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
17
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
18
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
|
|
17
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
18
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
19
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
19
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
20
21
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
|
|
21
22
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
22
23
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
24
|
+
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
25
|
+
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
26
|
+
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
23
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
24
|
-
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
25
|
-
@
|
|
29
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
|
+
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
26
31
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
27
32
|
@_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
|
|
28
33
|
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
@@ -31,11 +36,21 @@
|
|
|
31
36
|
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
32
37
|
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
38
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
34
|
-
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
35
39
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
36
40
|
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
37
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
38
42
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
39
43
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
40
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact:
|
|
44
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
45
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
46
|
+
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
47
|
+
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
51
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
52
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
54
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
55
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
56
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
|
-
@_sap_tnt_SideNavigation_CollapsedWidth:
|
|
7
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
8
9
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
10
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
10
11
|
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.134.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.134.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.134.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.134.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ==================================================== */
|
|
5
5
|
|
|
6
|
-
.sapUiIntCard:not(
|
|
6
|
+
.sapUiIntCard:not(.sapUiIntCardDialogCard) {
|
|
7
7
|
&.sapFCardNoHeader,
|
|
8
8
|
&.sapFCardBottomHeader {
|
|
9
9
|
& > .sapFCardContent > .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ===================================================== */
|
|
5
5
|
|
|
6
|
-
.sapUiIntCard:not(
|
|
6
|
+
.sapUiIntCard:not(.sapUiIntCardDialogCard) {
|
|
7
7
|
&.sapFCardNoHeader,
|
|
8
8
|
&.sapFCardBottomHeader {
|
|
9
9
|
& > .sapFCardContent > .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
|