@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
|
@@ -12,24 +12,25 @@
|
|
|
12
12
|
@_sap_m_SearchField_ButtonFontSize: 1rem;
|
|
13
13
|
@_sap_m_SearchField_CompactButtonLineHeight: 1.625rem;
|
|
14
14
|
@_sap_m_SearchField_Compact_FormPaddingLeft: 0.5rem;
|
|
15
|
-
@_sap_m_SearchField_ResetIcon:
|
|
15
|
+
@_sap_m_SearchField_ResetIcon: '\e03e';
|
|
16
16
|
@_sap_m_SearchField_Border: none;
|
|
17
17
|
@_sap_m_SearchField_FocusOffset: 0;
|
|
18
18
|
@_sap_m_SearchField_FocusBorderRadius: inherit;
|
|
19
19
|
@_sap_m_SearchField_PlaceholderFontStyle: italic;
|
|
20
|
-
@_sap_m_SearchField_ActiveBackgroundStyle:
|
|
20
|
+
@_sap_m_SearchField_ActiveBackgroundStyle: var(--sapField_BackgroundStyle);
|
|
21
21
|
|
|
22
22
|
.sapMSFF {
|
|
23
|
-
border-radius:
|
|
23
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapMSFDisabled {
|
|
27
|
-
opacity:
|
|
27
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapMSFB {
|
|
31
|
-
border-radius:
|
|
32
|
-
color:
|
|
31
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
32
|
+
color: var(--sapField_TextColor);
|
|
33
|
+
|
|
33
34
|
&:first-of-type {
|
|
34
35
|
margin-left: 0.25rem;
|
|
35
36
|
}
|
|
@@ -39,27 +40,27 @@
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
&:hover {
|
|
42
|
-
box-shadow:
|
|
43
|
-
background:
|
|
44
|
-
background-color:
|
|
43
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
44
|
+
background: var(--sapField_BackgroundStyle);
|
|
45
|
+
background-color: var(--sapField_Hover_Background);
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
&:active,
|
|
48
|
-
&.sapMSFBA
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
color:
|
|
52
|
-
background-color: @sapUiFieldHoverBackground;
|
|
49
|
+
&.sapMSFBA { /* Firefox specific */
|
|
50
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
51
|
+
color: var(--sapButton_Selected_TextColor);
|
|
52
|
+
background-color: var(--sapField_Hover_Background);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
57
|
-
background-color:
|
|
57
|
+
background-color: var(--sapField_Hover_Background);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.sapMSF.sapMFocus {
|
|
61
|
+
|
|
61
62
|
.sapMSFF {
|
|
62
|
-
background-color:
|
|
63
|
+
background-color: var(--sapField_Focus_Background);
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
&:hover .sapMSFF {
|
|
@@ -67,6 +68,6 @@
|
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
.sapMSFB:hover {
|
|
70
|
-
color:
|
|
71
|
+
color: var(--sapButton_Selected_TextColor);
|
|
71
72
|
}
|
|
72
|
-
}
|
|
73
|
+
}
|
|
@@ -7,20 +7,22 @@
|
|
|
7
7
|
height: 2.75rem;
|
|
8
8
|
vertical-align: top;
|
|
9
9
|
position: relative;
|
|
10
|
+
|
|
10
11
|
.sapMSegBBtn {
|
|
12
|
+
|
|
11
13
|
.sapMSegBBtnInner {
|
|
12
14
|
font-size: @sapMFontMediumSize;
|
|
13
|
-
font-family:
|
|
15
|
+
font-family: var(--sapFontBoldFamily);
|
|
14
16
|
height: 2.25rem;
|
|
15
17
|
line-height: 2.25rem;
|
|
16
18
|
padding-left: 0.5625rem;
|
|
17
19
|
padding-right: 0.5625rem;
|
|
18
20
|
text-align: center;
|
|
19
21
|
text-shadow: none;
|
|
20
|
-
color:
|
|
21
|
-
border-top: 1px solid
|
|
22
|
+
color: var(--sapButton_TextColor);
|
|
23
|
+
border-top: 1px solid var(--sapButton_BorderColor);
|
|
22
24
|
border-left: 1px solid transparent;
|
|
23
|
-
border-bottom: 1px solid
|
|
25
|
+
border-bottom: 1px solid var(--sapButton_BorderColor);
|
|
24
26
|
border-right: 1px solid transparent;
|
|
25
27
|
background-color: transparent;
|
|
26
28
|
margin-left: 1px;
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
margin-top: -1px;
|
|
29
31
|
margin-bottom: -1px;
|
|
30
32
|
}
|
|
33
|
+
|
|
31
34
|
&:not(.sapMSegBBtnMixed) .sapMImg {
|
|
32
35
|
padding-left: 0.5625rem;
|
|
33
36
|
padding-right: 0.5625rem;
|
|
@@ -36,9 +39,9 @@
|
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
.sapMSegB .sapMSegBBtn .sapMSegBBtnInnerWrapper {
|
|
39
|
-
border-top: 1px solid
|
|
40
|
-
border-bottom: 1px solid
|
|
41
|
-
background-color:
|
|
42
|
+
border-top: 1px solid var(--sapButton_BorderColor);
|
|
43
|
+
border-bottom: 1px solid var(--sapButton_BorderColor);
|
|
44
|
+
background-color: var(--sapButton_Background);
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
.sapMSegB .sapMSegBBtn {
|
|
@@ -46,49 +49,50 @@
|
|
|
46
49
|
}
|
|
47
50
|
|
|
48
51
|
.sapMSegBBtn:first-child .sapMSegBBtnInner {
|
|
49
|
-
border-top-left-radius:
|
|
50
|
-
border-bottom-left-radius:
|
|
51
|
-
border-left: 1px solid
|
|
52
|
+
border-top-left-radius: var(--sapButton_BorderCornerRadius);
|
|
53
|
+
border-bottom-left-radius: var(--sapButton_BorderCornerRadius);
|
|
54
|
+
border-left: 1px solid var(--sapButton_BorderColor);
|
|
52
55
|
margin-left: -1px;
|
|
53
56
|
}
|
|
54
57
|
|
|
55
58
|
.sapMSegBBtn:first-child .sapMSegBBtnInnerWrapper {
|
|
56
|
-
border-top-left-radius:
|
|
57
|
-
border-bottom-left-radius:
|
|
58
|
-
border-left: 1px solid
|
|
59
|
+
border-top-left-radius: var(--sapButton_BorderCornerRadius);
|
|
60
|
+
border-bottom-left-radius: var(--sapButton_BorderCornerRadius);
|
|
61
|
+
border-left: 1px solid var(--sapButton_BorderColor);
|
|
59
62
|
}
|
|
60
63
|
|
|
61
64
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInnerWrapper {
|
|
62
|
-
border-top-right-radius:
|
|
63
|
-
border-bottom-right-radius:
|
|
64
|
-
border-right: 1px solid
|
|
65
|
+
border-top-right-radius: var(--sapButton_BorderCornerRadius);
|
|
66
|
+
border-bottom-right-radius: var(--sapButton_BorderCornerRadius);
|
|
67
|
+
border-right: 1px solid var(--sapButton_BorderColor);
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner{
|
|
68
|
-
border-top-right-radius:
|
|
69
|
-
border-bottom-right-radius:
|
|
70
|
-
border-right: 1px solid
|
|
71
|
+
border-top-right-radius: var(--sapButton_BorderCornerRadius);
|
|
72
|
+
border-bottom-right-radius: var(--sapButton_BorderCornerRadius);
|
|
73
|
+
border-right: 1px solid var(--sapButton_BorderColor);
|
|
71
74
|
margin-right: -1px;
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
75
|
-
background:
|
|
78
|
+
background: var(--sapButton_Hover_Background);
|
|
76
79
|
border-radius: 0.5rem;
|
|
77
|
-
border-color:
|
|
80
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
78
81
|
}
|
|
79
82
|
|
|
80
83
|
html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
81
|
-
border-color:
|
|
84
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
82
85
|
}
|
|
83
86
|
|
|
84
87
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
85
|
-
border-color:
|
|
88
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
86
89
|
}
|
|
87
90
|
|
|
88
91
|
/* Custom focus outline: */
|
|
89
92
|
html.sap-desktop {
|
|
90
|
-
|
|
91
|
-
|
|
93
|
+
|
|
94
|
+
.sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
95
|
+
content: '';
|
|
92
96
|
position: absolute;
|
|
93
97
|
box-sizing: border-box;
|
|
94
98
|
left: 0.125rem;
|
|
@@ -96,11 +100,12 @@ html.sap-desktop {
|
|
|
96
100
|
right: 0.2rem;
|
|
97
101
|
bottom: 0.375rem;
|
|
98
102
|
pointer-events: none;
|
|
99
|
-
border: 0.125rem solid
|
|
103
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
100
104
|
border-radius: 0.375rem;
|
|
101
105
|
}
|
|
102
|
-
|
|
103
|
-
|
|
106
|
+
|
|
107
|
+
.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after,
|
|
108
|
+
&.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
104
109
|
top: 0.3rem;
|
|
105
110
|
bottom: 0.3rem;
|
|
106
111
|
}
|
|
@@ -108,8 +113,9 @@ html.sap-desktop {
|
|
|
108
113
|
|
|
109
114
|
/* Custom focus outline: */
|
|
110
115
|
html.sap-desktop {
|
|
111
|
-
|
|
112
|
-
|
|
116
|
+
|
|
117
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
118
|
+
content: '';
|
|
113
119
|
position: absolute;
|
|
114
120
|
box-sizing: border-box;
|
|
115
121
|
left: 0.2rem;
|
|
@@ -117,19 +123,21 @@ html.sap-desktop {
|
|
|
117
123
|
right: 0.125rem;
|
|
118
124
|
bottom: 0.375rem;
|
|
119
125
|
pointer-events: none;
|
|
120
|
-
border: 0.125rem solid
|
|
126
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
121
127
|
border-radius: 0.375rem;
|
|
122
128
|
}
|
|
123
|
-
|
|
124
|
-
|
|
129
|
+
|
|
130
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after,
|
|
131
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
125
132
|
top: 0.3rem;
|
|
126
133
|
bottom: 0.3rem;
|
|
127
134
|
}
|
|
128
135
|
}
|
|
129
136
|
|
|
130
137
|
html.sap-desktop {
|
|
131
|
-
|
|
132
|
-
|
|
138
|
+
|
|
139
|
+
.sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
140
|
+
content: '';
|
|
133
141
|
position: absolute;
|
|
134
142
|
box-sizing: border-box;
|
|
135
143
|
left: 0.2rem;
|
|
@@ -137,23 +145,26 @@ html.sap-desktop {
|
|
|
137
145
|
right: 0.2rem;
|
|
138
146
|
bottom: 0.375rem;
|
|
139
147
|
pointer-events: none;
|
|
140
|
-
border: 0.125rem solid
|
|
148
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
141
149
|
border-radius: 0.375rem;
|
|
142
150
|
}
|
|
143
|
-
|
|
144
|
-
|
|
151
|
+
|
|
152
|
+
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after,
|
|
153
|
+
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner::after {
|
|
145
154
|
top: 0.3rem;
|
|
146
155
|
bottom: 0.3rem;
|
|
147
156
|
}
|
|
148
157
|
}
|
|
149
158
|
|
|
150
159
|
.sapMSegB.sapMSegBIcons {
|
|
160
|
+
|
|
151
161
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
152
162
|
margin-right: -1px;
|
|
153
163
|
}
|
|
154
164
|
}
|
|
155
165
|
|
|
156
166
|
.sapMSegB.sapMSegBIcons {
|
|
167
|
+
|
|
157
168
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
158
169
|
margin-right: -1px;
|
|
159
170
|
}
|
|
@@ -161,9 +172,11 @@ html.sap-desktop {
|
|
|
161
172
|
|
|
162
173
|
/* Custom focus outline: */
|
|
163
174
|
html.sap-desktop {
|
|
175
|
+
|
|
164
176
|
.sapMSegB.sapMSegBIcons {
|
|
165
|
-
|
|
166
|
-
|
|
177
|
+
|
|
178
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner::after {
|
|
179
|
+
content: '';
|
|
167
180
|
position: absolute;
|
|
168
181
|
box-sizing: border-box;
|
|
169
182
|
left: 0.2rem;
|
|
@@ -171,12 +184,13 @@ html.sap-desktop {
|
|
|
171
184
|
right: 0.15rem;
|
|
172
185
|
bottom: 0.375rem;
|
|
173
186
|
pointer-events: none;
|
|
174
|
-
border: 0.125rem solid
|
|
187
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
175
188
|
border-radius: 0.375rem;
|
|
176
189
|
}
|
|
177
190
|
}
|
|
178
|
-
|
|
179
|
-
|
|
191
|
+
|
|
192
|
+
.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner::after,
|
|
193
|
+
&.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner::after {
|
|
180
194
|
top: 0.3rem;
|
|
181
195
|
bottom: 0.3rem;
|
|
182
196
|
}
|
|
@@ -184,9 +198,11 @@ html.sap-desktop {
|
|
|
184
198
|
|
|
185
199
|
/* Custom focus outline: */
|
|
186
200
|
html.sap-desktop {
|
|
201
|
+
|
|
187
202
|
.sapMSegB.sapMSegBIcons {
|
|
188
|
-
|
|
189
|
-
|
|
203
|
+
|
|
204
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner::after {
|
|
205
|
+
content: '';
|
|
190
206
|
position: absolute;
|
|
191
207
|
box-sizing: border-box;
|
|
192
208
|
left: 0.15rem;
|
|
@@ -194,11 +210,12 @@ html.sap-desktop {
|
|
|
194
210
|
right: 0.15rem;
|
|
195
211
|
bottom: 0.375rem;
|
|
196
212
|
pointer-events: none;
|
|
197
|
-
border: 0.125rem solid
|
|
213
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
198
214
|
border-radius: 0.375rem;
|
|
199
215
|
}
|
|
200
|
-
|
|
201
|
-
|
|
216
|
+
|
|
217
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner::after,
|
|
218
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner::after {
|
|
202
219
|
top: 0.3rem;
|
|
203
220
|
bottom: 0.3rem;
|
|
204
221
|
}
|
|
@@ -206,14 +223,17 @@ html.sap-desktop {
|
|
|
206
223
|
}
|
|
207
224
|
|
|
208
225
|
.sapMSegB.sapMSegBIcons {
|
|
226
|
+
|
|
209
227
|
.sapMSegBBtn:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
210
228
|
padding: 0;
|
|
211
229
|
}
|
|
230
|
+
|
|
212
231
|
.sapMSegBBtn.sapMSegBBtnMixed .sapMImg {
|
|
213
232
|
height: 2.125rem;
|
|
214
233
|
width: auto;
|
|
215
234
|
padding-right: 0.375rem;
|
|
216
235
|
}
|
|
236
|
+
|
|
217
237
|
.sapMSegBBtn.sapMSegBBtnMixed .sapUiIcon {
|
|
218
238
|
padding-left: 0;
|
|
219
239
|
padding-right: 0.375rem;
|
|
@@ -222,57 +242,66 @@ html.sap-desktop {
|
|
|
222
242
|
}
|
|
223
243
|
|
|
224
244
|
.sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
|
|
245
|
+
|
|
225
246
|
.sapMSegBBtnInner {
|
|
226
|
-
background:
|
|
227
|
-
color:
|
|
228
|
-
border-color:
|
|
247
|
+
background: var(--sapButton_Selected_Background);
|
|
248
|
+
color: var(--sapButton_Selected_TextColor);
|
|
249
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
229
250
|
}
|
|
251
|
+
|
|
230
252
|
.sapUiIcon {
|
|
231
|
-
color:
|
|
253
|
+
color: var(--sapButton_Selected_TextColor);
|
|
232
254
|
}
|
|
233
255
|
}
|
|
234
256
|
|
|
235
257
|
.sapMSegBBtn.sapMSegBBtnSel {
|
|
258
|
+
|
|
236
259
|
.sapMSegBBtnInner {
|
|
237
|
-
background:
|
|
238
|
-
color:
|
|
239
|
-
border-color:
|
|
260
|
+
background: var(--sapButton_Selected_Background);
|
|
261
|
+
color: var(--sapButton_Selected_TextColor);
|
|
262
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
240
263
|
border-radius: 0.5rem;
|
|
241
264
|
}
|
|
265
|
+
|
|
242
266
|
.sapUiIcon {
|
|
243
|
-
color:
|
|
267
|
+
color: var(--sapButton_Selected_TextColor);
|
|
244
268
|
}
|
|
245
269
|
}
|
|
246
270
|
|
|
247
271
|
.sapMSegBBtn .sapMSegBBtnInnerWrapper {
|
|
248
|
-
background-color:
|
|
272
|
+
background-color: var(--sapButton_Background);
|
|
249
273
|
}
|
|
250
274
|
|
|
251
275
|
.sapMSegBBtn.sapMSegBBtnSel:hover {
|
|
276
|
+
|
|
252
277
|
.sapMSegBBtnInner {
|
|
253
|
-
border-color:
|
|
278
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
254
279
|
}
|
|
255
280
|
}
|
|
256
281
|
|
|
257
282
|
.sapMSegBBtnFocusable.sapMBtnActive {
|
|
283
|
+
|
|
258
284
|
.sapMSegBBtnInner {
|
|
259
|
-
background:
|
|
260
|
-
color:
|
|
285
|
+
background: var(--sapButton_Selected_Background);
|
|
286
|
+
color: var(--sapButton_Selected_TextColor);
|
|
261
287
|
}
|
|
262
|
-
|
|
263
|
-
|
|
288
|
+
|
|
289
|
+
.sapUiIcon {
|
|
290
|
+
color: var(--sapButton_Selected_TextColor);
|
|
264
291
|
}
|
|
265
292
|
}
|
|
266
293
|
|
|
267
294
|
html.sap-desktop .sapMSegBBtn.sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner,
|
|
268
295
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
269
|
-
background:
|
|
296
|
+
background: var(--sapButton_Selected_Hover_Background);
|
|
270
297
|
}
|
|
271
298
|
|
|
272
299
|
.sapMSegBBtn.sapMSegBBtnFocusable.sapMSegBBtnSel {
|
|
300
|
+
|
|
273
301
|
.sapMSegBBtnInner {
|
|
274
|
-
border-right: 1px solid
|
|
302
|
+
border-right: 1px solid var(--sapButton_Selected_BorderColor);
|
|
275
303
|
}
|
|
304
|
+
|
|
276
305
|
.sapMSegBBtnInner:hover {
|
|
277
306
|
border-right: 1px solid @sapUiButtonSelectedHoverBorderColor;
|
|
278
307
|
}
|
|
@@ -290,15 +319,16 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
290
319
|
font-size: 1rem;
|
|
291
320
|
line-height: 2.125rem;
|
|
292
321
|
margin-right: 0;
|
|
293
|
-
color:
|
|
322
|
+
color: var(--sapButton_IconColor);
|
|
294
323
|
vertical-align: top;
|
|
295
324
|
text-align: center;
|
|
296
325
|
}
|
|
326
|
+
|
|
297
327
|
.sapMSegBBtn.sapMSegBBtnMixed .sapUiIcon {
|
|
298
328
|
padding-right: 0.375rem;
|
|
299
329
|
}
|
|
300
330
|
|
|
301
|
-
.sapMSegBBtn .sapMBtnIcon
|
|
331
|
+
.sapMSegBBtn .sapMBtnIcon::before {
|
|
302
332
|
width: 1rem;
|
|
303
333
|
text-align: center;
|
|
304
334
|
display: inline-block;
|
|
@@ -309,14 +339,17 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
309
339
|
}
|
|
310
340
|
|
|
311
341
|
.sapMSegBIcons:not(.sapMSegBBtnMixed) {
|
|
342
|
+
|
|
312
343
|
.sapMImg,
|
|
313
344
|
.sapUiIcon {
|
|
314
345
|
padding-left: 0.5625rem;
|
|
315
346
|
padding-right: 0.5625rem;
|
|
316
347
|
}
|
|
317
348
|
}
|
|
349
|
+
|
|
318
350
|
/* Compact size */
|
|
319
351
|
.sapUiSizeCompact {
|
|
352
|
+
|
|
320
353
|
.sapMSegBBtn .sapMSegBBtnInner {
|
|
321
354
|
height: 1.625rem;
|
|
322
355
|
line-height: 1.5rem;
|
|
@@ -346,29 +379,37 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
346
379
|
width: 1.0rem;
|
|
347
380
|
vertical-align: top;
|
|
348
381
|
}
|
|
382
|
+
|
|
349
383
|
.sapMSegB {
|
|
384
|
+
|
|
350
385
|
.sapMBtnIconLeft {
|
|
351
386
|
margin-left: 0;
|
|
352
387
|
}
|
|
353
388
|
}
|
|
389
|
+
|
|
354
390
|
.sapMSegBIcons:not(.sapMSegBBtnMixed) {
|
|
391
|
+
|
|
355
392
|
.sapMImg,
|
|
356
393
|
.sapUiIcon {
|
|
357
394
|
padding-left: 0.4375rem;
|
|
358
395
|
padding-right: 0.4375rem;
|
|
359
396
|
}
|
|
360
397
|
}
|
|
398
|
+
|
|
361
399
|
.sapMSegBIcons {
|
|
400
|
+
|
|
362
401
|
.sapMSegBBtn.sapMSegBBtnMixed {
|
|
402
|
+
|
|
363
403
|
.sapUiIcon,
|
|
364
404
|
.sapMImg {
|
|
365
405
|
padding-left: 0;
|
|
366
406
|
padding-right: 0.375rem;
|
|
367
407
|
margin: 0;
|
|
368
408
|
}
|
|
409
|
+
|
|
369
410
|
.sapMImg {
|
|
370
411
|
height: 1.5rem;
|
|
371
|
-
width: auto
|
|
412
|
+
width: auto; /* 1.5rem; */
|
|
372
413
|
}
|
|
373
414
|
}
|
|
374
415
|
}
|
|
@@ -376,6 +417,6 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
376
417
|
|
|
377
418
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner,
|
|
378
419
|
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInnerWrapper {
|
|
379
|
-
border-top-right-radius:
|
|
380
|
-
border-bottom-right-radius:
|
|
420
|
+
border-top-right-radius: var(--sapButton_BorderCornerRadius);
|
|
421
|
+
border-bottom-right-radius: var(--sapButton_BorderCornerRadius);
|
|
381
422
|
}
|
|
@@ -5,36 +5,34 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_SelectListItem_Height: 2.5rem;
|
|
7
7
|
@_sap_m_SelectListItem_CompactHeight: 2rem;
|
|
8
|
-
@_sap_m_SelectListItemBelizeFocus_Height: 0.25rem;
|
|
8
|
+
@_sap_m_SelectListItemBelizeFocus_Height: 0.25rem; /* 2 borders * 0.0625rem + 2 offsets (top and bottom) * 0.0625rem */
|
|
9
9
|
|
|
10
10
|
/* selected */
|
|
11
11
|
.sapMSelectListItemBase.sapMSelectListItemBaseSelected {
|
|
12
|
-
background:
|
|
13
|
-
color:
|
|
14
|
-
border-bottom: 0.0625rem solid
|
|
12
|
+
background: var(--sapList_SelectionBackgroundColor);
|
|
13
|
+
color: var(--sapList_TextColor);
|
|
14
|
+
border-bottom: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
15
15
|
|
|
16
16
|
&:hover {
|
|
17
|
-
background:
|
|
17
|
+
background: var(--sapList_Hover_SelectionBackground);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
/* pressed */
|
|
23
22
|
html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
24
|
-
outline: 0.0625rem dotted
|
|
23
|
+
outline: 0.0625rem dotted var(--sapContent_ContrastFocusColor);
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.sapMSelectListItemBase.sapMSelectListItemBasePressed,
|
|
28
27
|
.sapMSelectListItemBase.sapMSelectListItemBaseSelected.sapMSelectListItemBasePressed {
|
|
29
|
-
background-color:
|
|
30
|
-
color:
|
|
28
|
+
background-color: var(--sapList_Active_Background);
|
|
29
|
+
color: var(--sapList_Active_TextColor);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
.sapMSelectListItemBase.sapMSelectListItemBasePressed .sapMSelectListItemIcon {
|
|
34
|
-
color:
|
|
33
|
+
color: var(--sapContent_ContrastIconColor);
|
|
35
34
|
}
|
|
36
35
|
|
|
37
|
-
|
|
38
36
|
/* disabled */
|
|
39
37
|
.sapMSelectListItemBaseDisabled {
|
|
40
38
|
opacity: 0.5;
|
|
@@ -45,8 +43,8 @@ html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
|
45
43
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected::after,
|
|
46
44
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected::after {
|
|
47
45
|
pointer-events: none;
|
|
48
|
-
content:
|
|
49
|
-
outline:
|
|
46
|
+
content: '';
|
|
47
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
50
48
|
outline-offset: -0.1875rem;
|
|
51
49
|
position: absolute;
|
|
52
50
|
top: 0;
|
|
@@ -62,9 +60,9 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
62
60
|
}
|
|
63
61
|
|
|
64
62
|
.sapMSelectListItemBase {
|
|
65
|
-
background-color:
|
|
66
|
-
border-color:
|
|
63
|
+
background-color: var(--sapList_Background);
|
|
64
|
+
border-color: var(--sapList_BorderColor);
|
|
67
65
|
position: relative;
|
|
68
|
-
font-size:
|
|
69
|
-
color:
|
|
66
|
+
font-size: var(--sapFontSize);
|
|
67
|
+
color: var(--sapList_TextColor);
|
|
70
68
|
}
|
|
@@ -25,10 +25,11 @@ html.sap-desktop .sapMShellCentralBox {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.sapMShellGlobalOuterBackground {
|
|
28
|
-
background:
|
|
28
|
+
background: var(--sapShell_Background);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
html.sap-desktop {
|
|
32
|
+
|
|
32
33
|
.sapMShellLogo,
|
|
33
34
|
.sapMShellAppWidthLimited .sapMShellLogo {
|
|
34
35
|
margin: 1rem 1rem 0 0;
|