@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
|
@@ -3,41 +3,37 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
5
|
|
|
6
|
-
/*
|
|
7
|
-
/* Switch container */
|
|
8
|
-
/* ------------------------------ */
|
|
9
|
-
|
|
6
|
+
/* Switch container */
|
|
10
7
|
.sapMSwtCont {
|
|
11
8
|
overflow: hidden;
|
|
12
|
-
|
|
9
|
+
/* in order to have a touchable area of 2.75rem height and 3.5rem width */
|
|
13
10
|
padding: 0.625rem 0.5rem;
|
|
14
11
|
}
|
|
15
12
|
|
|
16
13
|
/* focus */
|
|
17
|
-
|
|
18
14
|
html.sap-desktop {
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
|
|
16
|
+
.sapMSwtCont:focus > .sapMSwt::before {
|
|
17
|
+
content: ' ';
|
|
21
18
|
position: absolute;
|
|
22
19
|
display: block;
|
|
23
20
|
top: -0.3125rem;
|
|
24
21
|
left: -0.3125rem;
|
|
25
22
|
bottom: -0.3125rem;
|
|
26
23
|
right: -0.3125rem;
|
|
27
|
-
border: 0.125rem solid
|
|
24
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
28
25
|
border-radius: 1rem;
|
|
29
26
|
}
|
|
27
|
+
|
|
30
28
|
.sapUiSizeCompact {
|
|
31
|
-
|
|
29
|
+
|
|
30
|
+
.sapMSwtCont:focus > .sapMSwt::before {
|
|
32
31
|
border-radius: 0.875rem;
|
|
33
32
|
}
|
|
34
33
|
}
|
|
35
34
|
}
|
|
36
35
|
|
|
37
|
-
/*
|
|
38
|
-
/* Switch */
|
|
39
|
-
/* ------------------------------ */
|
|
40
|
-
|
|
36
|
+
/* Switch */
|
|
41
37
|
.sapMSwt {
|
|
42
38
|
width: 2.875rem;
|
|
43
39
|
height: 1.5rem;
|
|
@@ -45,18 +41,23 @@ html.sap-desktop {
|
|
|
45
41
|
border: none;
|
|
46
42
|
margin: 0;
|
|
47
43
|
border-radius: 0.75rem;
|
|
44
|
+
|
|
48
45
|
&.sapMSwtNoLabel,
|
|
49
46
|
&.sapMSwtAcceptReject {
|
|
50
47
|
width: 2.5rem;
|
|
51
48
|
height: 1.5rem;
|
|
49
|
+
|
|
52
50
|
.sapMSwtText {
|
|
51
|
+
|
|
53
52
|
&.sapMSwtTextOn {
|
|
54
53
|
left: 1.8rem;
|
|
55
54
|
}
|
|
55
|
+
|
|
56
56
|
&.sapMSwtTextOff {
|
|
57
57
|
left: 2rem;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
+
|
|
60
61
|
&.sapMSwtOn .sapMSwtHandle {
|
|
61
62
|
left: 1.5rem;
|
|
62
63
|
}
|
|
@@ -64,44 +65,41 @@ html.sap-desktop {
|
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
/* disabled */
|
|
67
|
-
|
|
68
68
|
.sapMSwtDisabled {
|
|
69
|
-
opacity:
|
|
69
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
/*
|
|
73
|
-
/* Text */
|
|
74
|
-
/* ------------------------------ */
|
|
72
|
+
/* Text */
|
|
75
73
|
.sapMSwtText {
|
|
76
74
|
line-height: 1.5rem;
|
|
77
75
|
width: 1.75rem;
|
|
76
|
+
|
|
78
77
|
&.sapMSwtTextOn {
|
|
79
|
-
color:
|
|
78
|
+
color: var(--sapButton_Handle_Selected_TextColor);
|
|
80
79
|
left: 2.125rem;
|
|
81
80
|
z-index: 1;
|
|
82
81
|
}
|
|
82
|
+
|
|
83
83
|
&.sapMSwtTextOff {
|
|
84
|
-
color:
|
|
84
|
+
color: var(--sapButton_Handle_TextColor);
|
|
85
85
|
left: 2.125rem;
|
|
86
86
|
z-index: 1;
|
|
87
87
|
}
|
|
88
|
+
|
|
88
89
|
.sapMSwtLabel {
|
|
89
90
|
height: 1.5rem;
|
|
90
91
|
line-height: 1.375rem;
|
|
91
92
|
padding: 0;
|
|
92
|
-
font-family:
|
|
93
|
+
font-family: '72-Condensed-Bold', '72', '72full', Arial, Helvetica, sans-serif;
|
|
93
94
|
}
|
|
94
95
|
}
|
|
95
96
|
|
|
96
|
-
/*
|
|
97
|
-
/* Switch handler */
|
|
98
|
-
/* ------------------------------ */
|
|
99
|
-
|
|
97
|
+
/* Switch handler */
|
|
100
98
|
.sapMSwt .sapMSwtHandle {
|
|
101
99
|
height: 1.25rem;
|
|
102
100
|
width: 1.75rem;
|
|
103
101
|
border-radius: 1rem;
|
|
104
|
-
border:
|
|
102
|
+
border: var(--sapButton_BorderWidth) solid;
|
|
105
103
|
left: 2.0625rem;
|
|
106
104
|
}
|
|
107
105
|
|
|
@@ -120,134 +118,141 @@ html.sap-desktop {
|
|
|
120
118
|
width: 1.5rem;
|
|
121
119
|
}
|
|
122
120
|
|
|
123
|
-
|
|
121
|
+
/* on */
|
|
124
122
|
.sapMSwt.sapMSwtOn:not(.sapMSwtAcceptReject) {
|
|
125
|
-
background:
|
|
126
|
-
border: 0.0625rem solid
|
|
123
|
+
background: var(--sapButton_Track_Selected_Background);
|
|
124
|
+
border: 0.0625rem solid var(--sapButton_Track_Selected_BorderColor);
|
|
127
125
|
box-sizing: border-box;
|
|
126
|
+
|
|
128
127
|
.sapMSwtHandle {
|
|
129
|
-
background:
|
|
130
|
-
border: 0.125rem solid
|
|
128
|
+
background: var(--sapButton_Handle_Selected_Background);
|
|
129
|
+
border: 0.125rem solid var(--sapButton_Handle_Selected_BorderColor);
|
|
131
130
|
}
|
|
131
|
+
|
|
132
132
|
&.sapMSwtHoverable:not(.sapMSwtAcceptReject):hover {
|
|
133
|
-
background:
|
|
134
|
-
border: 0.0625rem solid
|
|
133
|
+
background: var(--sapButton_Track_Selected_Hover_Background);
|
|
134
|
+
border: 0.0625rem solid var(--sapButton_Track_Selected_Hover_BorderColor);
|
|
135
|
+
|
|
135
136
|
.sapMSwtHandle {
|
|
136
|
-
background:
|
|
137
|
-
box-shadow: 0 0 0 0.125rem
|
|
137
|
+
background: var(--sapButton_Handle_Selected_Hover_Background);
|
|
138
|
+
box-shadow: 0 0 0 0.125rem var(--sapButton_Handle_Selected_Hover_BorderColor);
|
|
138
139
|
}
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
142
|
|
|
142
|
-
|
|
143
|
+
/* off */
|
|
143
144
|
.sapMSwt.sapMSwtOff:not(.sapMSwtAcceptReject) {
|
|
144
|
-
background:
|
|
145
|
-
border: 0.0625rem solid
|
|
145
|
+
background: var(--sapButton_Track_Background);
|
|
146
|
+
border: 0.0625rem solid var(--sapButton_Track_BorderColor);
|
|
146
147
|
box-sizing: border-box;
|
|
148
|
+
|
|
147
149
|
.sapMSwtHandle {
|
|
148
|
-
background:
|
|
149
|
-
border: 0.125rem solid
|
|
150
|
+
background: var(--sapButton_Handle_Background);
|
|
151
|
+
border: 0.125rem solid var(--sapButton_Handle_BorderColor);
|
|
150
152
|
}
|
|
153
|
+
|
|
151
154
|
&.sapMSwtHoverable:not(.sapMSwtAcceptReject):hover {
|
|
152
|
-
background:
|
|
153
|
-
border: 0.0625rem solid
|
|
155
|
+
background: var(--sapButton_Track_Hover_Background);
|
|
156
|
+
border: 0.0625rem solid var(--sapButton_Track_Hover_BorderColor);
|
|
157
|
+
|
|
154
158
|
.sapMSwtHandle {
|
|
155
|
-
background:
|
|
156
|
-
box-shadow: 0 0 0 0.125rem
|
|
159
|
+
background: var(--sapButton_Handle_Hover_Background);
|
|
160
|
+
box-shadow: 0 0 0 0.125rem var(--sapButton_Handle_Hover_BorderColor);
|
|
157
161
|
}
|
|
158
162
|
}
|
|
159
163
|
}
|
|
160
164
|
|
|
161
|
-
/*
|
|
162
|
-
/* Switch type "AcceptReject" */
|
|
163
|
-
/* ====================================================== */
|
|
165
|
+
/* Switch type "AcceptReject" */
|
|
164
166
|
|
|
165
|
-
/*
|
|
166
|
-
/* Switch */
|
|
167
|
-
/* ------------------------------ */
|
|
167
|
+
/* Switch */
|
|
168
168
|
|
|
169
169
|
.sapMSwtAcceptReject.sapMSwt {
|
|
170
|
-
|
|
170
|
+
|
|
171
|
+
/* on */
|
|
171
172
|
&.sapMSwtOn {
|
|
172
|
-
background:
|
|
173
|
-
border: 0.0625rem solid
|
|
173
|
+
background: var(--sapButton_Track_Positive_Background);
|
|
174
|
+
border: 0.0625rem solid var(--sapButton_Track_Positive_BorderColor);
|
|
174
175
|
box-sizing: border-box;
|
|
176
|
+
|
|
175
177
|
.sapMSwtHandle {
|
|
176
|
-
background:
|
|
177
|
-
border: 2px solid
|
|
178
|
+
background: var(--sapButton_Handle_Positive_Background);
|
|
179
|
+
border: 2px solid var(--sapButton_Handle_Positive_BorderColor);
|
|
178
180
|
}
|
|
181
|
+
|
|
179
182
|
&.sapMSwtHoverable:hover {
|
|
180
|
-
background:
|
|
181
|
-
border: 0.0625rem solid
|
|
183
|
+
background: var(--sapButton_Track_Positive_Hover_Background);
|
|
184
|
+
border: 0.0625rem solid var(--sapButton_Track_Positive_Hover_BorderColor);
|
|
185
|
+
|
|
182
186
|
.sapMSwtHandle {
|
|
183
|
-
background:
|
|
184
|
-
box-shadow: 0 0 0 0.125rem
|
|
187
|
+
background: var(--sapButton_Handle_Positive_Hover_Background);
|
|
188
|
+
box-shadow: 0 0 0 0.125rem var(--sapButton_Handle_Positive_Hover_BorderColor);
|
|
185
189
|
}
|
|
186
190
|
}
|
|
187
191
|
}
|
|
188
|
-
|
|
192
|
+
|
|
193
|
+
/* off */
|
|
189
194
|
&.sapMSwtOff {
|
|
190
|
-
background:
|
|
191
|
-
border: 0.0625rem solid
|
|
195
|
+
background: var(--sapButton_Track_Negative_Background);
|
|
196
|
+
border: 0.0625rem solid var(--sapButton_Track_Negative_BorderColor);
|
|
192
197
|
box-sizing: border-box;
|
|
198
|
+
|
|
193
199
|
.sapMSwtHandle {
|
|
194
|
-
background:
|
|
195
|
-
border: 2px solid
|
|
200
|
+
background: var(--sapButton_Handle_Negative_Background);
|
|
201
|
+
border: 2px solid var(--sapButton_Handle_Negative_BorderColor);
|
|
196
202
|
}
|
|
203
|
+
|
|
197
204
|
&.sapMSwtHoverable:hover {
|
|
198
|
-
background:
|
|
199
|
-
border: 0.0625rem solid
|
|
205
|
+
background: var(--sapButton_Track_Negative_Hover_Background);
|
|
206
|
+
border: 0.0625rem solid var(--sapButton_Track_Negative_Hover_BorderColor);
|
|
207
|
+
|
|
200
208
|
.sapMSwtHandle {
|
|
201
|
-
background:
|
|
202
|
-
box-shadow: 0 0 0 0.125rem
|
|
209
|
+
background: var(--sapButton_Handle_Negative_Hover_Background);
|
|
210
|
+
box-shadow: 0 0 0 0.125rem var(--sapButton_Handle_Negative_Hover_BorderColor);
|
|
203
211
|
}
|
|
204
212
|
}
|
|
205
213
|
}
|
|
206
214
|
}
|
|
207
215
|
|
|
208
|
-
/*
|
|
209
|
-
/* Switch handler */
|
|
210
|
-
/* ------------------------------ */
|
|
211
|
-
|
|
216
|
+
/* Switch handler */
|
|
212
217
|
.sapMSwtAcceptReject .sapMSwtWebKit537-35.sapMSwtHandle {
|
|
213
218
|
border: none;
|
|
214
219
|
}
|
|
215
220
|
|
|
216
221
|
.sapMSwt.sapMSwtAcceptReject.sapMSwtOn .sapMSwtLabel {
|
|
217
|
-
color:
|
|
222
|
+
color: var(--sapPositiveTextColor);
|
|
218
223
|
}
|
|
219
224
|
|
|
220
225
|
.sapMSwt.sapMSwtAcceptReject.sapMSwtOff .sapMSwtLabel {
|
|
221
|
-
color:
|
|
226
|
+
color: var(--sapNegativeTextColor);
|
|
222
227
|
}
|
|
223
228
|
|
|
224
229
|
.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
|
|
225
|
-
font-family:
|
|
226
|
-
content:
|
|
230
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
231
|
+
content: '\e05b';
|
|
227
232
|
position: absolute;
|
|
228
233
|
right: 0.375rem;
|
|
229
234
|
overflow: hidden;
|
|
230
235
|
vertical-align: middle;
|
|
231
|
-
font-size:
|
|
232
|
-
color:
|
|
236
|
+
font-size: var(--sapFontLargeSize);
|
|
237
|
+
color: var(--sapButton_Handle_Selected_TextColor);
|
|
233
238
|
}
|
|
234
239
|
|
|
235
240
|
.sapMSwtOff.sapMSwtNoLabel .sapMSwtLabelOff::before {
|
|
236
|
-
font-family:
|
|
237
|
-
content:
|
|
241
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
242
|
+
content: '\e069';
|
|
238
243
|
position: absolute;
|
|
239
244
|
right: 0.5rem;
|
|
240
245
|
overflow: hidden;
|
|
241
246
|
vertical-align: middle;
|
|
242
|
-
font-size:
|
|
243
|
-
color:
|
|
247
|
+
font-size: var(--sapFontLargeSize);
|
|
248
|
+
color: var(--sapButton_Handle_TextColor);
|
|
244
249
|
}
|
|
245
250
|
|
|
246
251
|
.sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
|
|
247
252
|
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
248
253
|
position: absolute;
|
|
249
254
|
right: 0.375rem;
|
|
250
|
-
font-size:
|
|
255
|
+
font-size: var(--sapFontLargeSize);
|
|
251
256
|
}
|
|
252
257
|
|
|
253
258
|
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
@@ -266,62 +271,75 @@ html.sap-desktop {
|
|
|
266
271
|
display: none;
|
|
267
272
|
}
|
|
268
273
|
|
|
269
|
-
/*
|
|
270
|
-
/* Compact mode */
|
|
271
|
-
/* ------------------------------ */
|
|
272
|
-
|
|
274
|
+
/* Compact mode */
|
|
273
275
|
.sapUiSizeCompact {
|
|
276
|
+
|
|
274
277
|
.sapMSwtCont {
|
|
275
|
-
|
|
278
|
+
/* in order to have a touchable area of 2rem height and 3rem width */
|
|
276
279
|
padding-top: 0.375rem;
|
|
277
280
|
padding-bottom: 0.375rem;
|
|
281
|
+
|
|
278
282
|
.sapMSwt {
|
|
279
283
|
width: 2.75rem;
|
|
280
284
|
height: 1.25rem;
|
|
285
|
+
|
|
281
286
|
.sapMSwtHandle {
|
|
282
287
|
height: 1rem;
|
|
283
288
|
width: 1.75rem;
|
|
284
289
|
}
|
|
290
|
+
|
|
285
291
|
.sapMSwtText {
|
|
286
292
|
line-height: 1.25rem;
|
|
293
|
+
|
|
287
294
|
&.sapMSwtTextOn {
|
|
288
295
|
left: 2.0625rem;
|
|
289
296
|
}
|
|
297
|
+
|
|
290
298
|
&.sapMSwtTextOff {
|
|
291
299
|
left: 2.0625rem;
|
|
292
300
|
}
|
|
301
|
+
|
|
293
302
|
.sapMSwtLabel {
|
|
294
303
|
width: 1.75rem;
|
|
295
304
|
line-height: 1.125rem;
|
|
296
305
|
}
|
|
297
306
|
}
|
|
307
|
+
|
|
298
308
|
.sapMSwtOn .sapMSwtHandle {
|
|
299
309
|
left: 2.125rem;
|
|
300
310
|
}
|
|
311
|
+
|
|
301
312
|
&.sapMSwtNoLabel,
|
|
302
313
|
&.sapMSwtAcceptReject {
|
|
303
314
|
width: 2rem;
|
|
304
315
|
height: 1.25rem;
|
|
316
|
+
|
|
305
317
|
.sapMSwtHandle {
|
|
306
318
|
width: 1.25rem;
|
|
307
319
|
}
|
|
320
|
+
|
|
308
321
|
&.sapMSwtOn .sapMSwtHandle{
|
|
309
322
|
left: 1.88rem;
|
|
310
323
|
}
|
|
324
|
+
|
|
311
325
|
.sapMSwtText {
|
|
326
|
+
|
|
312
327
|
&.sapMSwtTextOn {
|
|
313
328
|
left: 1.325rem;
|
|
314
329
|
}
|
|
330
|
+
|
|
315
331
|
&.sapMSwtTextOff {
|
|
316
332
|
left: 1.625rem;
|
|
317
333
|
}
|
|
318
334
|
}
|
|
335
|
+
|
|
319
336
|
&.sapMSwtOn .sapMSwtHandle {
|
|
320
337
|
left: 1.8125rem;
|
|
321
338
|
}
|
|
322
339
|
}
|
|
323
340
|
}
|
|
324
341
|
}
|
|
342
|
+
|
|
325
343
|
.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before,
|
|
326
344
|
.sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
|
|
327
345
|
.sapMSwtOff.sapMSwtNoLabel .sapMSwtLabelOff::before,
|
|
@@ -329,6 +347,7 @@ html.sap-desktop {
|
|
|
329
347
|
font-size: @sapMFontMediumSize;
|
|
330
348
|
right: 0.3125rem;
|
|
331
349
|
}
|
|
350
|
+
|
|
332
351
|
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
333
352
|
right: 0.4375rem;
|
|
334
353
|
}
|
|
@@ -8,75 +8,93 @@
|
|
|
8
8
|
|
|
9
9
|
.sapMTabStripContainer .sapMTabStrip {
|
|
10
10
|
height: 3.25rem;
|
|
11
|
-
background:
|
|
11
|
+
background: var(--sapShell_Background);
|
|
12
12
|
box-shadow: none;
|
|
13
|
+
|
|
13
14
|
.sapMBtnBase {
|
|
14
15
|
width: 2.25rem;
|
|
15
16
|
}
|
|
17
|
+
|
|
16
18
|
.sapMTSRightOverflowButtons {
|
|
17
19
|
right: 5.8rem;
|
|
18
20
|
text-align: center;
|
|
21
|
+
|
|
19
22
|
.sapMBtn.sapMBtnBase {
|
|
20
23
|
margin-left: 0;
|
|
21
24
|
padding-left: 0;
|
|
22
25
|
}
|
|
23
26
|
}
|
|
27
|
+
|
|
24
28
|
.sapMTSTabsContainer {
|
|
25
29
|
left: 0;
|
|
26
30
|
right: 5.8rem;
|
|
31
|
+
|
|
27
32
|
.sapMTSTabs {
|
|
33
|
+
|
|
28
34
|
.sapMTabStripItem {
|
|
29
35
|
padding: 0 0 0 0.5rem;
|
|
30
36
|
border-bottom: 0;
|
|
31
37
|
margin-right: 0.5rem;
|
|
38
|
+
|
|
32
39
|
.sapMTabStripItemLabel {
|
|
33
|
-
font-family:
|
|
40
|
+
font-family: var(--sapFontBoldFamily);
|
|
34
41
|
}
|
|
42
|
+
|
|
35
43
|
&:last-child {
|
|
36
44
|
margin-right: 0;
|
|
37
45
|
}
|
|
46
|
+
|
|
38
47
|
&:hover {
|
|
39
|
-
color:
|
|
40
|
-
background-color:
|
|
48
|
+
color: var(--sapTextColor);
|
|
49
|
+
background-color: var(--sapList_Hover_Background);
|
|
41
50
|
}
|
|
51
|
+
|
|
42
52
|
&.sapMTabStripItemSelected {
|
|
43
|
-
color:
|
|
44
|
-
background:
|
|
53
|
+
color: var(--sapContent_Selected_ForegroundColor);
|
|
54
|
+
background: var(--sapList_Background);
|
|
55
|
+
|
|
45
56
|
.sapMTabStripItemLabel {
|
|
46
|
-
font-family:
|
|
57
|
+
font-family: var(--sapFontBoldFamily);
|
|
47
58
|
}
|
|
48
59
|
}
|
|
60
|
+
|
|
49
61
|
.sapMTSItemCloseBtnCnt {
|
|
50
62
|
width: 2rem;
|
|
51
63
|
height: 2.75rem;
|
|
52
64
|
line-height: 2.5rem;
|
|
65
|
+
|
|
53
66
|
.sapMBtn {
|
|
54
67
|
width: 1.5rem;
|
|
55
68
|
height: 2rem;
|
|
56
69
|
vertical-align: middle;
|
|
57
70
|
}
|
|
58
71
|
}
|
|
59
|
-
|
|
60
|
-
|
|
72
|
+
|
|
73
|
+
.sapMTabContIcon.sapUiIcon {
|
|
74
|
+
color: var(--sapContent_IconColor);
|
|
61
75
|
}
|
|
62
76
|
}
|
|
63
77
|
}
|
|
64
78
|
}
|
|
79
|
+
|
|
65
80
|
.sapMTSOverflowSelect {
|
|
66
81
|
width: 2.25rem;
|
|
67
82
|
height: 2.25rem;
|
|
68
83
|
}
|
|
84
|
+
|
|
69
85
|
.sapMTSLeftOverflowButtons {
|
|
70
86
|
margin-left: 0;
|
|
71
87
|
}
|
|
72
88
|
}
|
|
73
89
|
|
|
74
90
|
.sapMTabStripContainer {
|
|
75
|
-
background:
|
|
91
|
+
background: var(--sapShell_Background);
|
|
76
92
|
}
|
|
93
|
+
|
|
77
94
|
.sapMTSOverflowSelectListItem {
|
|
78
95
|
padding-right: 0;
|
|
79
96
|
}
|
|
97
|
+
|
|
80
98
|
.sapMSltIcon.sapUiIcon.sapUiIconMirrorInRTL {
|
|
81
99
|
font-size: 1rem;
|
|
82
100
|
}
|
|
@@ -87,31 +105,39 @@
|
|
|
87
105
|
right: 0;
|
|
88
106
|
bottom: 0;
|
|
89
107
|
border-radius: 0.25rem;
|
|
90
|
-
border: 0.125rem solid
|
|
108
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
91
109
|
}
|
|
92
110
|
|
|
93
111
|
.sapUiSizeCompact {
|
|
112
|
+
|
|
94
113
|
.sapMTabStrip {
|
|
114
|
+
|
|
95
115
|
.sapMTSRightOverflowButtons {
|
|
96
116
|
right: 5.7rem;
|
|
97
117
|
}
|
|
118
|
+
|
|
98
119
|
.sapMTSTabsContainer .sapMTSTabs {
|
|
120
|
+
|
|
99
121
|
.sapMTabStripItem {
|
|
100
122
|
padding: 0 2rem 0 0.5rem;
|
|
101
123
|
border-bottom: 0;
|
|
124
|
+
|
|
102
125
|
&:hover {
|
|
103
126
|
color: @_sap_m_TabStrip_ItemHoverTextColor;
|
|
104
|
-
background-color:
|
|
127
|
+
background-color: var(--sapList_Hover_Background);
|
|
105
128
|
padding: 0 2rem 0 0.5rem;
|
|
106
129
|
}
|
|
130
|
+
|
|
107
131
|
&.sapMTabStripItemSelected {
|
|
108
|
-
color:
|
|
109
|
-
background:
|
|
132
|
+
color: var(--sapContent_Selected_ForegroundColor);
|
|
133
|
+
background: var(--sapList_Background);
|
|
110
134
|
padding: 0 2rem 0 0.5rem;
|
|
111
135
|
}
|
|
136
|
+
|
|
112
137
|
.sapMTSItemCloseBtnCnt {
|
|
113
138
|
width: 2rem;
|
|
114
139
|
height: 2.75rem;
|
|
140
|
+
|
|
115
141
|
.sapMBtn {
|
|
116
142
|
width: 1.5rem;
|
|
117
143
|
height: 2rem;
|
|
@@ -120,20 +146,23 @@
|
|
|
120
146
|
}
|
|
121
147
|
}
|
|
122
148
|
}
|
|
149
|
+
|
|
123
150
|
.sapMTSOverflowSelect {
|
|
124
151
|
height: 1.625rem;
|
|
125
152
|
}
|
|
153
|
+
|
|
126
154
|
.sapMTSTouchArea .sapMSlt {
|
|
127
155
|
margin-top: 0.46rem;
|
|
128
156
|
}
|
|
129
157
|
}
|
|
158
|
+
|
|
130
159
|
.sapMTSOverflowSelectListItem .sapMTabStripSelectListItemCloseBtn {
|
|
131
|
-
visibility: visible;
|
|
160
|
+
visibility: visible; /* close button must be always visible */
|
|
132
161
|
}
|
|
133
162
|
}
|
|
134
163
|
|
|
135
164
|
.sapMTabStrip .sapMTSTabsContainer .sapMTSTabs .sapMTabStripItem.sapMTabStripItemSelected {
|
|
136
|
-
box-shadow: inset 0 0.1875rem 0
|
|
165
|
+
box-shadow: inset 0 0.1875rem 0 var(--sapSelectedColor);
|
|
137
166
|
border-bottom: 0;
|
|
138
167
|
border-radius: 0.125rem 0.125rem 0 0;
|
|
139
168
|
}
|
|
@@ -144,7 +173,7 @@ html.sap-phone .sapMTabStripSelectListItemCloseBtn {
|
|
|
144
173
|
|
|
145
174
|
html[dir=ltr] .sapMTabStrip .sapMTSLeftOverflowButtons,
|
|
146
175
|
html[dir=rtl] .sapMTabStrip .sapMTSRightOverflowButtons {
|
|
147
|
-
background:
|
|
176
|
+
background: var(--sapShell_Background);
|
|
148
177
|
width: 2.25rem;
|
|
149
178
|
}
|
|
150
179
|
|
|
@@ -155,7 +184,7 @@ html[dir=rtl] .sapMTabStrip .sapMTSRightOverflowButtons::after {
|
|
|
155
184
|
|
|
156
185
|
html[dir=ltr] .sapMTabStrip .sapMTSRightOverflowButtons,
|
|
157
186
|
html[dir=rtl] .sapMTabStrip .sapMTSLeftOverflowButtons {
|
|
158
|
-
background:
|
|
187
|
+
background: var(--sapShell_Background);
|
|
159
188
|
width: 2.25rem;
|
|
160
189
|
}
|
|
161
190
|
|
|
@@ -164,15 +193,15 @@ html[dir=rtl] .sapMTabStrip .sapMTSLeftOverflowButtons::after {
|
|
|
164
193
|
background: transparent;
|
|
165
194
|
}
|
|
166
195
|
|
|
167
|
-
|
|
196
|
+
/* no animation for fiori 3 for acc reasons */
|
|
168
197
|
html[data-sap-ui-animation='on'] .sapMTabStrip .sapMTSTabsContainer .sapMTSTabs {
|
|
198
|
+
|
|
169
199
|
.sapMTabStripItem,
|
|
170
200
|
.sapMTabStripItem .sapMTSItemCloseBtnCnt .sapMBtn {
|
|
171
|
-
-webkit-transition: none;
|
|
172
201
|
transition: none;
|
|
173
202
|
}
|
|
174
203
|
}
|
|
175
204
|
|
|
176
205
|
.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
177
|
-
border: 0.0625rem solid
|
|
206
|
+
border: 0.0625rem solid var(--sapButton_Emphasized_Hover_BorderColor);
|
|
178
207
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ============================ */
|
|
5
5
|
|
|
6
6
|
@_sap_m_Table_SelNavColWidth: 2.75rem;
|
|
7
|
-
@_sap_m_Table_CustomFocusMargin:
|
|
7
|
+
@_sap_m_Table_CustomFocusMargin: 0;
|
|
8
8
|
|
|
9
9
|
.sapMListBGTransparent .sapMListTblHeader,
|
|
10
10
|
.sapMListBGTransparent .sapMListTblFooter {
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
|
|
14
14
|
.sapMListBGTranslucent .sapMListTblHeader,
|
|
15
15
|
.sapMListBGTranslucent .sapMListTblFooter {
|
|
16
|
-
background-color:
|
|
16
|
+
background-color: var(--sapList_Background);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapMListBGSolid .sapMListTblHeader,
|
|
20
20
|
.sapMListBGSolid .sapMListTblFooter {
|
|
21
|
-
background-color:
|
|
21
|
+
background-color: var(--sapList_Background);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* make the focus visible on all sides */
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.sapMListTblDummyCell:last-child {
|
|
30
|
-
background-color:
|
|
30
|
+
background-color: var(--sapList_Background);
|
|
31
31
|
}
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
padding-top: 0.6875rem;
|
|
10
10
|
padding-bottom: 0.6875rem;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
html[data-sap-ui-browser^='cr'] .sapUiFormEdit .sapMText {
|
|
13
14
|
line-height: 1.4375rem;
|
|
14
15
|
}
|
|
15
16
|
|
|
@@ -20,6 +21,6 @@ html[data-sap-ui-browser^="cr"] .sapUiFormEdit .sapMText {
|
|
|
20
21
|
|
|
21
22
|
.sapUiTableHeaderDataCell .sapMText,
|
|
22
23
|
.sapMColumnHeader .sapMText {
|
|
23
|
-
font-family:
|
|
24
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
24
25
|
font-weight: normal;
|
|
25
26
|
}
|