@openui5/themelib_sap_horizon 1.108.17 → 1.108.18
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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +40 -13
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +33 -7
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/InputBase.less +12 -6
- package/src/sap/m/themes/sap_horizon/Link.less +25 -19
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +14 -4
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
- package/src/sap/m/themes/sap_horizon/Select.less +38 -38
- package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon/TextArea.less +26 -14
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +8 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +12 -6
- package/src/sap/m/themes/sap_horizon_dark/Link.less +25 -19
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +13 -4
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +37 -38
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +26 -14
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +8 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -14
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -14
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +24 -9
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +11 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +241 -342
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +11 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +241 -342
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +5 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +360 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +5 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +360 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +443 -47
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +442 -38
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.18",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.108.
|
|
18
|
-
"@openui5/sap.m": "1.108.
|
|
19
|
-
"@openui5/sap.tnt": "1.108.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.108.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.108.
|
|
22
|
-
"@openui5/sap.ui.core": "1.108.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.108.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.108.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.108.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.108.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.108.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.108.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.108.
|
|
30
|
-
"@openui5/sap.ui.table": "1.108.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.108.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.108.
|
|
33
|
-
"@openui5/sap.uxap": "1.108.
|
|
17
|
+
"@openui5/sap.f": "1.108.18",
|
|
18
|
+
"@openui5/sap.m": "1.108.18",
|
|
19
|
+
"@openui5/sap.tnt": "1.108.18",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.108.18",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.108.18",
|
|
22
|
+
"@openui5/sap.ui.core": "1.108.18",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.108.18",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.108.18",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.108.18",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.108.18",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.108.18",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.108.18",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.108.18",
|
|
30
|
+
"@openui5/sap.ui.table": "1.108.18",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.108.18",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.108.18",
|
|
33
|
+
"@openui5/sap.uxap": "1.108.18"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@_sap_f_Card_HeaderFocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
12
|
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
|
-
@_sap_f_Card_HoverBoxShadow: @
|
|
14
|
-
@_sap_f_Card_Badge_Background: @
|
|
13
|
+
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
15
|
|
|
16
16
|
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
17
17
|
.sapFCard {
|
|
@@ -34,19 +34,13 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
.sapFCardHeader:hover {
|
|
41
|
-
background: @sapUiTileHoverBackground;
|
|
37
|
+
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
38
|
+
&:hover {
|
|
39
|
+
box-shadow: @_sap_f_Card_HoverBoxShadow;
|
|
42
40
|
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent):active {
|
|
46
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
47
41
|
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
&:active {
|
|
43
|
+
box-shadow: @_sap_f_Card_BoxShadow;
|
|
50
44
|
}
|
|
51
45
|
}
|
|
52
46
|
|
|
@@ -4,24 +4,51 @@
|
|
|
4
4
|
/* =========================================== */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
8
|
+
background: @sapUiContentForegroundColor;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
12
|
+
background: @sapUiGroupContentBackground;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
16
|
+
background: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
20
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
21
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
25
|
+
border-right: none;
|
|
26
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
30
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
31
|
+
border-left: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
& > .sapFFCLColumnActive.sapFFCLColumnOnlyActive {
|
|
35
|
+
border-right: none;
|
|
36
|
+
border-left: none;
|
|
37
|
+
}
|
|
13
38
|
}
|
|
39
|
+
|
|
14
40
|
.sapFFCLNavigationButton,
|
|
15
41
|
.sapUiSizeCompact .sapFFCLNavigationButton {
|
|
16
|
-
|
|
42
|
+
// Reflection: styles overwritten
|
|
43
|
+
.sapMBtnInner {
|
|
17
44
|
height: 1.625rem;
|
|
18
|
-
|
|
45
|
+
}
|
|
19
46
|
|
|
20
|
-
|
|
47
|
+
&:before {
|
|
21
48
|
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
22
|
-
|
|
49
|
+
}
|
|
23
50
|
|
|
24
|
-
|
|
51
|
+
&:after {
|
|
25
52
|
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
26
|
-
|
|
27
|
-
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@_sap_f_Card_HeaderFocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
12
|
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
|
-
@_sap_f_Card_HoverBoxShadow: @
|
|
14
|
-
@_sap_f_Card_Badge_Background: @
|
|
13
|
+
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
15
|
|
|
16
16
|
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
17
17
|
.sapFCard {
|
|
@@ -30,19 +30,13 @@
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.sapFCardHeader:hover {
|
|
37
|
-
background: @sapUiTileHoverBackground;
|
|
33
|
+
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
34
|
+
&:hover {
|
|
35
|
+
box-shadow: @_sap_f_Card_HoverBoxShadow;
|
|
38
36
|
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent):active {
|
|
42
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
43
37
|
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
&:active {
|
|
39
|
+
box-shadow: @_sap_f_Card_BoxShadow;
|
|
46
40
|
}
|
|
47
41
|
}
|
|
48
42
|
|
|
@@ -5,12 +5,38 @@
|
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
7
|
&.sapFFCLBackgroundDesignSolid {
|
|
8
|
-
background: @
|
|
8
|
+
background: @sapUiContentForegroundColor;
|
|
9
9
|
}
|
|
10
|
+
|
|
10
11
|
&.sapFFCLBackgroundDesignTranslucent {
|
|
11
12
|
background: @sapUiGroupContentBackground;
|
|
12
13
|
}
|
|
14
|
+
|
|
15
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
16
|
+
background: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
20
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
21
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
25
|
+
border-right: none;
|
|
26
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
30
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
31
|
+
border-left: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
& > .sapFFCLColumnActive.sapFFCLColumnOnlyActive {
|
|
35
|
+
border-right: none;
|
|
36
|
+
border-left: none;
|
|
37
|
+
}
|
|
13
38
|
}
|
|
39
|
+
|
|
14
40
|
.sapFFCLNavigationButton,
|
|
15
41
|
.sapUiSizeCompact .sapFFCLNavigationButton {
|
|
16
42
|
.sapMBtnInner {
|
|
@@ -18,10 +44,10 @@
|
|
|
18
44
|
}
|
|
19
45
|
|
|
20
46
|
&:before {
|
|
21
|
-
|
|
22
|
-
|
|
47
|
+
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
48
|
+
}
|
|
23
49
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
50
|
+
&:after {
|
|
51
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.
|
|
12
|
+
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
14
14
|
.sapFCardNumericIndicatorsMain {
|
|
15
15
|
.sapMNCValue,
|
|
@@ -5,18 +5,30 @@
|
|
|
5
5
|
|
|
6
6
|
// Cozy mode
|
|
7
7
|
.sapFFCL > {
|
|
8
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
9
|
+
background: @sapUiContentForegroundColor;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
13
|
+
background: @sapUiBaseBG;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
17
|
+
background: @sapUiBaseBG;
|
|
18
|
+
}
|
|
19
|
+
|
|
8
20
|
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
9
|
-
border-left:
|
|
10
|
-
border-right:
|
|
21
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
11
23
|
}
|
|
12
24
|
|
|
13
25
|
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
14
26
|
border-right: none;
|
|
15
|
-
border-left:
|
|
27
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
16
28
|
}
|
|
17
29
|
|
|
18
30
|
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
19
|
-
border-right:
|
|
31
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
20
32
|
border-left: none;
|
|
21
33
|
}
|
|
22
34
|
|
|
@@ -24,16 +36,12 @@
|
|
|
24
36
|
border-right: none;
|
|
25
37
|
border-left: none;
|
|
26
38
|
}
|
|
27
|
-
|
|
28
|
-
&.sapFFCLBackgroundDesign {
|
|
29
|
-
background: @sapUiBaseBG;
|
|
30
|
-
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
.sapFFCL {
|
|
34
42
|
.sapFFCLNavigationButton {
|
|
35
43
|
.sapMBtnInner {
|
|
36
|
-
border:
|
|
44
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
37
45
|
|
|
38
46
|
.sapMBtnIcon {
|
|
39
47
|
width: auto;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.
|
|
12
|
+
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
14
14
|
.sapFCardNumericIndicatorsMain {
|
|
15
15
|
.sapMNCValue,
|
|
@@ -5,18 +5,30 @@
|
|
|
5
5
|
|
|
6
6
|
// Cozy mode
|
|
7
7
|
.sapFFCL > {
|
|
8
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
9
|
+
background: @sapUiContentForegroundColor;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
13
|
+
background: @sapUiBaseBG;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
17
|
+
background: @sapUiBaseBG;
|
|
18
|
+
}
|
|
19
|
+
|
|
8
20
|
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
9
|
-
border-left:
|
|
10
|
-
border-right:
|
|
21
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
11
23
|
}
|
|
12
24
|
|
|
13
25
|
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
14
26
|
border-right: none;
|
|
15
|
-
border-left:
|
|
27
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
16
28
|
}
|
|
17
29
|
|
|
18
30
|
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
19
|
-
border-right:
|
|
31
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
20
32
|
border-left: none;
|
|
21
33
|
}
|
|
22
34
|
|
|
@@ -24,16 +36,12 @@
|
|
|
24
36
|
border-right: none;
|
|
25
37
|
border-left: none;
|
|
26
38
|
}
|
|
27
|
-
|
|
28
|
-
&.sapFFCLBackgroundDesign {
|
|
29
|
-
background: @sapUiBaseBG;
|
|
30
|
-
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
.sapFFCL {
|
|
34
42
|
.sapFFCLNavigationButton {
|
|
35
43
|
.sapMBtnInner {
|
|
36
|
-
border:
|
|
44
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
37
45
|
|
|
38
46
|
.sapMBtnIcon {
|
|
39
47
|
width: auto;
|
|
@@ -21,9 +21,19 @@
|
|
|
21
21
|
font-size: inherit;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapFAvatarFocusable
|
|
25
|
-
outline: none;
|
|
24
|
+
.sapFAvatarFocusable.sapMAvatarPressed {
|
|
26
25
|
box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
|
|
26
|
+
|
|
27
|
+
&:hover {
|
|
28
|
+
box-shadow: 0px 0px 0px 0.125rem @sapUiButtonSelectedHoverBorderColor;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapFAvatarFocusable:focus {
|
|
33
|
+
outline-offset: .125rem;
|
|
34
|
+
&.sapFAvatarSquare {
|
|
35
|
+
outline-offset: .125rem;
|
|
36
|
+
}
|
|
27
37
|
}
|
|
28
38
|
|
|
29
39
|
.sapFAvatarColorTileIcon {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.sapMCbBgDis
|
|
36
|
+
.sapMCbBgDis {
|
|
37
37
|
opacity: @sapUiContentDisabledOpacity;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -43,13 +43,16 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
|
|
46
|
-
color: @
|
|
46
|
+
color: @sapUiFieldTextColor;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
50
|
-
border: @sapUiFieldBorderWidth
|
|
49
|
+
.sapMCb:not(.sapMCbErr):not(.sapMCbWarn):not(.sapMCbInfo):not(.sapMCbSucc):hover .sapMCbHoverable {
|
|
50
|
+
border: @sapUiFieldBorderWidth solid @sapUiFieldHoverBorderColor;
|
|
51
51
|
color: @sapUiContentSelectedForegroundColor;
|
|
52
|
-
|
|
52
|
+
background-color: @sapUiContentSelectedHoverBackground;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMCb:hover .sapMCbHoverable {
|
|
53
56
|
background-color: @sapUiFieldHoverBackground;
|
|
54
57
|
}
|
|
55
58
|
|
|
@@ -64,28 +67,18 @@
|
|
|
64
67
|
border-width: 0.1875rem;
|
|
65
68
|
}
|
|
66
69
|
}
|
|
67
|
-
|
|
68
|
-
.sapMCbHoverable:hover {
|
|
69
|
-
box-shadow: @sapUiContentNegativeShadow;
|
|
70
|
-
background-color: @sapUiFieldHoverBackground;
|
|
71
|
-
}
|
|
72
70
|
}
|
|
73
71
|
|
|
74
72
|
.sapMCbWarn {
|
|
75
73
|
.sapMCbBg {
|
|
76
74
|
background-color: @sapUiFieldWarningBackground;
|
|
77
75
|
border: @sapUiFieldWarningBorderWidth solid @sapUiFieldWarningColor;
|
|
78
|
-
color: @
|
|
76
|
+
color: @sapUiFieldWarningColor;
|
|
79
77
|
|
|
80
78
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
81
79
|
border-width: 0.1875rem;
|
|
82
80
|
}
|
|
83
81
|
}
|
|
84
|
-
|
|
85
|
-
.sapMCbHoverable:hover {
|
|
86
|
-
box-shadow: @sapUiContentCriticalShadow;
|
|
87
|
-
background-color: @sapUiFieldHoverBackground;
|
|
88
|
-
}
|
|
89
82
|
}
|
|
90
83
|
|
|
91
84
|
.sapMCbInfo {
|
|
@@ -98,11 +91,6 @@
|
|
|
98
91
|
border-width: 0.1875rem;
|
|
99
92
|
}
|
|
100
93
|
}
|
|
101
|
-
|
|
102
|
-
.sapMCbHoverable:hover {
|
|
103
|
-
box-shadow: @sapUiContentInformativeShadow;
|
|
104
|
-
background-color: @sapUiFieldHoverBackground;
|
|
105
|
-
}
|
|
106
94
|
}
|
|
107
95
|
|
|
108
96
|
.sapMCbSucc {
|
|
@@ -111,11 +99,6 @@
|
|
|
111
99
|
border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
|
|
112
100
|
color: @sapUiFieldSuccessColor;
|
|
113
101
|
}
|
|
114
|
-
|
|
115
|
-
.sapMCbHoverable:hover {
|
|
116
|
-
box-shadow: @sapUiContentPositiveShadow;
|
|
117
|
-
background-color: @sapUiFieldHoverBackground;
|
|
118
|
-
}
|
|
119
102
|
}
|
|
120
103
|
|
|
121
104
|
.sapMCb.sapMCbDisplayOnly:not(.sapMCbBgDis) {
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_InputBase_InnerMinWidth: 2.75rem;
|
|
11
11
|
@_sap_m_InputBase_InnerPadding: 0 0.625rem;
|
|
12
|
-
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
12
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
13
|
@_sap_m_InputBase_IconLineHeight: 2.25rem;
|
|
15
14
|
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
@@ -17,13 +16,9 @@
|
|
|
17
16
|
@_sap_m_InputBase_IconMinWidth: 2rem;
|
|
18
17
|
@_sap_m_InputBaseWrapper_Sum_Border: 0;
|
|
19
18
|
@_sap_m_InputBase_FocusOffset: 0px;
|
|
19
|
+
@_sap_m_InputBase_FocusOffset_Busy: @_sap_m_InputBase_FocusOffset;
|
|
20
20
|
@_sap_m_InputBase_FocusBorderRadius: 0.25rem;
|
|
21
21
|
|
|
22
|
-
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
23
|
-
.sapMInputBaseContentWrapper {
|
|
24
|
-
border: none;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
22
|
.sapMInputBase:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
28
23
|
width: @_sap_m_InputBase_IconWidth;
|
|
29
24
|
height: 2.1875rem;
|
|
@@ -119,4 +114,15 @@
|
|
|
119
114
|
.sapMInputBase .sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
120
115
|
height: 1.25rem;
|
|
121
116
|
}
|
|
117
|
+
.sapMInputBase {
|
|
118
|
+
line-height: 1.25rem;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* List specific styles */
|
|
123
|
+
.sapMILI-CTX .sapMInputBaseContentWrapper,
|
|
124
|
+
.sapMILI-CTX .sapMInputBaseInner,
|
|
125
|
+
.sapMILI-CTX .sapMInputBaseDisabled .sapMInputBaseInner,
|
|
126
|
+
.sapMILI-CTX .sapMInputBaseReadonlyWrapper .sapMInputBaseInner {
|
|
127
|
+
text-align: right;
|
|
122
128
|
}
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
8
8
|
outline: none;
|
|
9
9
|
cursor: default;
|
|
10
|
-
text-decoration: none;
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
.sapMLnkEmphasized {
|
|
@@ -22,20 +21,39 @@
|
|
|
22
21
|
.sapMLnk.sapMLnkSubtle {
|
|
23
22
|
color: @sapUiLinkSubtleColor;
|
|
24
23
|
text-decoration: underline;
|
|
24
|
+
|
|
25
|
+
&:not(.sapMLnkDsbl) {
|
|
26
|
+
&:active {
|
|
27
|
+
color: @sapUiLinkSubtleColor;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
25
30
|
}
|
|
26
31
|
|
|
27
|
-
.
|
|
28
|
-
|
|
32
|
+
html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
33
|
+
&:focus {
|
|
34
|
+
border-radius: 0.125rem;
|
|
35
|
+
background-color: @sapUiContentFocusColor;
|
|
36
|
+
color: @sapUiContentContrastTextColor;
|
|
37
|
+
text-shadow: none;
|
|
38
|
+
outline: none;
|
|
39
|
+
|
|
40
|
+
&:hover:not(:active) {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.sapMLnkSubtle {
|
|
46
|
+
&:hover:not(:active):not(:focus) {
|
|
47
|
+
color: @sapUiLinkSubtleColor;
|
|
48
|
+
text-decoration: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
29
51
|
}
|
|
30
52
|
|
|
31
53
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
32
54
|
text-shadow: @sapUiContentTextShadow;
|
|
33
55
|
}
|
|
34
56
|
|
|
35
|
-
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
36
|
-
text-decoration: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
57
|
/* align Link in Form with Label */
|
|
40
58
|
.sapUiFormEdit .sapMLnk {
|
|
41
59
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
@@ -44,16 +62,4 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
|
44
62
|
|
|
45
63
|
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
46
64
|
text-shadow: @sapUiContentTextShadow;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
50
|
-
border-radius: 0.125rem;
|
|
51
|
-
background-color: @sapUiContentFocusColor;
|
|
52
|
-
color: @sapUiContentContrastTextColor;
|
|
53
|
-
text-shadow: none;
|
|
54
|
-
outline: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
html.sap-desktop .sapMLnk:focus:hover:not(.sapMLnkDsbl) {
|
|
58
|
-
text-decoration: none;
|
|
59
65
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
|
-
min-height: 2.
|
|
7
|
+
min-height: 2.75rem;
|
|
8
8
|
border-radius: @sapElement_BorderCornerRadius;
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
@@ -62,6 +62,10 @@
|
|
|
62
62
|
border-bottom: none;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
.sapMPanelContent {
|
|
66
|
+
padding: 0.625rem 1rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
65
69
|
.sapMPanel .sapMPanelHdr {
|
|
66
70
|
line-height: 2.75rem;
|
|
67
71
|
height: 2.75rem;
|
|
@@ -71,13 +75,19 @@
|
|
|
71
75
|
width: 2.25rem;
|
|
72
76
|
}
|
|
73
77
|
|
|
74
|
-
.sapUiSizeCompact
|
|
75
|
-
|
|
78
|
+
.sapUiSizeCompact {
|
|
79
|
+
.sapMPanel {
|
|
80
|
+
min-height: 2.5rem;
|
|
81
|
+
}
|
|
82
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
83
|
+
width: 2rem;
|
|
84
|
+
}
|
|
76
85
|
}
|
|
86
|
+
|
|
77
87
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
78
88
|
& .sapMPanelHeaderTB {
|
|
79
89
|
border-top-left-radius: 0;
|
|
80
|
-
margin-left: 2.
|
|
90
|
+
margin-left: 2.75rem;
|
|
81
91
|
padding-left: 0.25rem;
|
|
82
92
|
}
|
|
83
93
|
|
|
@@ -141,4 +141,17 @@
|
|
|
141
141
|
border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
142
142
|
border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
|
|
143
143
|
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.sapMPopoverResizeHandle {
|
|
147
|
+
border: none;
|
|
148
|
+
color: @sapButton_Lite_TextColor;
|
|
149
|
+
width: 1rem;
|
|
150
|
+
font-size: 1rem;
|
|
151
|
+
line-height: 1rem;
|
|
152
|
+
content: "\e24f";
|
|
153
|
+
height: 1rem;
|
|
154
|
+
top: 0;
|
|
155
|
+
right: 0.125rem;
|
|
156
|
+
padding: 0 0.125rem 0rem 0rem;
|
|
144
157
|
}
|