@openui5/themelib_sap_horizon 1.119.1 → 1.120.1
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 +6 -6
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +4 -2
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
- package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +2 -1
- package/src/sap/m/themes/sap_horizon/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +31 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +24 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +5 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +2 -4
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +117 -14
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon/SplitButton.less +46 -23
- package/src/sap/m/themes/sap_horizon/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon/TextArea.less +24 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +30 -0
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +24 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +5 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +2 -5
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +117 -14
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +46 -37
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +24 -4
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +35 -1
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +135 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +35 -1
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +135 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +11 -0
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -0
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +13 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +13 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -1
- package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
- 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/global.less +13 -9
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -4
- 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_dark/global.less +14 -10
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -4
- 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_hcb/global.less +9 -9
- 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/core/themes/sap_horizon_hcw/global.less +9 -9
- package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +0 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +0 -3
package/THIRDPARTY.txt
CHANGED
|
@@ -179,7 +179,7 @@ License: Apache-2.0
|
|
|
179
179
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
180
180
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
181
181
|
|
|
182
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
182
|
+
Component: Unicode Common Locale Data Repository, version: 43
|
|
183
183
|
Copyright: 1991-2014 Unicode, Inc.
|
|
184
184
|
License: Unicode-DFS-2015
|
|
185
185
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
@@ -334,7 +334,7 @@ License: ISC
|
|
|
334
334
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
335
335
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
|
|
337
|
-
Component: Time Zone Database, version:
|
|
337
|
+
Component: Time Zone Database, version: 2023c
|
|
338
338
|
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
339
339
|
License: LicenseRef-tzdata-PublicDomain
|
|
340
340
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
@@ -416,7 +416,7 @@ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplore
|
|
|
416
416
|
|
|
417
417
|
Library: sap.ui.webc.common:
|
|
418
418
|
|
|
419
|
-
Component: UI5 Web Components, version: 1.
|
|
419
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
420
420
|
Copyright: SAP
|
|
421
421
|
License: Apache-2.0
|
|
422
422
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -436,13 +436,13 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
436
436
|
|
|
437
437
|
Library: sap.ui.webc.fiori:
|
|
438
438
|
|
|
439
|
-
Component: UI5 Web Components, version: 1.
|
|
439
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
440
440
|
Copyright: SAP
|
|
441
441
|
License: Apache-2.0
|
|
442
442
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
443
443
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
444
444
|
|
|
445
|
-
Component: ZXing, version: 0.
|
|
445
|
+
Component: ZXing, version: 0.17.1
|
|
446
446
|
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
447
447
|
License: Apache-2.0
|
|
448
448
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -451,7 +451,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
|
451
451
|
|
|
452
452
|
Library: sap.ui.webc.main:
|
|
453
453
|
|
|
454
|
-
Component: UI5 Web Components, version: 1.
|
|
454
|
+
Component: UI5 Web Components, version: 1.18.0
|
|
455
455
|
Copyright: SAP
|
|
456
456
|
License: Apache-2.0
|
|
457
457
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.120.1",
|
|
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.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.120.1",
|
|
18
|
+
"@openui5/sap.m": "1.120.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.120.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.120.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.120.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.120.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.120.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.120.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.120.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.120.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.120.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.120.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.120.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.120.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.120.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.120.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.120.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
.sapFAvatar {
|
|
36
36
|
background-color: @sapUiButtonActiveBackground;
|
|
37
37
|
|
|
38
|
-
.sapFAvatarInitialsHolder
|
|
38
|
+
.sapFAvatarInitialsHolder,
|
|
39
|
+
&.sapFAvatarIcon {
|
|
39
40
|
color: @sapUiButtonActiveTextColor;
|
|
40
41
|
}
|
|
41
42
|
}
|
|
@@ -66,7 +67,8 @@
|
|
|
66
67
|
border: 0.0625rem solid @sapUiButtonActiveBorderColor;
|
|
67
68
|
background-color: @sapUiButtonActiveBackground;
|
|
68
69
|
|
|
69
|
-
.sapFAvatarInitialsHolder
|
|
70
|
+
.sapFAvatarInitialsHolder,
|
|
71
|
+
&.sapFAvatarIcon {
|
|
70
72
|
color: @sapUiButtonActiveTextColor;
|
|
71
73
|
}
|
|
72
74
|
}
|
|
@@ -97,14 +97,20 @@
|
|
|
97
97
|
font-size: @sapMFontHeader5Size;
|
|
98
98
|
font-weight: bold;
|
|
99
99
|
|
|
100
|
-
.sapMBtn:hover
|
|
100
|
+
.sapMBtn:not(:hover) .sapMBtnInner.sapMBtnTransparent::after,
|
|
101
|
+
.sapMBtnTransparent {
|
|
102
|
+
color: @sapUiShellTextColor;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
101
106
|
background: @sapUiShellHoverBackground;
|
|
102
107
|
box-shadow: @sapUiContentInteractionShadow;
|
|
103
108
|
border-color: @sapUiButtonLiteBorderColor;
|
|
109
|
+
color: @sapUiShellActiveTextColor;
|
|
104
110
|
}
|
|
105
111
|
|
|
106
|
-
.sapMBtn:hover > .sapMBtnHoverable.
|
|
107
|
-
background: @
|
|
112
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
|
|
113
|
+
background: @sapUiShellHoverBackground;
|
|
108
114
|
color: @sapUiShellActiveTextColor;
|
|
109
115
|
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
110
116
|
}
|
|
@@ -507,7 +513,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
507
513
|
|
|
508
514
|
// sap.m.Button
|
|
509
515
|
.sapFShellBarItem.sapMBtn,
|
|
510
|
-
.sapFShellBarItem .sapMBtn,
|
|
516
|
+
.sapFShellBarItem:not(.sapFSHMegaMenu ) .sapMBtn,
|
|
511
517
|
.sapMTB-Transparent-CTX .sapFShellBarItem.sapMBtn,
|
|
512
518
|
.sapMTB-Transparent-CTX .sapFShellBarItem .sapMBtn {
|
|
513
519
|
.sapMBtnInner::after,
|
|
@@ -96,14 +96,20 @@
|
|
|
96
96
|
font-size: @sapMFontHeader5Size;
|
|
97
97
|
font-weight: bold;
|
|
98
98
|
|
|
99
|
-
.sapMBtn:hover
|
|
99
|
+
.sapMBtn:not(:hover) .sapMBtnInner.sapMBtnTransparent::after,
|
|
100
|
+
.sapMBtnTransparent {
|
|
101
|
+
color: @sapUiShellTextColor;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
100
105
|
background: @sapUiShellHoverBackground;
|
|
101
106
|
box-shadow: @sapUiContentInteractionShadow;
|
|
102
107
|
border-color: @sapUiButtonLiteBorderColor;
|
|
108
|
+
color: @sapUiShellActiveTextColor;
|
|
103
109
|
}
|
|
104
110
|
|
|
105
|
-
.sapMBtn:hover > .sapMBtnHoverable.
|
|
106
|
-
background: @
|
|
111
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
|
|
112
|
+
background: @sapUiShellHoverBackground;
|
|
107
113
|
color: @sapUiShellActiveTextColor;
|
|
108
114
|
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
109
115
|
}
|
|
@@ -504,7 +510,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
504
510
|
|
|
505
511
|
// sap.m.Button
|
|
506
512
|
.sapFShellBarItem.sapMBtn,
|
|
507
|
-
.sapFShellBarItem .sapMBtn,
|
|
513
|
+
.sapFShellBarItem:not(.sapFSHMegaMenu ) .sapMBtn,
|
|
508
514
|
.sapMTB-Transparent-CTX .sapFShellBarItem.sapMBtn,
|
|
509
515
|
.sapMTB-Transparent-CTX .sapFShellBarItem .sapMBtn {
|
|
510
516
|
.sapMBtnInner::after,
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.sapFAvatarFocusable.sapMAvatarPressed {
|
|
25
|
-
box-shadow: 0px 0px 0px
|
|
25
|
+
box-shadow: 0px 0px 0px @sapUiButtonBorderWidth @sapUiButtonSelectedBorderColor;
|
|
26
26
|
|
|
27
27
|
&:hover {
|
|
28
|
-
box-shadow: 0px 0px 0px
|
|
28
|
+
box-shadow: 0px 0px 0px @sapUiButtonBorderWidth @sapUiButtonSelectedHoverBorderColor;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
@@ -159,6 +159,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable
|
|
|
159
159
|
border-color: @sapUiContentFocusColor;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
+
// Value State Message buttons
|
|
163
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
|
|
164
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
|
|
168
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
|
|
172
|
+
border-color: @sapButton_Success_BorderColor;
|
|
173
|
+
}
|
|
174
|
+
|
|
162
175
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
163
176
|
content: "";
|
|
164
177
|
position: absolute;
|
|
@@ -173,10 +186,9 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
|
|
|
173
186
|
}
|
|
174
187
|
|
|
175
188
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
|
|
176
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBadgeIndicator):before,
|
|
177
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBadgeIndicator):before,
|
|
178
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBadgeIndicator):before
|
|
179
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
189
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
190
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
191
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before {
|
|
180
192
|
border: 0.125rem solid @sapUiContentContrastFocusColor;
|
|
181
193
|
}
|
|
182
194
|
|
|
@@ -159,6 +159,21 @@
|
|
|
159
159
|
border-radius: 0.5rem;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
+
/* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
|
|
163
|
+
.sapUiForm {
|
|
164
|
+
.sapMCbBg {
|
|
165
|
+
left: 0;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.sapMCb {
|
|
169
|
+
padding-left: 2.0625rem; // to have right gap between checkbox and label
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
|
|
173
|
+
left: -0.25rem; /* more is not possible as this would cut off the focus border */
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
162
177
|
.sapUiSizeCompact {
|
|
163
178
|
.sapMCb {
|
|
164
179
|
height: 2rem;
|
|
@@ -196,4 +211,19 @@
|
|
|
196
211
|
top: 0.5625rem;
|
|
197
212
|
left: 0.5625rem;
|
|
198
213
|
}
|
|
199
|
-
|
|
214
|
+
|
|
215
|
+
/* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
|
|
216
|
+
.sapUiForm {
|
|
217
|
+
.sapMCbBg {
|
|
218
|
+
left: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.sapMCb {
|
|
222
|
+
padding-left: 1.5rem; // to have right gap between checkbox and label
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
|
|
226
|
+
left: -0.1875rem;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
21
|
+
line-height: 2.125rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
20
24
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner:not(.sapMBtnText) {
|
|
21
25
|
padding-left: 0rem;
|
|
22
26
|
}
|
|
@@ -56,12 +60,8 @@
|
|
|
56
60
|
}
|
|
57
61
|
|
|
58
62
|
.sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
|
|
59
|
-
padding-right: 0.4375rem;
|
|
60
|
-
padding-left: 0.4375rem;
|
|
61
|
-
|
|
62
63
|
.sapMBtnContent {
|
|
63
64
|
position: relative;
|
|
64
|
-
top: -1px;
|
|
65
65
|
left: 0;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -71,4 +71,22 @@
|
|
|
71
71
|
padding-right: 0.3125rem;
|
|
72
72
|
padding-left: 0.3125rem;
|
|
73
73
|
}
|
|
74
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnIcon,
|
|
75
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnContent {
|
|
76
|
+
position: relative;
|
|
77
|
+
top: 0;
|
|
78
|
+
left: 0;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
|
|
83
|
+
color: @sapUiButtonNegativeActiveTextColor;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnCritical.sapMBtnActive::after {
|
|
87
|
+
color: @sapUiButtonCriticalActiveTextColor;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnSuccess.sapMBtnActive::after {
|
|
91
|
+
color: @sapUiButtonSuccessActiveTextColor;
|
|
74
92
|
}
|
|
@@ -387,4 +387,28 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
387
387
|
background-color: @sapUiIndication8ActiveBackground;
|
|
388
388
|
border-color: @sapUiIndication8ActiveBorderColor;
|
|
389
389
|
color: @sapUiIndication8ActiveTextColor;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/* Second set of inverted indication colors regular state */
|
|
393
|
+
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
394
|
+
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon,
|
|
395
|
+
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
|
|
396
|
+
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusIcon,
|
|
397
|
+
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusText,
|
|
398
|
+
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusIcon,
|
|
399
|
+
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusText,
|
|
400
|
+
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusIcon,
|
|
401
|
+
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusText,
|
|
402
|
+
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusIcon,
|
|
403
|
+
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusText,
|
|
404
|
+
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusIcon,
|
|
405
|
+
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusText,
|
|
406
|
+
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusIcon,
|
|
407
|
+
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusText,
|
|
408
|
+
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusIcon,
|
|
409
|
+
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusText,
|
|
410
|
+
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon,
|
|
411
|
+
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
412
|
+
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
413
|
+
text-shadow: @sapUiContentTextShadow;
|
|
390
414
|
}
|
|
@@ -11,15 +11,14 @@
|
|
|
11
11
|
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
12
|
&:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
13
13
|
.sapMSliderHandle:hover {
|
|
14
|
-
border:
|
|
14
|
+
border: 0.0625rem @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
|
|
15
15
|
background: @sapUiSliderHoverRangeHandleBackground;
|
|
16
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
20
19
|
&:not(:focus) {
|
|
21
20
|
background: transparent;
|
|
22
|
-
border: 0.125rem solid @
|
|
21
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
23
22
|
outline: none;
|
|
24
23
|
box-shadow: none;
|
|
25
24
|
top: -0.625rem;
|
|
@@ -28,7 +27,7 @@
|
|
|
28
27
|
|
|
29
28
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
30
29
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
31
|
-
border: 0.125rem solid @
|
|
30
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
32
31
|
outline: none;
|
|
33
32
|
box-shadow: none;
|
|
34
33
|
top: -0.625rem;
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
|
|
37
36
|
.sapMSliderHandle {
|
|
38
37
|
background: @sapUiSliderRangeHandleBackground;
|
|
39
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
40
38
|
top: -0.625rem;
|
|
41
39
|
}
|
|
42
40
|
|
|
@@ -68,7 +66,7 @@
|
|
|
68
66
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
69
67
|
&:not(:focus) {
|
|
70
68
|
background: transparent;
|
|
71
|
-
border:
|
|
69
|
+
border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
72
70
|
outline: none;
|
|
73
71
|
box-shadow: none;
|
|
74
72
|
top: -0.5rem;
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
|
|
86
84
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
87
85
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
88
|
-
border: 0.125rem solid @
|
|
86
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
89
87
|
outline: none;
|
|
90
88
|
box-shadow: none;
|
|
91
89
|
top: -0.5rem;
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
@_sap_m_SearchField_FocusOffset: 0;
|
|
18
18
|
@_sap_m_SearchField_FocusBorderRadius: inherit;
|
|
19
19
|
@_sap_m_SearchField_PlaceholderFontStyle: italic;
|
|
20
|
+
@_sap_m_SearchField_ActiveBackgroundStyle: @sapUiFieldBackgroundStyle;
|
|
20
21
|
|
|
21
22
|
.sapMSFF {
|
|
22
23
|
border-radius: @sapUiFieldBorderCornerRadius;
|
|
@@ -27,10 +28,6 @@
|
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
.sapMSFB {
|
|
30
|
-
// don't overlap the bottom line
|
|
31
|
-
margin-bottom: 1px;
|
|
32
|
-
height: ~"calc(100% - 1px)";
|
|
33
|
-
|
|
34
31
|
border-radius: @sapUiFieldBorderCornerRadius;
|
|
35
32
|
color: @sapUiFieldTextColor;
|
|
36
33
|
|
|
@@ -44,6 +41,7 @@
|
|
|
44
41
|
|
|
45
42
|
&:hover {
|
|
46
43
|
box-shadow: @sapUiFieldHoverShadow;
|
|
44
|
+
background: @sapUiFieldBackgroundStyle;
|
|
47
45
|
background-color: @sapUiFieldHoverBackground;
|
|
48
46
|
}
|
|
49
47
|
|
|
@@ -18,13 +18,15 @@
|
|
|
18
18
|
text-align: center;
|
|
19
19
|
text-shadow: none;
|
|
20
20
|
color: @sapUiButtonTextColor;
|
|
21
|
-
border-top: 1px solid
|
|
21
|
+
border-top: 1px solid @sapUiButtonBorderColor;
|
|
22
22
|
border-left: 1px solid transparent;
|
|
23
|
-
border-bottom: 1px solid
|
|
23
|
+
border-bottom: 1px solid @sapUiButtonBorderColor;
|
|
24
24
|
border-right: 1px solid transparent;
|
|
25
|
-
background-color:
|
|
25
|
+
background-color: transparent;
|
|
26
26
|
margin-left: 1px;
|
|
27
27
|
margin-right: 1px;
|
|
28
|
+
margin-top: -1px;
|
|
29
|
+
margin-bottom: -1px;
|
|
28
30
|
}
|
|
29
31
|
&:not(.sapMSegBBtnMixed) .sapMImg {
|
|
30
32
|
padding-left: 0.5625rem;
|
|
@@ -46,7 +48,8 @@
|
|
|
46
48
|
.sapMSegBBtn:first-child .sapMSegBBtnInner {
|
|
47
49
|
border-top-left-radius: @sapUiButtonBorderCornerRadius;
|
|
48
50
|
border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
|
|
49
|
-
|
|
51
|
+
border-left: 1px solid @sapUiButtonBorderColor;
|
|
52
|
+
margin-left: -1px;
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
.sapMSegBBtn:first-child .sapMSegBBtnInnerWrapper {
|
|
@@ -55,16 +58,17 @@
|
|
|
55
58
|
border-left: 1px solid @sapUiButtonBorderColor;
|
|
56
59
|
}
|
|
57
60
|
|
|
58
|
-
.sapMSegBBtn
|
|
61
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInnerWrapper {
|
|
59
62
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
60
63
|
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
61
64
|
border-right: 1px solid @sapUiButtonBorderColor;
|
|
62
65
|
}
|
|
63
66
|
|
|
64
|
-
.sapMSegBBtn
|
|
67
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner{
|
|
65
68
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
66
69
|
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
67
|
-
|
|
70
|
+
border-right: 1px solid @sapUiButtonBorderColor;
|
|
71
|
+
margin-right: -1px;
|
|
68
72
|
}
|
|
69
73
|
|
|
70
74
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
@@ -74,7 +78,7 @@ html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
|
74
78
|
}
|
|
75
79
|
|
|
76
80
|
html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
77
|
-
border-color: @
|
|
81
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
78
82
|
}
|
|
79
83
|
|
|
80
84
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
@@ -82,23 +86,122 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
82
86
|
}
|
|
83
87
|
|
|
84
88
|
/* Custom focus outline: */
|
|
89
|
+
html.sap-desktop {
|
|
90
|
+
.sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
91
|
+
content: "";
|
|
92
|
+
position: absolute;
|
|
93
|
+
box-sizing: border-box;
|
|
94
|
+
left: 0.125rem;
|
|
95
|
+
top: 0.375rem;
|
|
96
|
+
right: 0.2rem;
|
|
97
|
+
bottom: 0.375rem;
|
|
98
|
+
pointer-events: none;
|
|
99
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
100
|
+
border-radius: 0.375rem;
|
|
101
|
+
}
|
|
102
|
+
.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
103
|
+
&.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
104
|
+
top: 0.3rem;
|
|
105
|
+
bottom: 0.3rem;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Custom focus outline: */
|
|
110
|
+
html.sap-desktop {
|
|
111
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
112
|
+
content: "";
|
|
113
|
+
position: absolute;
|
|
114
|
+
box-sizing: border-box;
|
|
115
|
+
left: 0.2rem;
|
|
116
|
+
top: 0.375rem;
|
|
117
|
+
right: 0.125rem;
|
|
118
|
+
bottom: 0.375rem;
|
|
119
|
+
pointer-events: none;
|
|
120
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
121
|
+
border-radius: 0.375rem;
|
|
122
|
+
}
|
|
123
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
124
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
125
|
+
top: 0.3rem;
|
|
126
|
+
bottom: 0.3rem;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
85
130
|
html.sap-desktop {
|
|
86
131
|
.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
87
132
|
content: "";
|
|
88
133
|
position: absolute;
|
|
89
134
|
box-sizing: border-box;
|
|
90
135
|
left: 0.2rem;
|
|
91
|
-
top: 0.
|
|
136
|
+
top: 0.375rem;
|
|
92
137
|
right: 0.2rem;
|
|
93
|
-
bottom: 0.
|
|
138
|
+
bottom: 0.375rem;
|
|
94
139
|
pointer-events: none;
|
|
95
140
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
96
141
|
border-radius: 0.375rem;
|
|
97
142
|
}
|
|
98
143
|
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
99
144
|
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
100
|
-
top: 0.
|
|
101
|
-
bottom: 0.
|
|
145
|
+
top: 0.3rem;
|
|
146
|
+
bottom: 0.3rem;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.sapMSegB.sapMSegBIcons {
|
|
151
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
152
|
+
margin-right: -1px;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.sapMSegB.sapMSegBIcons {
|
|
157
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
158
|
+
margin-right: -1px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* Custom focus outline: */
|
|
163
|
+
html.sap-desktop {
|
|
164
|
+
.sapMSegB.sapMSegBIcons {
|
|
165
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner:after {
|
|
166
|
+
content: "";
|
|
167
|
+
position: absolute;
|
|
168
|
+
box-sizing: border-box;
|
|
169
|
+
left: 0.2rem;
|
|
170
|
+
top: 0.375rem;
|
|
171
|
+
right: 0.15rem;
|
|
172
|
+
bottom: 0.375rem;
|
|
173
|
+
pointer-events: none;
|
|
174
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
175
|
+
border-radius: 0.375rem;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner:after,
|
|
179
|
+
&.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner:after {
|
|
180
|
+
top: 0.3rem;
|
|
181
|
+
bottom: 0.3rem;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/* Custom focus outline: */
|
|
186
|
+
html.sap-desktop {
|
|
187
|
+
.sapMSegB.sapMSegBIcons {
|
|
188
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner:after {
|
|
189
|
+
content: "";
|
|
190
|
+
position: absolute;
|
|
191
|
+
box-sizing: border-box;
|
|
192
|
+
left: 0.15rem;
|
|
193
|
+
top: 0.375rem;
|
|
194
|
+
right: 0.15rem;
|
|
195
|
+
bottom: 0.375rem;
|
|
196
|
+
pointer-events: none;
|
|
197
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
198
|
+
border-radius: 0.375rem;
|
|
199
|
+
}
|
|
200
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner:after,
|
|
201
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:first-child:focus .sapMSegBBtnInner:after {
|
|
202
|
+
top: 0.3rem;
|
|
203
|
+
bottom: 0.3rem;
|
|
204
|
+
}
|
|
102
205
|
}
|
|
103
206
|
}
|
|
104
207
|
|
|
@@ -147,7 +250,7 @@ html.sap-desktop {
|
|
|
147
250
|
|
|
148
251
|
.sapMSegBBtn.sapMSegBBtnSel:hover {
|
|
149
252
|
.sapMSegBBtnInner {
|
|
150
|
-
border-color: @
|
|
253
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
151
254
|
}
|
|
152
255
|
}
|
|
153
256
|
|
|
@@ -226,7 +329,7 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
226
329
|
border-bottom-left-radius: 0.5rem;
|
|
227
330
|
}
|
|
228
331
|
|
|
229
|
-
.sapMSegBBtn
|
|
332
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner {
|
|
230
333
|
border-top-right-radius: 0.5rem;
|
|
231
334
|
border-bottom-right-radius: 0.5rem;
|
|
232
335
|
}
|