@openui5/themelib_sap_horizon 1.133.2 → 1.135.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 +0 -7
- package/THIRDPARTY.txt +2 -23
- 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 -3
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -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 -3
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- 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/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- 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/GridListItem.less +1 -2
- 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 +6 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -35
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
- 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 +16 -7
- 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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- 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 +6 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -47
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
- 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 +15 -6
- 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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
- 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/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -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 +9 -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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- 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/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -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 +9 -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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- 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 +14 -11
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -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/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
|
|
16
16
|
|
|
17
17
|
.sapMFocus.sapMTextArea {
|
|
18
|
+
|
|
18
19
|
& .sapMInputBaseContentWrapper {
|
|
20
|
+
|
|
19
21
|
.sapMInputBaseInner {
|
|
20
22
|
outline-offset: -3px;
|
|
21
23
|
}
|
|
@@ -31,23 +33,24 @@
|
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
|
|
36
|
+
|
|
34
37
|
.sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
|
|
35
|
-
background:
|
|
36
|
-
background-color:
|
|
38
|
+
background: var(--sapField_WarningBackgroundStyle);
|
|
39
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
.sapMInputBaseContentWrapperError ::-webkit-scrollbar {
|
|
40
|
-
background:
|
|
41
|
-
background-color:
|
|
43
|
+
background: var(--sapField_InvalidBackgroundStyle);
|
|
44
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
.sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
|
|
45
|
-
background:
|
|
46
|
-
background-color:
|
|
48
|
+
background: var(--sapField_InformationBackgroundStyle);
|
|
49
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
.sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
|
|
50
|
-
background:
|
|
51
|
-
background-color:
|
|
53
|
+
background: var(--sapField_SuccessBackgroundStyle);
|
|
54
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
52
55
|
}
|
|
53
56
|
}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMTile,
|
|
7
7
|
.sapMCustomTile {
|
|
8
|
-
border: 1px solid
|
|
8
|
+
border: 1px solid var(--sapTile_BorderColor);
|
|
9
9
|
border-radius: 0.25rem;
|
|
10
10
|
box-shadow: none;
|
|
11
|
-
-webkit-transition-property: none;
|
|
12
11
|
transition-property: none;
|
|
13
|
-
background-color:
|
|
12
|
+
background-color: var(--sapTile_Background);
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
.sapMTile:focus,
|
|
@@ -22,8 +21,8 @@
|
|
|
22
21
|
.sapMTile:focus::before,
|
|
23
22
|
.sapMTile:hover::before,
|
|
24
23
|
.sapMCustomTile:focus .sapMTile::before,
|
|
25
|
-
.sapMCustomTile:hover .sapMTile::before{
|
|
26
|
-
content:
|
|
24
|
+
.sapMCustomTile:hover .sapMTile::before {
|
|
25
|
+
content: '';
|
|
27
26
|
position: absolute;
|
|
28
27
|
top: -1px;
|
|
29
28
|
right: -1px;
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
|
|
35
34
|
.sapMTile:focus::before,
|
|
36
35
|
.sapMCustomTile:focus .sapMTile::before {
|
|
37
|
-
outline: 0.125rem dotted
|
|
36
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
38
37
|
outline-offset: -0.25rem;
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
|
|
46
45
|
.sapMTile:hover::before,
|
|
47
46
|
.sapMCustomTile:hover .sapMTile::before {
|
|
48
|
-
border: 0.188rem solid
|
|
47
|
+
border: 0.188rem solid var(--sapTile_BorderColor);
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
.sapMTile:hover,
|
|
@@ -56,13 +55,14 @@
|
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.sapMTile.sapMTileActive {
|
|
59
|
-
background-color:
|
|
58
|
+
background-color: var(--sapTile_Background);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.sapMTile .sapUiLocalBusyIndicator {
|
|
63
|
-
background-color:
|
|
62
|
+
background-color: var(--sapTile_Background);
|
|
64
63
|
border-radius: 0.25rem;
|
|
65
64
|
margin: 0.125rem;
|
|
65
|
+
|
|
66
66
|
.sapUiLocalBusyIndicatorAnimation {
|
|
67
67
|
border: none;
|
|
68
68
|
box-shadow: none;
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
|
-
.sapMTC .sapMTCPager
|
|
7
|
-
border: 1px solid
|
|
6
|
+
.sapMTC .sapMTCPager span {
|
|
7
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapMTC .sapMTCPager
|
|
11
|
-
border: 1px solid
|
|
10
|
+
.sapMTC .sapMTCPager span.sapMTCActive {
|
|
11
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMTC .sapMTCScroller:focus::before {
|
|
15
|
-
border: 0.125rem dotted
|
|
15
|
+
border: 0.125rem dotted var(--sapContent_FocusColor);
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: -1px;
|
|
18
18
|
bottom: -1px;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TimePicker_ItemColor:
|
|
7
|
-
@_sap_m_TimePicker_ItemHoverColor:
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
6
|
+
@_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
|
|
7
|
+
@_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
/*
|
|
7
|
-
/* TimePicker Dropdown */
|
|
8
|
-
/* ======================================== */
|
|
6
|
+
/* TimePicker Dropdown */
|
|
9
7
|
.sapMTimePickerSlider {
|
|
8
|
+
|
|
10
9
|
.sapMTimePickerItem {
|
|
11
|
-
border-radius:
|
|
10
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
.sapMTimePickerContainer {
|
|
15
|
+
|
|
16
16
|
.sapMTPColumn:not(:last-child),
|
|
17
17
|
.sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
|
|
18
18
|
margin-right: 0.5rem;
|
|
@@ -20,76 +20,97 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapMTimePickerContainer .sapMTPColumn {
|
|
23
|
+
|
|
23
24
|
.sapMTimePickerSlider,
|
|
24
25
|
.sapMTimePickerLabel,
|
|
25
26
|
.sapMTimePickerSlider {
|
|
27
|
+
|
|
26
28
|
.sapMTimePickerItem,
|
|
27
29
|
.sapMTPPickerSelectionFrame,
|
|
28
30
|
.sapMTPSliderExpanded {
|
|
29
31
|
width: 3rem;
|
|
30
32
|
height: 2.875rem;
|
|
31
33
|
}
|
|
34
|
+
|
|
32
35
|
width: 3rem;
|
|
33
36
|
height: 2.875rem;
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
.sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
|
|
41
|
+
|
|
38
42
|
.sapMTimePickerSlider,
|
|
39
43
|
.sapMTimePickerLabel,
|
|
40
44
|
.sapMTimePickerSlider {
|
|
45
|
+
|
|
41
46
|
.sapMTimePickerItem,
|
|
42
47
|
.sapMTPPickerSelectionFrame,
|
|
43
48
|
.sapMTPSliderExpanded {
|
|
44
49
|
width: 3rem;
|
|
45
50
|
}
|
|
51
|
+
|
|
46
52
|
width: 3rem;
|
|
47
53
|
height: 2rem;
|
|
48
54
|
}
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
.sapMTimePickerContainer {
|
|
58
|
+
|
|
52
59
|
.sapMTPColumn {
|
|
60
|
+
|
|
53
61
|
.sapMTimePickerSlider {
|
|
62
|
+
|
|
54
63
|
.sapMTimePickerItem {
|
|
55
|
-
background:
|
|
56
|
-
border: 0.0625rem solid
|
|
64
|
+
background: var(--sapContent_Selected_Background);
|
|
65
|
+
border: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
66
|
+
|
|
57
67
|
&:hover {
|
|
58
|
-
background:
|
|
68
|
+
background: var(--sapContent_Selected_Hover_Background);
|
|
59
69
|
}
|
|
60
70
|
}
|
|
61
71
|
}
|
|
72
|
+
|
|
62
73
|
&.sapMTPSliderExpanded {
|
|
74
|
+
|
|
63
75
|
.sapMTimePickerSlider {
|
|
76
|
+
|
|
64
77
|
.sapMTimePickerItem {
|
|
65
|
-
background:
|
|
66
|
-
border: 0.0625rem solid
|
|
78
|
+
background: var(--sapLegend_WorkingBackground);
|
|
79
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
80
|
+
|
|
67
81
|
&:hover {
|
|
68
|
-
background:
|
|
69
|
-
border: solid 0.0625rem
|
|
82
|
+
background: var(--sapList_Hover_Background);
|
|
83
|
+
border: solid 0.0625rem var(--sapList_SelectionBorderColor);
|
|
70
84
|
}
|
|
85
|
+
|
|
71
86
|
&:active {
|
|
72
|
-
background:
|
|
73
|
-
color:
|
|
87
|
+
background: var(--sapContent_Selected_Background);
|
|
88
|
+
color: var(--sapContent_Selected_TextColor);
|
|
74
89
|
}
|
|
75
|
-
|
|
76
|
-
|
|
90
|
+
|
|
91
|
+
&.sapMTimePickerItemSelected {
|
|
92
|
+
background: var(--sapList_Background)
|
|
77
93
|
}
|
|
78
94
|
}
|
|
95
|
+
|
|
79
96
|
.sapMTPPickerSelectionFrame {
|
|
80
|
-
border: solid 0.0625rem
|
|
81
|
-
border-radius:
|
|
82
|
-
outline:none;
|
|
97
|
+
border: solid 0.0625rem var(--sapList_SelectionBorderColor);
|
|
98
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
99
|
+
outline: none;
|
|
100
|
+
|
|
83
101
|
&:hover {
|
|
102
|
+
|
|
84
103
|
+ ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
85
|
-
background:
|
|
86
|
-
border: solid 0.0625rem
|
|
104
|
+
background: var(--sapList_Hover_Background);
|
|
105
|
+
border: solid 0.0625rem var(--sapList_SelectionBorderColor);
|
|
87
106
|
}
|
|
88
107
|
}
|
|
108
|
+
|
|
89
109
|
&:active {
|
|
110
|
+
|
|
90
111
|
& + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
91
|
-
background:
|
|
92
|
-
color:
|
|
112
|
+
background: var(--sapContent_Selected_Background);
|
|
113
|
+
color: var(--sapContent_Selected_TextColor);
|
|
93
114
|
}
|
|
94
115
|
}
|
|
95
116
|
}
|
|
@@ -102,41 +123,48 @@
|
|
|
102
123
|
}
|
|
103
124
|
}
|
|
104
125
|
|
|
105
|
-
|
|
106
126
|
/* PHONE STYLES */
|
|
107
127
|
.sap-phone {
|
|
108
|
-
/* ======================================== */
|
|
109
|
-
/* TimePicker Dropdown */
|
|
110
|
-
/* ======================================== */
|
|
111
128
|
|
|
129
|
+
/* TimePicker Dropdown */
|
|
112
130
|
.sapMTimePickerContainer {
|
|
131
|
+
|
|
113
132
|
.sapMTPColumn {
|
|
133
|
+
|
|
114
134
|
.sapMTimePickerSlider,
|
|
115
135
|
.sapMTimePickerLabel,
|
|
116
136
|
.sapMTimePickerSlider {
|
|
137
|
+
|
|
117
138
|
.sapMTimePickerItem,
|
|
118
139
|
.sapMTPPickerSelectionFrame,
|
|
119
140
|
.sapMTPSliderExpanded {
|
|
120
141
|
width: 3rem;
|
|
121
142
|
height: 2.875rem;
|
|
122
143
|
}
|
|
144
|
+
|
|
123
145
|
width: 3rem;
|
|
124
146
|
height: 2.875rem;
|
|
125
147
|
}
|
|
148
|
+
|
|
126
149
|
.sapMTimePickerSlider {
|
|
150
|
+
|
|
127
151
|
.sapMTimePickerItem {
|
|
128
|
-
border: 1px solid
|
|
152
|
+
border: 1px solid var(--sapList_Background);
|
|
129
153
|
}
|
|
130
154
|
}
|
|
155
|
+
|
|
131
156
|
&.sapMTPSliderExpanded {
|
|
157
|
+
|
|
132
158
|
.sapMTimePickerSlider {
|
|
159
|
+
|
|
133
160
|
.sapMTimePickerItem {
|
|
134
|
-
background:
|
|
135
|
-
border: 1px solid
|
|
161
|
+
background: var(--sapLegend_WorkingBackground);
|
|
162
|
+
border: 1px solid var(--sapList_Background);
|
|
136
163
|
width: 3rem;
|
|
137
164
|
}
|
|
165
|
+
|
|
138
166
|
.sapMTPPickerSelectionFrame {
|
|
139
|
-
outline: 0.
|
|
167
|
+
outline: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
140
168
|
outline-offset: -0.188rem;
|
|
141
169
|
}
|
|
142
170
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.m/Title
|
|
3
|
-
/* Horizon High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
7
|
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
.sapFDynamicPage-Std-Phone {
|
|
12
12
|
|
|
13
13
|
.sapFDynamicPageTitleMain {
|
|
14
|
+
|
|
14
15
|
.sapFDynamicPageTitleMainInner {
|
|
16
|
+
|
|
15
17
|
.sapFDynamicPageTitleMainHeading {
|
|
16
18
|
align-self: auto;
|
|
17
19
|
|
|
@@ -19,8 +21,8 @@
|
|
|
19
21
|
margin-top: 0.6875rem;
|
|
20
22
|
|
|
21
23
|
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
|
-
font-size:
|
|
23
|
-
font-family:
|
|
24
|
+
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
|
|
25
|
+
font-family: var(--sapObjectHeader_Title_FontFamily);
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
}
|
|
@@ -17,13 +17,12 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
20
|
-
background-color:
|
|
21
|
-
color:
|
|
22
|
-
border-color:
|
|
20
|
+
background-color: var(--sapButton_Selected_Background);
|
|
21
|
+
color: var(--sapButton_Selected_TextColor);
|
|
22
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* Icon in disabled toggled button */
|
|
26
|
-
|
|
27
26
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
28
27
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
29
28
|
html.sap-desktop .sapMTB-Transparent-CTX .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
@@ -37,5 +36,5 @@ html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapM
|
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
40
|
-
border-color:
|
|
39
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
41
40
|
}
|
|
@@ -5,35 +5,38 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
7
|
|
|
8
|
-
.sapMVSD .sapMPageHeader{
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
9
9
|
z-index: 2;
|
|
10
|
+
|
|
10
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
11
12
|
padding-left: 0rem;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
16
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
17
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
18
19
|
padding-left: 0;
|
|
20
|
+
|
|
19
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
20
23
|
.sapMCbLabel {
|
|
21
|
-
font-family:
|
|
22
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
}
|
|
26
29
|
|
|
27
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
28
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
29
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
.sapMVSD .sapMVSDBar {
|
|
33
36
|
box-shadow: @sapUiShadowHeader;
|
|
34
37
|
}
|
|
35
38
|
|
|
36
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
37
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
38
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
39
42
|
box-shadow: none;
|
|
@@ -4,18 +4,25 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMWS {
|
|
7
|
+
|
|
7
8
|
.sapMWSInner {
|
|
9
|
+
|
|
8
10
|
.sapMWSItem {
|
|
11
|
+
|
|
9
12
|
&:focus {
|
|
10
|
-
outline: 0.125rem dotted
|
|
13
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
11
14
|
}
|
|
12
15
|
}
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
&.sapMWSExpanded {
|
|
19
|
+
|
|
15
20
|
.sapMWSInner {
|
|
21
|
+
|
|
16
22
|
.sapMWSItem {
|
|
23
|
+
|
|
17
24
|
&:focus {
|
|
18
|
-
outline: 0.125rem dotted
|
|
25
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
19
26
|
}
|
|
20
27
|
}
|
|
21
28
|
}
|
|
@@ -23,27 +30,37 @@
|
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
.sapUiSizeCompact {
|
|
33
|
+
|
|
26
34
|
.sapMWS:not(.sapMWSShort) {
|
|
35
|
+
|
|
27
36
|
.sapMWSInner {
|
|
28
|
-
box-shadow: 0 0 0 1px
|
|
37
|
+
box-shadow: 0 0 0 1px var(--sapList_BorderColor);
|
|
29
38
|
}
|
|
30
39
|
}
|
|
31
40
|
}
|
|
32
41
|
|
|
33
42
|
.sap-phone {
|
|
43
|
+
|
|
34
44
|
.sapMWS {
|
|
45
|
+
|
|
35
46
|
.sapMWSInner {
|
|
47
|
+
|
|
36
48
|
.sapMWSItem {
|
|
49
|
+
|
|
37
50
|
&:focus {
|
|
38
|
-
outline: 0.125rem dotted
|
|
51
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
39
52
|
}
|
|
40
53
|
}
|
|
41
54
|
}
|
|
55
|
+
|
|
42
56
|
&.sapMWSExpanded {
|
|
57
|
+
|
|
43
58
|
.sapMWSInner {
|
|
59
|
+
|
|
44
60
|
.sapMWSItem {
|
|
61
|
+
|
|
45
62
|
&:focus {
|
|
46
|
-
outline: 0.125rem dotted
|
|
63
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
47
64
|
}
|
|
48
65
|
}
|
|
49
66
|
}
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
.sapFAvatarColorTileIcon {
|
|
40
40
|
background-color: var(--sapTile_Background);
|
|
41
41
|
color: var(--sapTile_IconColor);
|
|
42
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
42
43
|
|
|
43
44
|
.sapFAvatarInitialsHolder {
|
|
44
45
|
color: currentColor;
|
|
@@ -48,21 +49,33 @@
|
|
|
48
49
|
.sapFAvatarColorPlaceholder {
|
|
49
50
|
background-color: var(--sapContent_ImagePlaceholderBackground);
|
|
50
51
|
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
52
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
51
53
|
|
|
52
54
|
.sapFAvatarInitialsHolder {
|
|
53
55
|
color: currentColor;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
|
|
59
|
+
.sapFAvatarColorTransparent {
|
|
60
|
+
background-color: var(--sapAvatar_Lite_Background);
|
|
61
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
62
|
+
}
|
|
63
|
+
|
|
57
64
|
.generateColor (@accentIndex) {
|
|
58
65
|
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
59
66
|
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
60
67
|
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
68
|
+
@hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
|
|
61
69
|
|
|
62
70
|
// Build the real CSS selector.
|
|
63
71
|
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
64
72
|
.@{css-selector} {
|
|
65
73
|
background-color: @@background-param;
|
|
74
|
+
&.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
|
|
75
|
+
&.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
|
|
76
|
+
background-color: @@hover-color;
|
|
77
|
+
box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
|
|
78
|
+
}
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
.@{css-selector}.sapFAvatarIcon,
|
|
@@ -146,15 +146,22 @@
|
|
|
146
146
|
/* Custom focus outline: */
|
|
147
147
|
/* ---------------------------------------------------------------------*/
|
|
148
148
|
|
|
149
|
+
.sapMBtn:focus-visible > .sapMFocusable,
|
|
149
150
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable {
|
|
150
151
|
outline: var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);
|
|
151
152
|
outline-offset: -0.25rem;
|
|
152
153
|
}
|
|
153
154
|
|
|
155
|
+
.sapMBtn:focus-visible > .sapMFocusable,
|
|
154
156
|
html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
|
|
155
157
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
156
158
|
}
|
|
157
159
|
|
|
160
|
+
.sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable,
|
|
161
|
+
.sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable,
|
|
162
|
+
.sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable,
|
|
163
|
+
.sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable,
|
|
164
|
+
.sapMBtn:focus-visible > .sapMBtnNeutral.sapMFocusable,
|
|
158
165
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable,
|
|
159
166
|
html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable,
|
|
160
167
|
html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable,
|
|
@@ -163,6 +170,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable {
|
|
|
163
170
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
164
171
|
}
|
|
165
172
|
|
|
173
|
+
.sapMBtn:focus-visible > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable,
|
|
166
174
|
html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable {
|
|
167
175
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
168
176
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMGT {
|
|
7
|
-
border-radius: 0.125rem;
|
|
8
7
|
box-shadow: none;
|
|
9
8
|
}
|
|
10
9
|
|
|
@@ -17,10 +16,6 @@
|
|
|
17
16
|
border-radius: 0.125rem;
|
|
18
17
|
}
|
|
19
18
|
|
|
20
|
-
.sapMGTOverlay {
|
|
21
|
-
background-color: fade(@sapUiBlockLayerBackground, 70);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
19
|
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton,
|
|
25
20
|
.sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton {
|
|
26
21
|
|
|
@@ -146,10 +141,6 @@
|
|
|
146
141
|
color: var(--sapTile_TextColor);
|
|
147
142
|
}
|
|
148
143
|
|
|
149
|
-
.sapMGTOverlay {
|
|
150
|
-
opacity: 1;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
144
|
.sapMGT.sapMGTBackgroundImage {
|
|
154
145
|
|
|
155
146
|
.sapMGTOverlay {
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
/* Variables overriding */
|
|
8
8
|
/* ========================================================================== */
|
|
9
9
|
|
|
10
|
-
@_sap_m_IconTabBar_TextColor: var(--sapContent_LabelColor);
|
|
11
10
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
11
|
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
|
|
13
12
|
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
|
|
@@ -18,7 +17,6 @@
|
|
|
18
17
|
/* ==================== Cozy size ==================== */
|
|
19
18
|
|
|
20
19
|
/* Content arrow */
|
|
21
|
-
@_sap_m_IconTabBar_ContentArrowBorderWidth: 0.313rem;
|
|
22
20
|
@_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
|
|
23
21
|
|
|
24
22
|
/* Inline mode */
|
|
@@ -131,14 +129,12 @@
|
|
|
131
129
|
/* Variables */
|
|
132
130
|
/* ========================================================================== */
|
|
133
131
|
|
|
134
|
-
@
|
|
135
|
-
@_sap_m_IconTabBar_SelectedTextColor: var(--sapContent_LabelColor);
|
|
132
|
+
@_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
|
|
136
133
|
@_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
|
|
137
134
|
@_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
|
|
138
135
|
|
|
139
136
|
/* =========== Shell =========== */
|
|
140
137
|
@_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
|
|
141
|
-
@_sap_m_IconTabBar_ShellContentArrowHeight: 0.313rem;
|
|
142
138
|
@_sap_m_IconTabBar_ShellOverflowBorderColor: var(--sapButton_BorderColor);
|
|
143
139
|
@_sap_m_IconTabBar_ShellOverflowHoverBorderColor: var(--sapButton_Hover_BorderColor);
|
|
144
140
|
@_sap_m_IconTabBar_ShellOverflowPressedBorderColor: var(--sapButton_Active_BorderColor);
|
|
@@ -243,7 +239,6 @@
|
|
|
243
239
|
}
|
|
244
240
|
|
|
245
241
|
.sapMITBContentArrow {
|
|
246
|
-
border-bottom: none;
|
|
247
242
|
position: relative;
|
|
248
243
|
|
|
249
244
|
/* creates border bottom with rounded top corners */
|
|
@@ -253,7 +248,6 @@
|
|
|
253
248
|
bottom: 0;
|
|
254
249
|
left: 0;
|
|
255
250
|
right: 0;
|
|
256
|
-
height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
|
|
257
251
|
border-radius: 0.125rem 0.125rem 0 0;
|
|
258
252
|
}
|
|
259
253
|
}
|
|
@@ -299,17 +293,21 @@
|
|
|
299
293
|
}
|
|
300
294
|
|
|
301
295
|
.sapMITBFilterIcon {
|
|
302
|
-
border:
|
|
296
|
+
border: 0.125rem solid var(--sapTab_ForegroundColor);
|
|
303
297
|
}
|
|
304
298
|
|
|
305
299
|
.sapMITBFilterDefault {
|
|
306
300
|
color: var(--sapContent_ContrastIconColor);
|
|
307
301
|
}
|
|
308
302
|
|
|
303
|
+
.sapMITBTab .sapMITBFilterDefault {
|
|
304
|
+
background-color: var(--sapTab_Background);
|
|
305
|
+
}
|
|
306
|
+
|
|
309
307
|
.sapMITBSelected {
|
|
310
308
|
|
|
311
309
|
.sapMITBContentArrow::after {
|
|
312
|
-
background: var(--
|
|
310
|
+
background: var(--sapTab_ForegroundColor);
|
|
313
311
|
}
|
|
314
312
|
|
|
315
313
|
.sapMITBFilterDefault,
|
|
@@ -317,8 +315,8 @@
|
|
|
317
315
|
.sapMITBFilterPositive,
|
|
318
316
|
.sapMITBFilterNegative,
|
|
319
317
|
.sapMITBFilterCritical {
|
|
320
|
-
background: var(--
|
|
321
|
-
color: var(--
|
|
318
|
+
background: var(--sapTab_Positive_Selected_Background);
|
|
319
|
+
color: var( --sapTab_Positive_Selected_IconColor);
|
|
322
320
|
}
|
|
323
321
|
}
|
|
324
322
|
|