@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
|
@@ -36,10 +36,11 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
|
|
39
|
-
border:
|
|
39
|
+
border: var(--sapField_BorderWidth) dashed var(--sapField_ReadOnly_BorderColor);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
|
|
43
|
+
|
|
43
44
|
&::before {
|
|
44
45
|
top: 1px;
|
|
45
46
|
left: 1px;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMTC .sapMTCScroller:focus::before {
|
|
11
|
-
border: 1px dotted
|
|
11
|
+
border: 1px dotted var(--sapContent_FocusColor);
|
|
12
12
|
position: absolute;
|
|
13
13
|
top: -1px;
|
|
14
14
|
bottom: -1px;
|
|
@@ -18,17 +18,18 @@
|
|
|
18
18
|
|
|
19
19
|
.sapMTC .sapMTile,
|
|
20
20
|
.sapMTC .sapMCustomTile {
|
|
21
|
+
|
|
21
22
|
&:focus {
|
|
22
23
|
outline: none;
|
|
23
24
|
|
|
24
25
|
&::before {
|
|
25
|
-
content:
|
|
26
|
+
content: '';
|
|
26
27
|
position: absolute;
|
|
27
28
|
left: -0.1875rem;
|
|
28
29
|
right: -0.1875rem;
|
|
29
30
|
top: -0.1875rem;
|
|
30
31
|
bottom: -0.1875rem;
|
|
31
|
-
border: 0.125rem solid
|
|
32
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
32
33
|
border-radius: 0.125rem;
|
|
33
34
|
}
|
|
34
35
|
}
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TileContent_NewsContentBackgroundColor:
|
|
6
|
+
@_sap_m_TileContent_NewsContentBackgroundColor: @sapTile_Background;
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color:
|
|
10
|
+
background-color: var(--sapTile_OverlayBackground);
|
|
11
11
|
.sapMTileCntContent{
|
|
12
12
|
height: 3.625rem;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
17
|
-
color:
|
|
17
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
18
18
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
19
19
|
margin-top: 0.6875rem;
|
|
20
20
|
|
|
21
|
-
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
21
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
22
|
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
23
23
|
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
24
24
|
}
|
|
@@ -5,28 +5,34 @@
|
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapMToggleBtnPressed,
|
|
7
7
|
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
8
|
+
|
|
8
9
|
&.sapMBtnNegative {
|
|
9
|
-
background-color:
|
|
10
|
-
border-color:
|
|
11
|
-
color:
|
|
10
|
+
background-color: var(--sapButton_Reject_Selected_Background);
|
|
11
|
+
border-color: var(--sapButton_Reject_Selected_BorderColor);
|
|
12
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
13
|
+
|
|
12
14
|
& .sapUiIcon {
|
|
13
|
-
color:
|
|
15
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
14
16
|
}
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
&.sapMBtnSuccess {
|
|
17
|
-
background-color:
|
|
18
|
-
border-color:
|
|
19
|
-
color:
|
|
20
|
+
background-color: var(--sapButton_Accept_Selected_Background);
|
|
21
|
+
border-color: var(--sapButton_Accept_Selected_BorderColor);
|
|
22
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
23
|
+
|
|
20
24
|
& .sapUiIcon {
|
|
21
|
-
color:
|
|
25
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
28
|
+
|
|
24
29
|
&.sapMBtnCritical {
|
|
25
|
-
background-color:
|
|
26
|
-
border-color:
|
|
27
|
-
color:
|
|
30
|
+
background-color: var(--sapButton_Attention_Selected_Background);
|
|
31
|
+
border-color: var(--sapButton_Attention_Selected_BorderColor);
|
|
32
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
33
|
+
|
|
28
34
|
& .sapUiIcon {
|
|
29
|
-
color:
|
|
35
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|
|
@@ -38,64 +44,73 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
38
44
|
|
|
39
45
|
&.sapMBtnReject,
|
|
40
46
|
&.sapMBtnNegative {
|
|
41
|
-
background-color:
|
|
42
|
-
border-color:
|
|
43
|
-
color:
|
|
47
|
+
background-color: var(--sapButton_Reject_Selected_Hover_Background);
|
|
48
|
+
border-color: var(--sapButton_Reject_Selected_Hover_BorderColor);
|
|
49
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
50
|
+
|
|
44
51
|
& .sapUiIcon {
|
|
45
|
-
color:
|
|
52
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
46
53
|
}
|
|
47
54
|
}
|
|
55
|
+
|
|
48
56
|
&.sapMBtnAccept,
|
|
49
57
|
&.sapMBtnSuccess {
|
|
50
|
-
background-color:
|
|
51
|
-
border-color:
|
|
52
|
-
color:
|
|
58
|
+
background-color: var(--sapButton_Accept_Selected_Hover_Background);
|
|
59
|
+
border-color: var(--sapButton_Accept_Selected_Hover_BorderColor);
|
|
60
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
61
|
+
|
|
53
62
|
& .sapUiIcon {
|
|
54
|
-
color:
|
|
63
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
55
64
|
}
|
|
56
65
|
}
|
|
66
|
+
|
|
57
67
|
&.sapMBtnAttention,
|
|
58
68
|
&.sapMBtnCritical {
|
|
59
|
-
background-color:
|
|
60
|
-
border-color:
|
|
61
|
-
color:
|
|
69
|
+
background-color: var(--sapButton_Attention_Selected_Hover_Background);
|
|
70
|
+
border-color: var(--sapButton_Attention_Selected_Hover_BorderColor);
|
|
71
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
72
|
+
|
|
62
73
|
& .sapUiIcon {
|
|
63
|
-
color:
|
|
74
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
64
75
|
}
|
|
65
76
|
}
|
|
66
77
|
}
|
|
67
78
|
|
|
68
|
-
.sapMBtn
|
|
69
|
-
|
|
70
|
-
.
|
|
71
|
-
.
|
|
72
|
-
|
|
79
|
+
.sapMBtn {
|
|
80
|
+
|
|
81
|
+
.sapMBtnCritical,
|
|
82
|
+
.sapMBtnNegative,
|
|
83
|
+
.sapMBtnSuccess,
|
|
84
|
+
.sapMBtnNeutral {
|
|
85
|
+
|
|
86
|
+
&.sapMBtnInner.sapMToggleBtnPressed {
|
|
87
|
+
text-shadow: none;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
73
90
|
}
|
|
74
91
|
|
|
75
92
|
/* Focus of toggled button */
|
|
76
93
|
.sapMBtn:focus > .sapMBtnInner.sapMToggleBtnPressed.sapMFocusable {
|
|
77
|
-
outline-color:
|
|
94
|
+
outline-color: var(--sapContent_FocusColor);
|
|
78
95
|
}
|
|
79
96
|
|
|
80
97
|
.sapMBtn .sapMBtnCritical.sapMToggleBtnPressed,
|
|
81
98
|
.sapContrast span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
82
99
|
.sapMBtn:hover .sapMBtnCritical.sapMToggleBtnPressed,
|
|
83
100
|
.sapContrast:hover span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
84
|
-
|
|
85
101
|
.sapMBtn .sapMBtnNegative.sapMToggleBtnPressed,
|
|
86
102
|
.sapContrast span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
87
103
|
.sapMBtn:hover .sapMBtnNegative.sapMToggleBtnPressed,
|
|
88
104
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
89
|
-
|
|
90
105
|
.sapMBtn .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
91
106
|
.sapContrast span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
92
107
|
.sapMBtn:hover .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
93
108
|
.sapContrast:hover span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
94
|
-
|
|
95
109
|
.sapMBtn .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
96
110
|
.sapContrast span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed,
|
|
97
111
|
.sapMBtn:hover .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
98
112
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed {
|
|
113
|
+
|
|
99
114
|
.sapMBtnContent,
|
|
100
115
|
.sapMBtnIcon {
|
|
101
116
|
color: inherit;
|
|
@@ -103,23 +118,23 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
103
118
|
}
|
|
104
119
|
|
|
105
120
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
106
|
-
background-color:
|
|
107
|
-
color:
|
|
108
|
-
border-color:
|
|
121
|
+
background-color: var(--sapButton_Selected_Background);
|
|
122
|
+
color: var(--sapButton_Selected_TextColor);
|
|
123
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
109
124
|
}
|
|
110
125
|
|
|
111
126
|
span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
112
127
|
span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
113
128
|
html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
114
|
-
color:
|
|
129
|
+
color: var(--sapButton_Selected_TextColor);
|
|
115
130
|
}
|
|
116
131
|
|
|
117
132
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
118
|
-
border-color:
|
|
133
|
+
border-color: var(--sapContent_FocusColor);
|
|
119
134
|
}
|
|
120
135
|
|
|
121
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)
|
|
122
|
-
border-color:
|
|
136
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)::after {
|
|
137
|
+
border-color: var(--sapContent_FocusColor);
|
|
123
138
|
left: -0.0625rem;
|
|
124
139
|
top: -0.0625rem;
|
|
125
140
|
right: -0.0625rem;
|
|
@@ -127,13 +142,13 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
127
142
|
border-radius: 0.5rem;
|
|
128
143
|
}
|
|
129
144
|
|
|
130
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)
|
|
131
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
132
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
133
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
134
|
-
border: 0.125rem solid
|
|
145
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
|
|
146
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
147
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
148
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before {
|
|
149
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
135
150
|
}
|
|
136
151
|
|
|
137
152
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
138
|
-
border-color:
|
|
153
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
139
154
|
}
|
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
/* ========================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
8
9
|
z-index: 2;
|
|
10
|
+
|
|
9
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
10
12
|
padding-left: 0rem;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
15
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
17
19
|
padding-left: 0;
|
|
20
|
+
|
|
18
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
19
23
|
.sapMCbLabel {
|
|
20
|
-
font-family:
|
|
21
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
27
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
28
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
.sapMVSD .sapMVSDBar {
|
|
32
36
|
box-shadow: @sapUiShadowHeader;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
36
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
37
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
38
42
|
box-shadow: none;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_TimePicker_ItemColor: darken(@sapUiListBackground, 3);
|
|
7
7
|
@_sap_m_TimePicker_ItemHoverColor: darken(@sapUiListBackground, 6);
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|
|
9
9
|
|
|
10
10
|
.sapMWS:not(:last-child),
|
|
11
11
|
.sapMWS.sapMWSExpanded:not(:last-child) {
|
|
@@ -13,51 +13,64 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.sapMWS {
|
|
16
|
+
|
|
16
17
|
.sapMWSLabel,
|
|
17
18
|
.sapMWSInner {
|
|
18
19
|
width: 3rem;
|
|
19
20
|
height: 2.875rem;
|
|
21
|
+
|
|
20
22
|
.sapMWSItem,
|
|
21
23
|
.sapMWSSelectionFrame {
|
|
22
24
|
width: 3rem;
|
|
23
25
|
height: 2.875rem;
|
|
24
26
|
}
|
|
27
|
+
|
|
25
28
|
.sapMWSItem {
|
|
26
29
|
border-radius: 0.25rem;
|
|
27
|
-
background:
|
|
30
|
+
background: var(--sapActiveColor);
|
|
28
31
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
32
|
+
|
|
29
33
|
&:hover {
|
|
30
34
|
background: darken(@sapUiSelected, 10);
|
|
31
35
|
}
|
|
32
36
|
}
|
|
33
37
|
}
|
|
38
|
+
|
|
34
39
|
&.sapMWSExpanded {
|
|
40
|
+
|
|
35
41
|
.sapMWSInner {
|
|
42
|
+
|
|
36
43
|
.sapMWSItem {
|
|
37
44
|
background: @_sap_m_TimePicker_ItemColor;
|
|
38
45
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
46
|
+
|
|
39
47
|
&:hover {
|
|
40
48
|
background: @_sap_m_TimePicker_ItemHoverColor;
|
|
41
49
|
}
|
|
50
|
+
|
|
42
51
|
&:active {
|
|
43
|
-
background:
|
|
44
|
-
color:
|
|
52
|
+
background: var(--sapActiveColor);
|
|
53
|
+
color: var(--sapContent_ContrastTextColor);
|
|
45
54
|
}
|
|
46
|
-
|
|
47
55
|
}
|
|
56
|
+
|
|
48
57
|
.sapMWSSelectionFrame {
|
|
49
|
-
border: 0.125rem solid
|
|
58
|
+
border: 0.125rem solid var(--sapSelectedColor);
|
|
50
59
|
border-radius: 0.25rem;
|
|
51
60
|
outline:none;
|
|
61
|
+
|
|
52
62
|
&:hover {
|
|
63
|
+
|
|
53
64
|
+ ul > li.sapMWSItem.sapMWSItemSelected {
|
|
54
65
|
background: @_sap_m_TimePicker_ItemHoverColor;
|
|
55
66
|
}
|
|
56
67
|
}
|
|
68
|
+
|
|
57
69
|
&:active {
|
|
70
|
+
|
|
58
71
|
& + ul > li.sapMWSItem.sapMWSItemSelected {
|
|
59
|
-
background:
|
|
60
|
-
color:
|
|
72
|
+
background: var(--sapActiveColor);
|
|
73
|
+
color: var(--sapContent_ContrastTextColor);
|
|
61
74
|
}
|
|
62
75
|
}
|
|
63
76
|
}
|
|
@@ -66,42 +79,52 @@
|
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
.sapUiSizeCompact .sapMWS {
|
|
82
|
+
|
|
69
83
|
.sapMWSLabel,
|
|
70
84
|
.sapMWSInner {
|
|
85
|
+
width: 3rem;
|
|
86
|
+
height: 2rem;
|
|
87
|
+
|
|
71
88
|
.sapMWSItem,
|
|
72
89
|
.sapMWSSelectionFrame,
|
|
73
90
|
.sapMWSExpanded {
|
|
74
91
|
width: 3rem;
|
|
75
92
|
}
|
|
76
|
-
width: 3rem;
|
|
77
|
-
height: 2rem;
|
|
78
93
|
}
|
|
79
94
|
}
|
|
80
95
|
|
|
81
96
|
.sap-phone {
|
|
97
|
+
|
|
82
98
|
.sapMWS {
|
|
99
|
+
|
|
83
100
|
.sapMWSLabel,
|
|
84
101
|
.sapMWSInner {
|
|
85
102
|
width: 3rem;
|
|
86
103
|
height: 2.875rem;
|
|
104
|
+
|
|
87
105
|
.sapMWSItem,
|
|
88
106
|
.sapMWSSelectionFrame {
|
|
89
107
|
width: 3rem;
|
|
90
108
|
height: 2.875rem;
|
|
91
109
|
}
|
|
110
|
+
|
|
92
111
|
.sapMWSItem {
|
|
93
112
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
94
113
|
}
|
|
95
114
|
}
|
|
115
|
+
|
|
96
116
|
&.sapMWSExpanded {
|
|
117
|
+
|
|
97
118
|
.sapMWSInner {
|
|
119
|
+
|
|
98
120
|
.sapMWSItem {
|
|
99
121
|
background: @_sap_m_TimePicker_ItemColor;
|
|
100
122
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
101
123
|
width: 3rem;
|
|
102
124
|
}
|
|
125
|
+
|
|
103
126
|
.sapMWSSelectionFrame {
|
|
104
|
-
outline: 0.125rem solid
|
|
127
|
+
outline: 0.125rem solid var(--sapSelectedColor);
|
|
105
128
|
outline-offset: -0.188rem;
|
|
106
129
|
}
|
|
107
130
|
}
|
|
@@ -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,34 @@
|
|
|
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);
|
|
53
|
+
|
|
51
54
|
|
|
52
55
|
.sapFAvatarInitialsHolder {
|
|
53
56
|
color: currentColor;
|
|
54
57
|
}
|
|
55
58
|
}
|
|
56
59
|
|
|
60
|
+
.sapFAvatarColorTransparent {
|
|
61
|
+
background-color: var(--sapAvatar_Lite_Background);
|
|
62
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
63
|
+
}
|
|
64
|
+
|
|
57
65
|
.generateColor (@accentIndex) {
|
|
58
66
|
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
59
67
|
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
60
68
|
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
69
|
+
@hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
|
|
61
70
|
|
|
62
71
|
// Build the real CSS selector.
|
|
63
72
|
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
64
73
|
.@{css-selector} {
|
|
65
74
|
background-color: @@background-param;
|
|
75
|
+
&.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
|
|
76
|
+
&.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
|
|
77
|
+
background-color: @@hover-color;
|
|
78
|
+
box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
|
|
79
|
+
}
|
|
66
80
|
}
|
|
67
81
|
|
|
68
82
|
.@{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
|
/* LINE MODE LIST VIEW */
|
|
25
20
|
|
|
26
21
|
.sapMGT.sapMGTLineMode {
|
|
@@ -154,10 +149,6 @@
|
|
|
154
149
|
color: var(--sapTile_TextColor);
|
|
155
150
|
}
|
|
156
151
|
|
|
157
|
-
.sapMGTOverlay {
|
|
158
|
-
opacity: 1;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
152
|
.sapMGT.sapMGTBackgroundImage {
|
|
162
153
|
|
|
163
154
|
.sapMGTOverlay {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
16
16
|
@_sap_m_InputBase_FocusOffset_Busy: 3px;
|
|
17
17
|
|
|
18
|
-
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
18
|
+
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper) {
|
|
19
19
|
border: var(--sapContent_FocusWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -101,6 +101,10 @@
|
|
|
101
101
|
text-align: right;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
+
.sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
|
|
105
|
+
border: var(--sapElement_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
|
|
106
|
+
}
|
|
107
|
+
|
|
104
108
|
.sapMLIBActive {
|
|
105
109
|
|
|
106
110
|
.sapMInputBaseInner,
|
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ObjectAttribute_ListTextShadowColor: none;
|
|
7
7
|
|
|
8
|
+
.sapMObjectAttributeActive.sapMLnkLargeReactiveArea {
|
|
9
|
+
.sapMObjectAttributeTitle,
|
|
10
|
+
.sapMObjectAttributeColon,
|
|
11
|
+
.sapMObjectAttributeText,
|
|
12
|
+
.sapMObjectAttributeText > .sapMLnk {
|
|
13
|
+
line-height: 1.5rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
8
17
|
.sapMListTbl .sapMObjectAttributeActive .sapMText,
|
|
9
18
|
.sapMObjectAttributeActive .sapMText,
|
|
10
19
|
.sapMObjectAttributeActive .sapMObjectAttributeText {
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
+
.sapMObjectNumber.sapMLnkLargeReactiveArea:not(.sapMObjectNumberLarge):not(.sapMObjectNumberInverted) {
|
|
7
|
+
.sapMObjectNumberInner {
|
|
8
|
+
line-height: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
6
12
|
@sapMONInformativeElement: var(--sapInformationBackground);
|
|
7
13
|
|
|
8
14
|
.sapMObjectNumberInverted {
|