@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
|
@@ -5,269 +5,212 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMCb {
|
|
7
7
|
height: 2.75rem;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
.sapMLabel {
|
|
12
|
-
color: @sapField_TextColor;
|
|
13
|
-
padding-right: 0.625rem;
|
|
14
|
-
}
|
|
8
|
+
padding-left: 2.75rem;
|
|
9
|
+
line-height: 2.7rem;
|
|
15
10
|
}
|
|
16
11
|
|
|
17
12
|
.sapMCbBg {
|
|
18
|
-
left: 0.6875rem;
|
|
19
|
-
top: 0.6875rem;
|
|
20
13
|
height: 1.375rem;
|
|
21
14
|
width: 1.375rem;
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
top: 0.6875rem;
|
|
16
|
+
left: 0.6875rem;
|
|
24
17
|
box-sizing: border-box;
|
|
25
|
-
border-radius: @
|
|
18
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
19
|
+
background-color: @sapUiFieldBackground;
|
|
20
|
+
border: @sapUiFieldBorderWidth @sapUiFieldBorderColor solid;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
&.sapMCbMarkChecked:before {
|
|
27
|
+
font-size: 1rem;
|
|
28
|
+
color: currentColor;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
&.sapMCbMarkChecked {
|
|
32
|
-
border-
|
|
31
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
32
|
+
border-width: 0.25rem;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
37
|
-
|
|
36
|
+
.sapMCbBgDis .sapMCbBg {
|
|
37
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
41
|
-
background-color: @
|
|
42
|
-
|
|
40
|
+
.sapMCbRo .sapMCbBg {
|
|
41
|
+
background-color: @sapUiFieldReadOnlyBackground;
|
|
42
|
+
border: @sapUiElementBorderWidth dashed @sapUiFieldReadOnlyBorderColor;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
&.sapMCbMarkChecked:before {
|
|
50
|
-
color: @sapCriticalTextColor;
|
|
51
|
-
}
|
|
45
|
+
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
|
|
46
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
47
|
+
}
|
|
52
48
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
49
|
+
.sapMCbHoverable:hover {
|
|
50
|
+
border: @sapUiFieldBorderWidth @sapField_BorderStyle @sapUiFieldHoverBorderColor;
|
|
51
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
52
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
53
|
+
background-color: @sapUiFieldHoverBackground;
|
|
57
54
|
}
|
|
58
55
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
56
|
+
// value state
|
|
57
|
+
.sapMCbErr {
|
|
58
|
+
.sapMCbBg {
|
|
59
|
+
background-color: @sapUiFieldInvalidBackground;
|
|
60
|
+
border: @sapUiFieldInvalidBorderWidth solid @sapUiFieldInvalidColor;
|
|
61
|
+
color: @sapUiFieldInvalidColor;
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
64
|
+
border-width: 0.1875rem;
|
|
65
|
+
}
|
|
65
66
|
}
|
|
66
67
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
.sapMCbHoverable:hover {
|
|
69
|
+
box-shadow: @sapUiContentNegativeShadow;
|
|
70
|
+
background-color: @sapUiFieldHoverBackground;
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
|
|
73
|
-
.
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
.sapMCbWarn {
|
|
75
|
+
.sapMCbBg {
|
|
76
|
+
background-color: @sapUiFieldWarningBackground;
|
|
77
|
+
border: @sapUiFieldWarningBorderWidth solid @sapUiFieldWarningColor;
|
|
78
|
+
color: @sapUiFieldTextColor;
|
|
76
79
|
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
81
|
+
border-width: 0.1875rem;
|
|
82
|
+
}
|
|
79
83
|
}
|
|
80
84
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
85
|
+
.sapMCbHoverable:hover {
|
|
86
|
+
box-shadow: @sapUiContentCriticalShadow;
|
|
87
|
+
background-color: @sapUiFieldHoverBackground;
|
|
84
88
|
}
|
|
85
89
|
}
|
|
86
90
|
|
|
87
|
-
.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
&.sapMCbMarkChecked:before {
|
|
91
|
+
.sapMCbInfo {
|
|
92
|
+
.sapMCbBg {
|
|
93
|
+
background-color: @sapUiFieldInformationBackground;
|
|
94
|
+
border: @sapUiFieldInformationBorderWidth solid @sapUiFieldInformationColor;
|
|
92
95
|
color: @sapUiFieldInformationColor;
|
|
93
|
-
}
|
|
94
96
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
98
|
+
border-width: 0.1875rem;
|
|
99
|
+
}
|
|
98
100
|
}
|
|
99
|
-
}
|
|
100
101
|
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
.sapMCbBg.sapMCbMarkChecked:before {
|
|
106
|
-
color: @sapContent_FocusColor;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked:before {
|
|
110
|
-
border: 0.1875rem solid transparent;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/* CheckBox focus */
|
|
114
|
-
.sapMCb:focus {
|
|
115
|
-
outline: none;
|
|
116
|
-
|
|
117
|
-
&::after {
|
|
118
|
-
pointer-events: none;
|
|
119
|
-
content: "";
|
|
120
|
-
position: absolute;
|
|
121
|
-
top: 0.3125rem;
|
|
122
|
-
right: 0.3125rem;
|
|
123
|
-
left: 0.3125rem;
|
|
124
|
-
bottom: 0.3125rem;
|
|
125
|
-
border: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
126
|
-
border-radius: @sapField_BorderCornerRadius;
|
|
102
|
+
.sapMCbHoverable:hover {
|
|
103
|
+
box-shadow: @sapUiContentInformativeShadow;
|
|
104
|
+
background-color: @sapUiFieldHoverBackground;
|
|
127
105
|
}
|
|
128
|
-
|
|
129
106
|
}
|
|
130
107
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
137
|
-
outline: none;
|
|
108
|
+
.sapMCbSucc {
|
|
109
|
+
.sapMCbBg {
|
|
110
|
+
background-color: @sapUiFieldSuccessBackground;
|
|
111
|
+
border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
|
|
112
|
+
color: @sapUiFieldSuccessColor;
|
|
138
113
|
}
|
|
139
114
|
|
|
140
|
-
.
|
|
141
|
-
|
|
115
|
+
.sapMCbHoverable:hover {
|
|
116
|
+
box-shadow: @sapUiContentPositiveShadow;
|
|
117
|
+
background-color: @sapUiFieldHoverBackground;
|
|
142
118
|
}
|
|
143
119
|
}
|
|
144
120
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
.sapMFooter-CTX .sapMCb:not(.sapMCbBgDis) > .sapMCbBg:focus {
|
|
148
|
-
outline-color: @sapUiContentContrastFocusColor;
|
|
121
|
+
.sapMCb.sapMCbDisplayOnly:not(.sapMCbBgDis) {
|
|
122
|
+
padding-left: 2.75rem;
|
|
149
123
|
}
|
|
150
124
|
|
|
151
|
-
.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
.
|
|
155
|
-
|
|
156
|
-
|
|
125
|
+
.sapMCbDisplayOnly .sapMCbBg {
|
|
126
|
+
top: 0.5625rem;
|
|
127
|
+
left: 0.5625rem;
|
|
128
|
+
&:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked:before {
|
|
129
|
+
color: @sapTextColor;
|
|
130
|
+
font-size: 1rem;
|
|
131
|
+
}
|
|
157
132
|
|
|
158
|
-
.
|
|
159
|
-
|
|
160
|
-
|
|
133
|
+
&:not(.sapMCbMarkPartiallyChecked):before {
|
|
134
|
+
color: @sapTextColor;
|
|
135
|
+
font-size: 1rem;
|
|
136
|
+
}
|
|
161
137
|
|
|
162
|
-
.
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
138
|
+
&.sapMCbMark.sapMCbMarkChecked.sapMCbMarkPartiallyChecked {
|
|
139
|
+
width: 0.875rem;
|
|
140
|
+
height: 0.875rem;
|
|
141
|
+
border-radius: 0.0675rem;
|
|
142
|
+
top: 0.9375rem;
|
|
143
|
+
left: 0.9375rem;
|
|
166
144
|
|
|
167
|
-
|
|
168
|
-
|
|
145
|
+
&::before {
|
|
146
|
+
border-width: 0.125rem;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
169
149
|
}
|
|
170
150
|
|
|
171
|
-
|
|
172
|
-
.
|
|
173
|
-
|
|
174
|
-
.sapMLIBActive .sapMActive .sapMCbBg.sapMCbMarkChecked:before,
|
|
175
|
-
.sapMLIBActive .sapMCbBg:active.sapMCbMarkChecked:before,
|
|
176
|
-
.sapMLIBActive .sapMCbBg.sapMCbBgDis.sapMCbMarkChecked:before{
|
|
177
|
-
color: @sapUiListActiveTextColor;
|
|
151
|
+
// FOCUS
|
|
152
|
+
.sapMCb {
|
|
153
|
+
outline: none;
|
|
178
154
|
}
|
|
179
155
|
|
|
180
|
-
.
|
|
181
|
-
|
|
156
|
+
.sapMCb:focus:before {
|
|
157
|
+
content: "";
|
|
158
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
159
|
+
inset: 0.3125rem;
|
|
160
|
+
position: absolute;
|
|
161
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
182
162
|
}
|
|
183
163
|
|
|
184
|
-
.sapMCb.
|
|
185
|
-
padding-
|
|
164
|
+
.sapMCb.sapMCbHasLabel {
|
|
165
|
+
padding-right: 0.3125rem;
|
|
186
166
|
}
|
|
187
167
|
|
|
188
|
-
.
|
|
168
|
+
.sapMCb.sapMCbHasLabel:focus:before {
|
|
189
169
|
content: "";
|
|
170
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
171
|
+
top: 0.3125rem;
|
|
172
|
+
left: 0.3125rem;
|
|
173
|
+
bottom: 0.3125rem;
|
|
174
|
+
right: 0;
|
|
175
|
+
position: absolute;
|
|
176
|
+
border-radius: 0.5rem;
|
|
190
177
|
}
|
|
191
178
|
|
|
192
|
-
.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
.sapMCbDisplayOnly .sapMCbBg:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked {
|
|
199
|
-
border-style: none;
|
|
200
|
-
border-width: 0;
|
|
201
|
-
|
|
202
|
-
&:before {
|
|
203
|
-
font-size: 1.5rem;
|
|
179
|
+
.sapUiSizeCompact {
|
|
180
|
+
.sapMCb {
|
|
181
|
+
height: 2rem;
|
|
182
|
+
padding-left: 2rem;
|
|
183
|
+
line-height: 2rem;
|
|
204
184
|
}
|
|
205
|
-
}
|
|
206
185
|
|
|
207
|
-
.sapMCbDisplayOnly .sapMCbBg.sapMCbMark.sapMCbMarkChecked.sapMCbMarkPartiallyChecked {
|
|
208
|
-
border-radius:@sapField_BorderCornerRadius;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.sapMCbBg.sapMCbMarkChecked {
|
|
212
|
-
border-color: @sapUiFieldBorderColor;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
/* Compact size */
|
|
217
|
-
.sapUiSizeCompact{
|
|
218
186
|
.sapMCbBg {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.sapMCb:focus {
|
|
230
|
-
outline: none;
|
|
231
|
-
|
|
232
|
-
&::after {
|
|
233
|
-
pointer-events: none;
|
|
234
|
-
content: "";
|
|
235
|
-
position: absolute;
|
|
236
|
-
top: 0.125rem;
|
|
237
|
-
right: 0.15rem;
|
|
238
|
-
left: 0.125rem;
|
|
239
|
-
bottom: 0.125rem;
|
|
240
|
-
border: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
241
|
-
border-radius: @sapField_BorderCornerRadius;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.sapMCb.sapMCbHasLabel:focus::after {
|
|
246
|
-
right: 0;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.sapMCbDisplayOnly .sapMCbBg:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked {
|
|
250
|
-
&:before {
|
|
251
|
-
font-size: 1rem;
|
|
252
|
-
}
|
|
187
|
+
height: 1rem;
|
|
188
|
+
width: 1rem;
|
|
189
|
+
top: 0.5rem;
|
|
190
|
+
left: 0.5rem;
|
|
191
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
192
|
+
|
|
193
|
+
&.sapMCbMarkChecked:before {
|
|
194
|
+
font-size: 0.75rem;
|
|
253
195
|
}
|
|
254
196
|
|
|
255
|
-
.
|
|
256
|
-
|
|
197
|
+
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
198
|
+
border-width: 0.1875rem;
|
|
257
199
|
}
|
|
200
|
+
}
|
|
258
201
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
202
|
+
.sapMCbErr .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before,
|
|
203
|
+
.sapMCbWarn .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before,
|
|
204
|
+
.sapMCbInfo .sapMCbBg.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
205
|
+
border-width: 0.125rem;
|
|
206
|
+
}
|
|
262
207
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
208
|
+
.sapMCbDisplayOnly .sapMCbBg:not(.sapMCbMarkPartiallyChecked) {
|
|
209
|
+
margin: 0;
|
|
210
|
+
}
|
|
266
211
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
box-sizing: border-box;
|
|
271
|
-
}
|
|
212
|
+
.sapMCbDisplayOnly .sapMCbBg.sapMCbMark.sapMCbMarkChecked.sapMCbMarkPartiallyChecked {
|
|
213
|
+
top: 0.5625rem;
|
|
214
|
+
left: 0.5625rem;
|
|
272
215
|
}
|
|
273
|
-
}
|
|
216
|
+
}
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
@_sap_m_Dialog_BarHeight: 2.75rem;
|
|
12
12
|
@_sap_m_Dialog_SubHeaderCompactHeight: 2.25rem;
|
|
13
13
|
|
|
14
|
-
@_sap_m_Dialog_NoStateHeaderShadow:
|
|
15
|
-
@_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem @sapUiSuccessBorder;
|
|
16
|
-
@_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem @sapUiErrorBorder;
|
|
17
|
-
@_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem @sapUiWarningBorder;
|
|
18
|
-
@_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem @sapUiInformationBorder;
|
|
19
|
-
|
|
20
|
-
@_sap_m_Dialog_HeaderFocusBorderBottomOffset:
|
|
21
|
-
@_sap_m_Dialog_HeaderFocusBorderTopOffset:
|
|
22
|
-
@_sap_m_Dialog_HeaderFocusBorderLeftOffset:
|
|
23
|
-
@_sap_m_Dialog_HeaderFocusBorderRightOffset:
|
|
24
|
-
@
|
|
14
|
+
@_sap_m_Dialog_NoStateHeaderShadow: @sapUiContentHeaderShadow;
|
|
15
|
+
@_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem @sapUiSuccessBorder, @sapUiContentHeaderShadow;
|
|
16
|
+
@_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem @sapUiErrorBorder, @sapUiContentHeaderShadow;
|
|
17
|
+
@_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem @sapUiWarningBorder, @sapUiContentHeaderShadow;
|
|
18
|
+
@_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem @sapUiInformationBorder, @sapUiContentHeaderShadow;
|
|
19
|
+
|
|
20
|
+
@_sap_m_Dialog_HeaderFocusBorderBottomOffset: 0.125rem;
|
|
21
|
+
@_sap_m_Dialog_HeaderFocusBorderTopOffset: 0.0625rem;
|
|
22
|
+
@_sap_m_Dialog_HeaderFocusBorderLeftOffset: 0.0625rem;
|
|
23
|
+
@_sap_m_Dialog_HeaderFocusBorderRightOffset: 0.0625rem;
|
|
24
|
+
@_sap_m_Dialog_HeaderFocusBorderRadius: @sapUiElementBorderCornerRadius;
|
|
25
25
|
|
|
26
26
|
// This parameter is used in sap.m.Select. TODO: remove it when it is removed from there.
|
|
27
27
|
@_sap_m_Dialog_HeaderShadowColor: darken(@sapUiGroupContentBackground, 8);
|
|
@@ -36,9 +36,14 @@
|
|
|
36
36
|
font-size: 1rem;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.sapMDialogResizeHandler
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
.sapMDialogResizeHandler {
|
|
40
|
+
right: 6px;
|
|
41
|
+
bottom: 3px;
|
|
42
|
+
|
|
43
|
+
&::before {
|
|
44
|
+
content: attr(data-sap-ui-icon-content);
|
|
45
|
+
color: @sapUiButtonLiteTextColor;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
.sapMDialogBeginButton, .sapMDialogEndButton {
|
|
@@ -77,6 +82,7 @@ html.sap-phone .sapMDialog {
|
|
|
77
82
|
}
|
|
78
83
|
}
|
|
79
84
|
|
|
85
|
+
// Responsive paddings
|
|
80
86
|
.sapMDialogTitle, .sapMDialogSubHeader {
|
|
81
87
|
.sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
|
|
82
88
|
.sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
|
|
@@ -105,18 +111,26 @@ html.sap-phone .sapMDialog {
|
|
|
105
111
|
}
|
|
106
112
|
}
|
|
107
113
|
|
|
114
|
+
.sapMDialog:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding) {
|
|
115
|
+
&.sapMDialog-NoHeader .sapMDialogScroll {
|
|
116
|
+
padding-top: 0.25rem;
|
|
108
117
|
|
|
109
|
-
html.sap-
|
|
110
|
-
|
|
111
|
-
}
|
|
118
|
+
html.sap-phone .sapMDialogStretched& {
|
|
119
|
+
padding-top: 0;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
112
122
|
|
|
123
|
+
&.sapMDialog-NoFooter .sapMDialogScroll {
|
|
124
|
+
padding-bottom: 0.25rem;
|
|
125
|
+
|
|
126
|
+
html.sap-phone .sapMDialogStretched& {
|
|
127
|
+
padding-bottom: 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
113
131
|
.sapMDialog footer .sapMTB.sapMFooter-CTX {
|
|
114
132
|
// override for toolbar's top rounded corners
|
|
133
|
+
// TODO: toolbar shouldn't have rounded corners, remove this later
|
|
115
134
|
border-top-left-radius: 0px;
|
|
116
135
|
border-top-right-radius: 0px;
|
|
117
136
|
}
|
|
118
|
-
|
|
119
|
-
.sapMDialogResizeHandler {
|
|
120
|
-
right: 6px;
|
|
121
|
-
bottom: 3px;
|
|
122
|
-
}
|
|
@@ -237,10 +237,6 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.sapUshellSection .sapUshellSectionHeader, .sapUshellSection .sapUshellSectionDefaultArea, .sapUshellSection .sapUshellSectionFlatArea
|
|
241
|
-
{
|
|
242
|
-
gap: 0.75rem !important;
|
|
243
|
-
}
|
|
244
240
|
|
|
245
241
|
large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-large .sapUiSizeCompact .sapMGT.sapMGTLineMode {
|
|
246
242
|
margin-right: 1rem;
|