@openui5/themelib_sap_horizon 1.134.0 → 1.135.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 +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
- package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -10
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/Table.less +12 -3
- package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -10
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/Table.less +12 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -9
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -9
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +5 -8
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +5 -8
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_table_Cell_FocusOutlineOffset: calc(
|
|
7
|
-
@_sap_ui_table_Cell_BorderColorSelected:
|
|
6
|
+
@_sap_ui_table_Cell_FocusOutlineOffset: ~"calc((var(--sapContent_FocusWidth) * -1) - 0.0625rem)";
|
|
7
|
+
@_sap_ui_table_Cell_BorderColorSelected: var(--sapList_SelectionBorderColor);
|
|
8
8
|
@_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
|
|
9
9
|
|
|
10
10
|
.sapUiTableGroupMode .sapUiTableCell.sapUiTableRowSelectionCell {
|
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
* Focus outline in Condensed mode
|
|
16
16
|
*/
|
|
17
17
|
.sapUiSizeCondensed .sapUiTableCell:focus {
|
|
18
|
+
|
|
18
19
|
&::before {
|
|
19
|
-
outline: 0.0625rem
|
|
20
|
+
outline: 0.0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
20
21
|
outline-offset: -1px;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_table_Row_ColorHovered:
|
|
7
|
-
@_sap_ui_table_Row_NavigationIndicatorColor:
|
|
6
|
+
@_sap_ui_table_Row_ColorHovered: var(--sapContent_ContrastTextColor);
|
|
7
|
+
@_sap_ui_table_Row_NavigationIndicatorColor: var(--sapList_SelectionBorderColor);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_table_RowSelection_CheckBoxIconColor:
|
|
7
|
-
@_sap_ui_table_RowSelection_CheckBoxBorderWidth:
|
|
8
|
-
@_sap_ui_table_RowSelection_CheckBoxBorderRadius:
|
|
9
|
-
@_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy:
|
|
6
|
+
@_sap_ui_table_RowSelection_CheckBoxIconColor: var(--sapContent_IconColor);
|
|
7
|
+
@_sap_ui_table_RowSelection_CheckBoxBorderWidth: var(--sapField_BorderWidth);
|
|
8
|
+
@_sap_ui_table_RowSelection_CheckBoxBorderRadius: var(--sapField_BorderCornerRadius);
|
|
9
|
+
@_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: var(--sapField_BorderCornerRadius);
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
@_sap_ui_table_Table_TableHeaderBorderWidth: 3px;
|
|
8
8
|
|
|
9
9
|
._sap_ui_table_Table_TitleContainer() {
|
|
10
|
-
border-bottom: 3px solid
|
|
10
|
+
border-bottom: 3px solid var(--sapList_HeaderBorderColor);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
._sap_ui_table_Table_ExtensionContainer() {
|
|
14
|
-
border-bottom: @_sap_ui_table_BaseBorderWidth solid
|
|
14
|
+
border-bottom: @_sap_ui_table_BaseBorderWidth solid var(--sapList_HeaderBorderColor);
|
|
15
15
|
padding: 0.125rem;
|
|
16
16
|
}
|
|
17
17
|
|