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