@openui5/themelib_sap_horizon 1.100.0 → 1.101.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/THIRDPARTY.txt +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/Token.less +28 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
|
@@ -1,55 +1,56 @@
|
|
|
1
|
-
.
|
|
2
|
-
padding
|
|
1
|
+
.sapMValueStateHeaderRoot {
|
|
2
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
3
|
+
line-height: 1rem;
|
|
3
4
|
}
|
|
4
5
|
|
|
5
6
|
.sapMValueStateHeaderSuccess:before {
|
|
6
7
|
font-family: SAP-icons;
|
|
7
8
|
content: "\e1c1";
|
|
8
9
|
position: absolute;
|
|
9
|
-
top: 0.
|
|
10
|
+
top: 0.5rem;
|
|
10
11
|
left: 0rem;
|
|
11
12
|
vertical-align: middle;
|
|
12
|
-
font-size:
|
|
13
|
+
font-size: 1rem;
|
|
13
14
|
color: @sapPositiveElementColor;
|
|
14
15
|
padding-left: 0.5rem;
|
|
15
|
-
padding-right: 0.
|
|
16
|
+
padding-right: 0.375rem;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
.sapMValueStateHeaderError:before {
|
|
19
20
|
font-family: SAP-icons;
|
|
20
21
|
content: "\e1ec";
|
|
21
22
|
position: absolute;
|
|
22
|
-
top: 0.
|
|
23
|
+
top: 0.5rem;
|
|
23
24
|
left: 0rem;
|
|
24
25
|
vertical-align: middle;
|
|
25
|
-
font-size:
|
|
26
|
+
font-size: 1rem;
|
|
26
27
|
color: @sapNegativeElementColor;
|
|
27
28
|
padding-left: 0.5rem;
|
|
28
|
-
padding-right: 0.
|
|
29
|
+
padding-right: 0.375rem;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
.sapMValueStateHeaderWarning:before {
|
|
32
33
|
font-family: SAP-icons;
|
|
33
34
|
content: "\e053";
|
|
34
35
|
position: absolute;
|
|
35
|
-
top: 0.
|
|
36
|
+
top: 0.5rem;
|
|
36
37
|
left: 0rem;
|
|
37
38
|
vertical-align: middle;
|
|
38
|
-
font-size:
|
|
39
|
+
font-size: 1rem;
|
|
39
40
|
color: @sapCriticalElementColor;
|
|
40
41
|
padding-left: 0.5rem;
|
|
41
|
-
padding-right: 0.
|
|
42
|
+
padding-right: 0.375rem;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
.sapMValueStateHeaderInformation:before {
|
|
45
46
|
font-family: SAP-icons;
|
|
46
47
|
content: "\e289";
|
|
47
48
|
position: absolute;
|
|
48
|
-
top: 0.
|
|
49
|
+
top: 0.5rem;
|
|
49
50
|
left: 0rem;
|
|
50
51
|
vertical-align: middle;
|
|
51
|
-
font-size:
|
|
52
|
+
font-size: 1rem;
|
|
52
53
|
color: @sapInformativeElementColor;
|
|
53
54
|
padding-left: 0.5rem;
|
|
54
|
-
padding-right: 0.
|
|
55
|
+
padding-right: 0.375rem;
|
|
55
56
|
}
|
|
@@ -4,46 +4,48 @@
|
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
6
|
.sapMValueStateMessage {
|
|
7
|
-
|
|
7
|
+
line-height: 1rem;
|
|
8
|
+
min-height: 2rem;
|
|
9
|
+
box-shadow: @sapUiContentShadow1;
|
|
8
10
|
border-radius: @sapGroup_BorderCornerRadius;
|
|
9
|
-
padding
|
|
11
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
.sapMValueStateMessageError:before {
|
|
13
15
|
font-family: SAP-icons;
|
|
14
16
|
content: "\e1ec";
|
|
15
17
|
position: absolute;
|
|
16
|
-
top: 0.
|
|
18
|
+
top: 0.5rem;
|
|
17
19
|
left: 0rem;
|
|
18
20
|
vertical-align: middle;
|
|
19
|
-
font-size:
|
|
21
|
+
font-size: 1rem;
|
|
20
22
|
color: @sapNegativeElementColor;
|
|
21
23
|
padding-left: 0.5rem;
|
|
22
|
-
padding-right: 0.
|
|
24
|
+
padding-right: 0.375rem;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.sapMValueStateMessageWarning:before {
|
|
26
28
|
font-family: SAP-icons;
|
|
27
29
|
content: "\e053s";
|
|
28
30
|
position: absolute;
|
|
29
|
-
top: 0.
|
|
31
|
+
top: 0.5rem;
|
|
30
32
|
left: 0rem;
|
|
31
33
|
vertical-align: middle;
|
|
32
|
-
font-size:
|
|
34
|
+
font-size: 1rem;
|
|
33
35
|
color: @sapCriticalElementColor;
|
|
34
36
|
padding-left: 0.5rem;
|
|
35
|
-
padding-right: 0.
|
|
37
|
+
padding-right: 0.375rem;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
.sapMValueStateMessageInformation:before {
|
|
39
41
|
font-family: SAP-icons;
|
|
40
42
|
content: "\e289";
|
|
41
43
|
position: absolute;
|
|
42
|
-
top: 0.
|
|
44
|
+
top: 0.5rem;
|
|
43
45
|
left: 0rem;
|
|
44
46
|
vertical-align: middle;
|
|
45
|
-
font-size:
|
|
47
|
+
font-size: 1rem;
|
|
46
48
|
color: @sapInformativeElementColor;
|
|
47
49
|
padding-left: 0.5rem;
|
|
48
|
-
padding-right: 0.
|
|
50
|
+
padding-right: 0.375rem;
|
|
49
51
|
}
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
5
|
|
|
6
|
+
@_sap_m_Avatar_Font_Size_XL: 3rem;
|
|
7
|
+
@_sap_m_Avatar_Font_Size_L: 2.25rem;
|
|
8
|
+
@_sap_m_Avatar_Font_Size_M: 1.5rem;
|
|
9
|
+
@_sap_m_Avatar_Font_Size_S: 1.125rem;
|
|
10
|
+
@_sap_m_Avatar_Font_Size_XS: 1rem;
|
|
11
|
+
|
|
6
12
|
.sapFAvatarSquare {
|
|
7
13
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
8
14
|
|
|
@@ -11,120 +17,45 @@
|
|
|
11
17
|
}
|
|
12
18
|
}
|
|
13
19
|
|
|
14
|
-
.sapFAvatarXL{
|
|
15
|
-
font-size: 3rem;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapFAvatarL {
|
|
19
|
-
font-size: 2.25rem;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.sapFAvatarM {
|
|
23
|
-
font-size: 1.5rem;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapFAvatarS {
|
|
27
|
-
font-size: 1.125rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.sapFAvatarXS {
|
|
31
|
-
font-size: 1rem;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
20
|
.sapFAvatar.sapFAvatarInitials > .sapFAvatarInitialsHolder {
|
|
35
21
|
font-size: inherit;
|
|
36
22
|
}
|
|
37
23
|
|
|
38
|
-
.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
.sapFAvatarColorAccent1 .sapFAvatarInitialsHolder {
|
|
43
|
-
color: darken(@sapAccentColor1, 10);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.sapFAvatarColorAccent2 {
|
|
47
|
-
background-color: @sapAccentBackgroundColor2;
|
|
48
|
-
color: @sapAccentColor2;
|
|
49
|
-
}
|
|
50
|
-
.sapFAvatarColorAccent2 .sapFAvatarInitialsHolder {
|
|
51
|
-
color: @sapAccentColor2;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sapFAvatarColorAccent3 {
|
|
55
|
-
background-color: @sapAccentBackgroundColor3;
|
|
56
|
-
color: darken(@sapAccentColor3, 10);
|
|
57
|
-
}
|
|
58
|
-
.sapFAvatarColorAccent3 .sapFAvatarInitialsHolder {
|
|
59
|
-
color: darken(@sapAccentColor3, 10);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapFAvatarColorAccent4 {
|
|
63
|
-
background-color: @sapAccentBackgroundColor4;
|
|
64
|
-
color: @sapAccentColor4;
|
|
65
|
-
}
|
|
66
|
-
.sapFAvatarColorAccent4 .sapFAvatarInitialsHolder {
|
|
67
|
-
color: @sapAccentColor4;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapFAvatarColorAccent5 {
|
|
71
|
-
background-color: @sapAccentBackgroundColor5;
|
|
72
|
-
color: darken(@sapAccentColor5, 2);
|
|
73
|
-
}
|
|
74
|
-
.sapFAvatarColorAccent5 .sapFAvatarInitialsHolder {
|
|
75
|
-
color: darken(@sapAccentColor5, 2);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapFAvatarColorAccent6 {
|
|
79
|
-
background-color: @sapAccentBackgroundColor6;
|
|
80
|
-
color: @sapAccentColor6;
|
|
81
|
-
}
|
|
82
|
-
.sapFAvatarColorAccent6 .sapFAvatarInitialsHolder {
|
|
83
|
-
color: @sapAccentColor6;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapFAvatarColorAccent7 {
|
|
87
|
-
background-color: @sapAccentBackgroundColor7;
|
|
88
|
-
color: @sapAccentColor7;
|
|
89
|
-
}
|
|
90
|
-
.sapFAvatarColorAccent7 .sapFAvatarInitialsHolder {
|
|
91
|
-
color: @sapAccentColor7;
|
|
24
|
+
.sapFAvatarFocusable:focus {
|
|
25
|
+
outline: none;
|
|
26
|
+
box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
|
|
92
27
|
}
|
|
93
28
|
|
|
94
|
-
.
|
|
95
|
-
background-color: @
|
|
96
|
-
color: @
|
|
97
|
-
}
|
|
98
|
-
.sapFAvatarColorAccent8 .sapFAvatarInitialsHolder {
|
|
99
|
-
color: @sapAccentColor8;
|
|
100
|
-
}
|
|
29
|
+
.sapFAvatarColorTileIcon {
|
|
30
|
+
background-color: @sapUiTileBackground;
|
|
31
|
+
color: @sapUiTileIconColor;
|
|
101
32
|
|
|
102
|
-
.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
.sapFAvatarColorAccent9 .sapFAvatarInitialsHolder {
|
|
107
|
-
color: darken(@sapAccentColor9, 2);
|
|
33
|
+
.sapFAvatarInitialsHolder {
|
|
34
|
+
color: currentColor;
|
|
35
|
+
}
|
|
108
36
|
}
|
|
109
37
|
|
|
110
|
-
.
|
|
111
|
-
background-color: @
|
|
112
|
-
color:
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
38
|
+
.sapFAvatarColorPlaceholder {
|
|
39
|
+
background-color: @sapUiContentImagePlaceholderBackground;
|
|
40
|
+
color: @sapUiContentImagePlaceholderForegroundColor;;
|
|
41
|
+
.sapFAvatarInitialsHolder {
|
|
42
|
+
color: currentColor;
|
|
43
|
+
}
|
|
116
44
|
}
|
|
117
45
|
|
|
118
|
-
.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
46
|
+
.generateColor (@accentIndex) {
|
|
47
|
+
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
48
|
+
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
49
|
+
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
122
50
|
|
|
123
|
-
|
|
124
|
-
color:
|
|
125
|
-
}
|
|
51
|
+
// Build the real CSS selector.
|
|
52
|
+
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
53
|
+
.@{css-selector} {
|
|
54
|
+
background-color: @@background-param;
|
|
55
|
+
}
|
|
126
56
|
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
|
|
57
|
+
.@{css-selector}.sapFAvatarIcon,
|
|
58
|
+
.@{css-selector} .sapFAvatarInitialsHolder {
|
|
59
|
+
color: contrast(@@background-param, @@color-param, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
60
|
+
}
|
|
130
61
|
}
|
|
@@ -155,10 +155,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
155
155
|
/* Custom focus border: */
|
|
156
156
|
/* ---------------------------------------------------------------------*/
|
|
157
157
|
|
|
158
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
|
|
159
|
-
border-color: @sapUiContentContrastFocusColor;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
158
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
|
|
163
159
|
border-color: @sapUiContentFocusColor;
|
|
164
160
|
}
|
|
@@ -243,12 +239,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
|
|
|
243
239
|
background-color: @sapUiButtonActiveBackground;
|
|
244
240
|
}
|
|
245
241
|
|
|
246
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnIconFirst.sapMBtnTransparent.sapMBtnActive,
|
|
247
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnIconLast.sapMBtnTransparent.sapMBtnActive {
|
|
248
|
-
background-color: @sapUiButtonLiteActiveBackground;
|
|
249
|
-
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
242
|
// text color for enabled buttons
|
|
253
243
|
:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept.sapMBtnActive,
|
|
254
244
|
:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept.sapMBtnActive .sapMBtnIcon {
|
|
@@ -265,6 +255,11 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
|
|
|
265
255
|
color: @sapUiButtonAttentionActiveTextColor;
|
|
266
256
|
}
|
|
267
257
|
|
|
258
|
+
:not(.sapMBtnDisabled) .sapMBtnBack > .sapMBtnIcon,
|
|
259
|
+
:not(.sapMBtnDisabled) .sapMBtnTransparent > .sapMBtnIcon {
|
|
260
|
+
color: @sapUiButtonLiteTextColor;
|
|
261
|
+
}
|
|
262
|
+
|
|
268
263
|
// box shadow on hover
|
|
269
264
|
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive) {
|
|
270
265
|
box-shadow: @sapContent_Interaction_Shadow;
|