@openui5/themelib_sap_horizon 1.131.1 → 1.132.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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +5 -12
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
- package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
- package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon/Page.less +39 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
- package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
- package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
- package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
- package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
- package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
- package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
- 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/integration/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.sapTntToolHeader:not(.sapUshellShellToolHeader) {
|
|
20
20
|
&.sapMTB {
|
|
21
21
|
background-color: @sapUiShellColor;
|
|
22
|
-
padding: 0
|
|
22
|
+
padding: 0 1rem 0 0.875rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
&.sapMTBStandard {
|
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapTntToolHeader {
|
|
31
|
-
&.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
32
|
-
margin: 0 0 0 0.375rem;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
31
|
&.sapMIBar.sapMTB .sapMBarChild.sapMTBSeparator {
|
|
36
32
|
background: none;
|
|
37
33
|
width: 0.75rem;
|
|
@@ -45,59 +41,70 @@
|
|
|
45
41
|
.sapTntToolHeader {
|
|
46
42
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
47
43
|
&.sapMBtn {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
&.sapMBtn .sapMBtnTransparent,
|
|
53
|
-
&.sapMBtn .sapMBtnDefault,
|
|
54
|
-
&.sapMBtn .sapMBtnBack,
|
|
55
|
-
&.sapMBtn .sapMBtnUp {
|
|
56
|
-
color: @sapUiContentIconColor;
|
|
57
|
-
background-color: @sapUiButtonLiteBackground;
|
|
58
|
-
height: 2.5rem;
|
|
59
|
-
|
|
60
|
-
.sapUiIcon {
|
|
61
|
-
color: @sapUiContentIconColor;
|
|
62
|
-
line-height: 2.5rem;
|
|
44
|
+
.sapMBtnInner::after,
|
|
45
|
+
.sapMBtnIcon {
|
|
46
|
+
background: transparent;
|
|
47
|
+
color: @sapUiShellInteractiveTextColor;
|
|
63
48
|
}
|
|
64
|
-
|
|
65
49
|
.sapMBtnContent {
|
|
66
|
-
|
|
50
|
+
background: transparent;
|
|
51
|
+
color: @sapUiShellTextColor;
|
|
67
52
|
}
|
|
68
|
-
}
|
|
69
53
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
&.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
74
|
-
&.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
75
|
-
&::before {
|
|
76
|
-
outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
77
|
-
border: none !important;
|
|
54
|
+
&:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
|
|
55
|
+
background: @sapUiShellActiveBackground;
|
|
56
|
+
border-color: @sapUiShellActiveBackground;
|
|
78
57
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
58
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
59
|
+
background-color: @sapUiShellHoverBackground;
|
|
60
|
+
.sapMBtnIcon {
|
|
61
|
+
color: @sapUiShellActiveTextColor;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
&:hover:not(.sapMBtnDisabled) {
|
|
65
|
+
.sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
|
|
66
|
+
background-color: @sapUiShellHoverBackground;
|
|
67
|
+
.sapMBtnIcon {
|
|
68
|
+
color: @sapUiShellActiveTextColor;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
72
|
+
&:not(.sapMBtnActive) {
|
|
73
|
+
background: @sapUiShellHoverBackground;
|
|
74
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
75
|
+
}
|
|
76
|
+
&.sapMBtnActive {
|
|
77
|
+
background: @sapUiShellActiveBackground;
|
|
78
|
+
color: @sapUiShellActiveTextColor;
|
|
79
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
80
|
+
|
|
81
|
+
.sapMBtnContent bdi {
|
|
82
|
+
color: @sapUiShellActiveTextColor;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
&.sapMBtnActive:after,
|
|
86
|
+
&.sapMBtnActive >.sapMBtnIcon {
|
|
87
|
+
color: @sapUiShellActiveTextColor;
|
|
88
|
+
}
|
|
89
|
+
&:after,
|
|
90
|
+
>.sapMBtnIcon {
|
|
91
|
+
color: @sapUiShellInteractiveTextColor;
|
|
92
|
+
}
|
|
93
|
+
>.sapMBtnContent,
|
|
94
|
+
>.sapMBtnContent bdi
|
|
95
|
+
{
|
|
96
|
+
color: @sapUiShellTextColor;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
98
99
|
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
&:active {
|
|
101
|
+
>.sapMBtnContent,
|
|
102
|
+
>.sapMBtnInner,
|
|
103
|
+
>.sapMBtnIcon {
|
|
104
|
+
color: @sapUiShellTextColor;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
101
108
|
}
|
|
102
109
|
}
|
|
103
110
|
}
|
|
@@ -136,6 +143,9 @@
|
|
|
136
143
|
}
|
|
137
144
|
}
|
|
138
145
|
}
|
|
146
|
+
.sapMSF {
|
|
147
|
+
padding: 0 0;
|
|
148
|
+
}
|
|
139
149
|
}
|
|
140
150
|
}
|
|
141
151
|
|
|
@@ -146,9 +156,10 @@
|
|
|
146
156
|
.sapTntToolHeader {
|
|
147
157
|
.sapMTitle {
|
|
148
158
|
text-shadow: none;
|
|
149
|
-
font-family: @
|
|
150
|
-
font-size:
|
|
159
|
+
font-family: @sapFontSemiboldFamily;
|
|
160
|
+
font-size: @sapFontHeader5Size;
|
|
151
161
|
line-height: 1.625rem;
|
|
162
|
+
color: @sapUiShellSubBrandTextColor;
|
|
152
163
|
}
|
|
153
164
|
|
|
154
165
|
.sapMText,
|
|
@@ -160,7 +171,7 @@
|
|
|
160
171
|
&.sapMIBar.sapMTB .sapMBarChild.sapMText,
|
|
161
172
|
&.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
|
|
162
173
|
margin-top: 2px; // to align the text/label with the title
|
|
163
|
-
margin-left: 0.
|
|
174
|
+
margin-left: 0.5rem;
|
|
164
175
|
}
|
|
165
176
|
}
|
|
166
177
|
|
|
@@ -178,114 +189,46 @@
|
|
|
178
189
|
// ==========================================================================
|
|
179
190
|
|
|
180
191
|
.sapTntToolHeader {
|
|
181
|
-
.
|
|
182
|
-
|
|
183
|
-
padding-top: 0px;
|
|
184
|
-
|
|
185
|
-
&:not(.sapMSFVal) .sapMSFS {
|
|
186
|
-
pointer-events: none;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.sapMSF .sapMSFF {
|
|
191
|
-
border-radius: 2rem;
|
|
192
|
-
height: 2.5rem;
|
|
192
|
+
.sapMSFF {
|
|
193
|
+
background: @sapUiFieldBackgroundStyle;
|
|
193
194
|
background-color: @sapUiShellInteractiveBackground;
|
|
195
|
+
box-shadow: @sapUiFieldShadow;
|
|
196
|
+
border: none;
|
|
197
|
+
color: @sapUiShellInteractiveTextColor;
|
|
198
|
+
border-radius: 1.125rem;
|
|
199
|
+
height: 2.25rem;
|
|
194
200
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
201
|
+
.sapMSFB {
|
|
202
|
+
width: 1.75rem;
|
|
203
|
+
height: 1.75rem;
|
|
204
|
+
line-height: 1.75rem;
|
|
205
|
+
font-size: 1rem;
|
|
206
|
+
text-align: center;
|
|
207
|
+
margin-top: 0.25rem;
|
|
208
|
+
padding: 0;
|
|
209
|
+
right: 0;
|
|
210
|
+
top: 0;
|
|
211
|
+
margin-right: 0.25rem;
|
|
198
212
|
}
|
|
199
213
|
|
|
200
|
-
.
|
|
201
|
-
|
|
214
|
+
.sapMSFB:hover {
|
|
215
|
+
background: @sapUiShellHoverBackground;
|
|
216
|
+
box-shadow: @sapUiButtonLiteHoverBorderColor;
|
|
217
|
+
border-radius: 1.125rem;
|
|
218
|
+
height: 1.75rem;
|
|
219
|
+
color: @sapUiShellInteractiveTextColor;
|
|
202
220
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.sapMSF.sapMFocus .sapMSFF {
|
|
206
|
-
background: @sapUiShellActiveBackground;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.sapMSFB {
|
|
210
|
-
width: 2rem;
|
|
211
|
-
height: 2rem;
|
|
212
|
-
margin-top: 0.25rem;
|
|
213
|
-
display: flex;
|
|
214
|
-
align-items: center;
|
|
215
|
-
justify-content: center;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.sapMSFB.sapMSFBA {
|
|
219
|
-
background: none;
|
|
220
|
-
box-shadow: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.sapMSFSSI {
|
|
224
|
-
display: inline;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.sapMSFF .sapMSFSSI:before {
|
|
228
|
-
content: "\e00d";
|
|
229
|
-
color: @sapUiContentNonInteractiveIconColor;
|
|
230
|
-
display: block;
|
|
231
|
-
font-style: normal;
|
|
232
|
-
width: 1rem;
|
|
233
|
-
height: 1rem;
|
|
234
|
-
font-family: 'SAP-icons';
|
|
235
|
-
margin-right: 0.375rem;
|
|
236
|
-
margin-top: 0.75rem;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.sapMSFS::after {
|
|
240
|
-
content: "\e1ed";
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.sapMSFR::after,
|
|
244
|
-
.sapMSFS::after {
|
|
245
|
-
display: block;
|
|
246
|
-
width: 1.25rem;
|
|
247
|
-
height: 1.25rem;
|
|
248
|
-
border-radius: 0.75rem;
|
|
249
|
-
font-size: 0.75rem;
|
|
250
|
-
line-height: 1.25rem;
|
|
251
|
-
}
|
|
252
221
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
border: none;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.sapMSFS:active,
|
|
259
|
-
.sapMSFS:hover,
|
|
260
|
-
.sapMSFR:active,
|
|
261
|
-
.sapMSFR:hover {
|
|
262
|
-
background: none;
|
|
263
|
-
box-shadow: none;
|
|
264
|
-
line-height: 1.25rem;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.sapMSFS:active::after,
|
|
268
|
-
.sapMSFS.sapMSFBA::after,
|
|
269
|
-
.sapMSFR:active::after {
|
|
270
|
-
background: @sapUiActive;
|
|
271
|
-
color: @sapUiContentIconColor;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.sapMSFS:hover::after,
|
|
275
|
-
.sapMSFR:hover::after {
|
|
276
|
-
background: @sapUiHover;
|
|
277
|
-
color: @sapUiContentIconColor;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.sapMSFVal.sapMFocus .sapMSFF {
|
|
281
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
282
|
-
|
|
283
|
-
&::before {
|
|
284
|
-
display: none;
|
|
222
|
+
.sapMSFR {
|
|
223
|
+
margin-right: 0;
|
|
285
224
|
}
|
|
286
225
|
|
|
287
|
-
.
|
|
288
|
-
|
|
226
|
+
.sapMSFB:active,
|
|
227
|
+
.sapMSFB.sapMSFBA {
|
|
228
|
+
background: @sapUiShellActiveBackground;
|
|
229
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
230
|
+
border-radius: 1.125rem;
|
|
231
|
+
color: @sapUiShellActiveTextColor;
|
|
289
232
|
}
|
|
290
233
|
}
|
|
291
234
|
}
|
|
@@ -301,7 +244,7 @@
|
|
|
301
244
|
}
|
|
302
245
|
|
|
303
246
|
.sapMSFB {
|
|
304
|
-
margin-top: 0.
|
|
247
|
+
margin-top: 0.125rem;
|
|
305
248
|
width: 1.625rem;
|
|
306
249
|
height: 1.625rem;
|
|
307
250
|
}
|
|
@@ -309,10 +252,6 @@
|
|
|
309
252
|
.sapMSFS {
|
|
310
253
|
margin-right: 0.1875rem;
|
|
311
254
|
}
|
|
312
|
-
|
|
313
|
-
.sapMSFF .sapMSFSSI:before {
|
|
314
|
-
margin-top: 0.5rem;
|
|
315
|
-
}
|
|
316
255
|
}
|
|
317
256
|
}
|
|
318
257
|
|
|
@@ -339,7 +278,7 @@
|
|
|
339
278
|
&.sapMIBar.sapMTB {
|
|
340
279
|
.sapMBarChild.sapMImg:first-child,
|
|
341
280
|
.sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
|
|
342
|
-
margin-left: 0.
|
|
281
|
+
margin-left: 0.5rem;
|
|
343
282
|
}
|
|
344
283
|
}
|
|
345
284
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.sapTntToolHeader:not(.sapUshellShellToolHeader) {
|
|
20
20
|
&.sapMTB {
|
|
21
21
|
background-color: @sapUiShellColor;
|
|
22
|
-
padding: 0
|
|
22
|
+
padding: 0 1rem 0 0.875rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
&.sapMTBStandard {
|
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapTntToolHeader {
|
|
31
|
-
&.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
32
|
-
margin: 0 0 0 0.375rem;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
31
|
&.sapMIBar.sapMTB .sapMBarChild.sapMTBSeparator {
|
|
36
32
|
background: none;
|
|
37
33
|
width: 0.75rem;
|
|
@@ -45,59 +41,70 @@
|
|
|
45
41
|
.sapTntToolHeader {
|
|
46
42
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
47
43
|
&.sapMBtn {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
&.sapMBtn .sapMBtnTransparent,
|
|
53
|
-
&.sapMBtn .sapMBtnDefault,
|
|
54
|
-
&.sapMBtn .sapMBtnBack,
|
|
55
|
-
&.sapMBtn .sapMBtnUp {
|
|
56
|
-
color: @sapUiContentIconColor;
|
|
57
|
-
background-color: @sapUiButtonLiteBackground;
|
|
58
|
-
height: 2.5rem;
|
|
59
|
-
|
|
60
|
-
.sapUiIcon {
|
|
61
|
-
color: @sapUiContentIconColor;
|
|
62
|
-
line-height: 2.5rem;
|
|
44
|
+
.sapMBtnInner::after,
|
|
45
|
+
.sapMBtnIcon {
|
|
46
|
+
background: transparent;
|
|
47
|
+
color: @sapUiShellInteractiveTextColor;
|
|
63
48
|
}
|
|
64
|
-
|
|
65
49
|
.sapMBtnContent {
|
|
66
|
-
|
|
50
|
+
background: transparent;
|
|
51
|
+
color: @sapUiShellTextColor;
|
|
67
52
|
}
|
|
68
|
-
}
|
|
69
53
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
&.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
74
|
-
&.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
75
|
-
&::before {
|
|
76
|
-
outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
77
|
-
border: none !important;
|
|
54
|
+
&:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
|
|
55
|
+
background: @sapUiShellActiveBackground;
|
|
56
|
+
border-color: @sapUiShellActiveBackground;
|
|
78
57
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
58
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
59
|
+
background-color: @sapUiShellHoverBackground;
|
|
60
|
+
.sapMBtnIcon {
|
|
61
|
+
color: @sapUiShellActiveTextColor;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
&:hover:not(.sapMBtnDisabled) {
|
|
65
|
+
.sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
|
|
66
|
+
background-color: @sapUiShellHoverBackground;
|
|
67
|
+
.sapMBtnIcon {
|
|
68
|
+
color: @sapUiShellActiveTextColor;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
72
|
+
&:not(.sapMBtnActive) {
|
|
73
|
+
background: @sapUiShellHoverBackground;
|
|
74
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
75
|
+
}
|
|
76
|
+
&.sapMBtnActive {
|
|
77
|
+
background: @sapUiShellActiveBackground;
|
|
78
|
+
color: @sapUiShellActiveTextColor;
|
|
79
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
80
|
+
|
|
81
|
+
.sapMBtnContent bdi {
|
|
82
|
+
color: @sapUiShellActiveTextColor;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
&.sapMBtnActive:after,
|
|
86
|
+
&.sapMBtnActive >.sapMBtnIcon {
|
|
87
|
+
color: @sapUiShellActiveTextColor;
|
|
88
|
+
}
|
|
89
|
+
&:after,
|
|
90
|
+
>.sapMBtnIcon {
|
|
91
|
+
color: @sapUiShellInteractiveTextColor;
|
|
92
|
+
}
|
|
93
|
+
>.sapMBtnContent,
|
|
94
|
+
>.sapMBtnContent bdi
|
|
95
|
+
{
|
|
96
|
+
color: @sapUiShellTextColor;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
98
99
|
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
&:active {
|
|
101
|
+
>.sapMBtnContent,
|
|
102
|
+
>.sapMBtnInner,
|
|
103
|
+
>.sapMBtnIcon {
|
|
104
|
+
color: @sapUiShellTextColor;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
101
108
|
}
|
|
102
109
|
}
|
|
103
110
|
}
|
|
@@ -136,6 +143,10 @@
|
|
|
136
143
|
}
|
|
137
144
|
}
|
|
138
145
|
}
|
|
146
|
+
|
|
147
|
+
.sapMSF {
|
|
148
|
+
padding: 0 0;
|
|
149
|
+
}
|
|
139
150
|
}
|
|
140
151
|
}
|
|
141
152
|
|
|
@@ -146,9 +157,10 @@
|
|
|
146
157
|
.sapTntToolHeader {
|
|
147
158
|
.sapMTitle {
|
|
148
159
|
text-shadow: none;
|
|
149
|
-
font-family: @
|
|
150
|
-
font-size:
|
|
160
|
+
font-family: @sapFontSemiboldFamily;
|
|
161
|
+
font-size: @sapFontHeader5Size;
|
|
151
162
|
line-height: 1.625rem;
|
|
163
|
+
color: @sapUiShellSubBrandTextColor;
|
|
152
164
|
}
|
|
153
165
|
|
|
154
166
|
.sapMText,
|
|
@@ -160,7 +172,7 @@
|
|
|
160
172
|
&.sapMIBar.sapMTB .sapMBarChild.sapMText,
|
|
161
173
|
&.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
|
|
162
174
|
margin-top: 2px; // to align the text/label with the title
|
|
163
|
-
margin-left: 0.
|
|
175
|
+
margin-left: 0.5rem;
|
|
164
176
|
}
|
|
165
177
|
}
|
|
166
178
|
|
|
@@ -178,114 +190,47 @@
|
|
|
178
190
|
// ==========================================================================
|
|
179
191
|
|
|
180
192
|
.sapTntToolHeader {
|
|
181
|
-
.sapMSF {
|
|
182
|
-
height: 2.5rem;
|
|
183
|
-
padding-top: 0px;
|
|
184
|
-
|
|
185
|
-
&:not(.sapMSFVal) .sapMSFS {
|
|
186
|
-
pointer-events: none;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
193
|
|
|
190
|
-
.
|
|
191
|
-
|
|
192
|
-
height: 2.5rem;
|
|
194
|
+
.sapMSFF {
|
|
195
|
+
background: @sapUiFieldBackgroundStyle;
|
|
193
196
|
background-color: @sapUiShellInteractiveBackground;
|
|
197
|
+
box-shadow: @sapUiFieldShadow;
|
|
198
|
+
border: none;
|
|
199
|
+
color: @sapUiShellInteractiveTextColor;
|
|
200
|
+
border-radius: 1.125rem;
|
|
201
|
+
height: 2.25rem;
|
|
194
202
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
203
|
+
.sapMSFB {
|
|
204
|
+
width: 1.75rem;
|
|
205
|
+
height: 1.75rem;
|
|
206
|
+
line-height: 1.75rem;
|
|
207
|
+
font-size: 1rem;
|
|
208
|
+
text-align: center;
|
|
209
|
+
margin-top: 0.25rem;
|
|
210
|
+
padding: 0;
|
|
211
|
+
right: 0;
|
|
212
|
+
top: 0;
|
|
213
|
+
margin-right: 0.25rem;
|
|
198
214
|
}
|
|
199
215
|
|
|
200
|
-
.
|
|
201
|
-
|
|
216
|
+
.sapMSFB:hover {
|
|
217
|
+
background: @sapUiShellHoverBackground;
|
|
218
|
+
box-shadow: @sapUiButtonLiteHoverBorderColor;
|
|
219
|
+
border-radius: 1.125rem;
|
|
220
|
+
height: 1.75rem;
|
|
221
|
+
color: @sapUiShellInteractiveTextColor;
|
|
202
222
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.sapMSF.sapMFocus .sapMSFF {
|
|
206
|
-
background: @sapUiShellActiveBackground;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.sapMSFB {
|
|
210
|
-
width: 2rem;
|
|
211
|
-
height: 2rem;
|
|
212
|
-
margin-top: 0.25rem;
|
|
213
|
-
display: flex;
|
|
214
|
-
align-items: center;
|
|
215
|
-
justify-content: center;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.sapMSFB.sapMSFBA {
|
|
219
|
-
background: none;
|
|
220
|
-
box-shadow: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.sapMSFSSI {
|
|
224
|
-
display: inline;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.sapMSFF .sapMSFSSI:before {
|
|
228
|
-
content: "\e00d";
|
|
229
|
-
color: @sapUiContentNonInteractiveIconColor;
|
|
230
|
-
display: block;
|
|
231
|
-
font-style: normal;
|
|
232
|
-
width: 1rem;
|
|
233
|
-
height: 1rem;
|
|
234
|
-
font-family: 'SAP-icons';
|
|
235
|
-
margin-right: 0.375rem;
|
|
236
|
-
margin-top: 0.75rem;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.sapMSFS::after {
|
|
240
|
-
content: "\e1ed";
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.sapMSFR::after,
|
|
244
|
-
.sapMSFS::after {
|
|
245
|
-
display: block;
|
|
246
|
-
width: 1.25rem;
|
|
247
|
-
height: 1.25rem;
|
|
248
|
-
border-radius: 0.75rem;
|
|
249
|
-
font-size: 0.75rem;
|
|
250
|
-
line-height: 1.25rem;
|
|
251
|
-
}
|
|
252
223
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
border: none;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.sapMSFS:active,
|
|
259
|
-
.sapMSFS:hover,
|
|
260
|
-
.sapMSFR:active,
|
|
261
|
-
.sapMSFR:hover {
|
|
262
|
-
background: none;
|
|
263
|
-
box-shadow: none;
|
|
264
|
-
line-height: 1.25rem;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.sapMSFS:active::after,
|
|
268
|
-
.sapMSFS.sapMSFBA::after,
|
|
269
|
-
.sapMSFR:active::after {
|
|
270
|
-
background: @sapUiActive;
|
|
271
|
-
color: @sapUiContentIconColor;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.sapMSFS:hover::after,
|
|
275
|
-
.sapMSFR:hover::after {
|
|
276
|
-
background: @sapUiHover;
|
|
277
|
-
color: @sapUiContentIconColor;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.sapMSFVal.sapMFocus .sapMSFF {
|
|
281
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 32), 0 0 0 0.0625rem fade(@sapUiFieldBorderColor, 16);
|
|
282
|
-
|
|
283
|
-
&::before {
|
|
284
|
-
display: none;
|
|
224
|
+
.sapMSFR {
|
|
225
|
+
margin-right: 0;
|
|
285
226
|
}
|
|
286
227
|
|
|
287
|
-
.
|
|
288
|
-
|
|
228
|
+
.sapMSFB:active,
|
|
229
|
+
.sapMSFB.sapMSFBA {
|
|
230
|
+
background: @sapUiShellActiveBackground;
|
|
231
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
232
|
+
border-radius: 1.125rem;
|
|
233
|
+
color: @sapUiShellActiveTextColor;
|
|
289
234
|
}
|
|
290
235
|
}
|
|
291
236
|
}
|
|
@@ -301,7 +246,7 @@
|
|
|
301
246
|
}
|
|
302
247
|
|
|
303
248
|
.sapMSFB {
|
|
304
|
-
margin-top: 0.
|
|
249
|
+
margin-top: 0.125rem;
|
|
305
250
|
width: 1.625rem;
|
|
306
251
|
height: 1.625rem;
|
|
307
252
|
}
|
|
@@ -309,10 +254,6 @@
|
|
|
309
254
|
.sapMSFS {
|
|
310
255
|
margin-right: 0.1875rem;
|
|
311
256
|
}
|
|
312
|
-
|
|
313
|
-
.sapMSFF .sapMSFSSI:before {
|
|
314
|
-
margin-top: 0.5rem;
|
|
315
|
-
}
|
|
316
257
|
}
|
|
317
258
|
}
|
|
318
259
|
|
|
@@ -339,7 +280,7 @@
|
|
|
339
280
|
&.sapMIBar.sapMTB {
|
|
340
281
|
.sapMBarChild.sapMImg:first-child,
|
|
341
282
|
.sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
|
|
342
|
-
margin-left: 0.
|
|
283
|
+
margin-left: 0.5rem;
|
|
343
284
|
}
|
|
344
285
|
}
|
|
345
286
|
|