@openui5/themelib_sap_horizon 1.112.2 → 1.114.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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +1 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/FeedInput.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +9 -1
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -13
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +42 -0
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +18 -0
- package/src/sap/m/themes/sap_horizon/Table.less +0 -21
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +42 -0
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +19 -3
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +19 -1
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +19 -2
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +868 -40
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +869 -41
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +869 -34
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +869 -34
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +3 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +3 -9
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
@sapUiGlobalBackgroundImageOpacity: @sapBackgroundImageOpacity;
|
|
28
28
|
@sapUiGlobalBackgroundRepeat: @sapBackgroundImageRepeat;
|
|
29
29
|
@sapUiSelected: @sapSelectedColor;
|
|
30
|
+
@sapUiHover: @sapHoverColor;
|
|
30
31
|
@sapUiActive: @sapActiveColor;
|
|
31
32
|
@sapUiHighlightTextColor: @sapHighlightTextColor;
|
|
32
33
|
@sapUiTextTitle: @sapTitleColor;
|
|
@@ -190,8 +191,11 @@
|
|
|
190
191
|
@sapMFontHeader5Size: @sapFontHeader5Size;
|
|
191
192
|
@sapMFontHeader6Size: @sapFontHeader6Size;
|
|
192
193
|
|
|
194
|
+
@sapUiLinkTextDecoration: @sapLink_TextDecoration;
|
|
193
195
|
@sapUiLinkHoverColor: @sapLink_Hover_Color;
|
|
196
|
+
@sapUiLinkHoverTextDecoration: @sapLink_Hover_TextDecoration;
|
|
194
197
|
@sapUiLinkActiveColor: @sapLink_Active_Color;
|
|
198
|
+
@sapUiLinkActiveTextDecoration: @sapLink_Active_TextDecoration;
|
|
195
199
|
@sapUiLinkVisitedColor: @sapLink_Visited_Color;
|
|
196
200
|
@sapUiLinkInvertedColor: @sapLink_InvertedColor;
|
|
197
201
|
@sapUiLinkSubtleColor: @sapLink_SubtleColor;
|
|
@@ -498,10 +502,16 @@
|
|
|
498
502
|
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
499
503
|
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
500
504
|
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
505
|
+
@sapUiFieldShadow: @sapField_Shadow;
|
|
501
506
|
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
502
507
|
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
503
508
|
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
504
509
|
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
510
|
+
@sapUiFieldHoverShadow: @sapField_Hover_Shadow;
|
|
511
|
+
@sapUiFieldHoverInvalidShadow: @sapField_Hover_InvalidShadow;
|
|
512
|
+
@sapUiFieldHoverWarningShadow: @sapField_Hover_WarningShadow;
|
|
513
|
+
@sapUiFieldHoverSuccessShadow: @sapField_Hover_SuccessShadow;
|
|
514
|
+
@sapUiFieldHoverInformationShadow: @sapField_Hover_InformationShadow;
|
|
505
515
|
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
506
516
|
@sapUiFieldFocusBackground: @sapField_Focus_Background;
|
|
507
517
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
@@ -517,21 +527,25 @@
|
|
|
517
527
|
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
518
528
|
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
519
529
|
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
530
|
+
@sapUiFieldInvalidShadow: @sapField_InvalidShadow;
|
|
520
531
|
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
521
532
|
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
522
533
|
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
523
534
|
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
524
535
|
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
536
|
+
@sapUiFieldWarningShadow: @sapField_WarningShadow;
|
|
525
537
|
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
526
538
|
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
527
539
|
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
528
540
|
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
529
541
|
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
542
|
+
@sapUiFieldSuccessShadow: @sapField_SuccessShadow;
|
|
530
543
|
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
531
544
|
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
532
545
|
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
533
546
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
534
547
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
548
|
+
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
535
549
|
|
|
536
550
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
537
551
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
@@ -704,51 +718,143 @@
|
|
|
704
718
|
@sapUiIndication1: @sapIndicationColor_1;
|
|
705
719
|
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
706
720
|
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
721
|
+
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
707
722
|
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
708
723
|
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
709
|
-
@
|
|
724
|
+
@sapUiIndication1ActiveBorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
725
|
+
@sapUiIndication1ActiveTextColor: @sapIndicationColor_1_Active_TextColor;
|
|
726
|
+
@sapUiIndication1SelectedBackground: @sapIndicationColor_1_Selected_Background;
|
|
727
|
+
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
728
|
+
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
729
|
+
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
730
|
+
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
731
|
+
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
710
732
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
711
733
|
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
712
734
|
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
735
|
+
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
713
736
|
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
714
737
|
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
715
|
-
@
|
|
738
|
+
@sapUiIndication2ActiveBorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
739
|
+
@sapUiIndication2ActiveTextColor: @sapIndicationColor_2_Active_TextColor;
|
|
740
|
+
@sapUiIndication2SelectedBackground: @sapIndicationColor_2_Selected_Background;
|
|
741
|
+
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
|
+
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
|
+
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
|
|
745
|
+
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
716
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
717
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
718
748
|
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
749
|
+
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
719
750
|
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
720
751
|
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
721
|
-
@
|
|
752
|
+
@sapUiIndication3ActiveBorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
753
|
+
@sapUiIndication3ActiveTextColor: @sapIndicationColor_3_Active_TextColor;
|
|
754
|
+
@sapUiIndication3SelectedBackground: @sapIndicationColor_3_Selected_Background;
|
|
755
|
+
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
|
+
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
|
+
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
|
|
759
|
+
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
722
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
723
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
724
762
|
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
763
|
+
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
725
764
|
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
726
765
|
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
727
|
-
@
|
|
766
|
+
@sapUiIndication4ActiveBorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
767
|
+
@sapUiIndication4ActiveTextColor: @sapIndicationColor_4_Active_TextColor;
|
|
768
|
+
@sapUiIndication4SelectedBackground: @sapIndicationColor_4_Selected_Background;
|
|
769
|
+
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
|
+
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
|
+
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
|
|
773
|
+
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
728
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
729
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
730
776
|
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
777
|
+
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
731
778
|
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
732
779
|
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
733
|
-
@
|
|
780
|
+
@sapUiIndication5ActiveBorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
781
|
+
@sapUiIndication5ActiveTextColor: @sapIndicationColor_5_Active_TextColor;
|
|
782
|
+
@sapUiIndication5SelectedBackground: @sapIndicationColor_5_Selected_Background;
|
|
783
|
+
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
|
+
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
|
+
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
|
|
787
|
+
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
734
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
735
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
736
790
|
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
791
|
+
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
737
792
|
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
738
793
|
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
739
|
-
@
|
|
794
|
+
@sapUiIndication6ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
795
|
+
@sapUiIndication6ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
796
|
+
@sapUiIndication6SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
797
|
+
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
|
+
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
|
+
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
801
|
+
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
740
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
741
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
742
804
|
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
805
|
+
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
743
806
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
744
807
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
745
|
-
@
|
|
808
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
809
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
810
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
811
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
812
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
813
|
+
@sapUiIndication7b: @sapIndicationColor_6b;
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
815
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
746
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
747
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
748
818
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
819
|
+
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
749
820
|
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
750
821
|
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
751
|
-
@
|
|
822
|
+
@sapUiIndication8ActiveBorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
823
|
+
@sapUiIndication8ActiveTextColor: @sapIndicationColor_8_Active_TextColor;
|
|
824
|
+
@sapUiIndication8SelectedBackground: @sapIndicationColor_8_Selected_Background;
|
|
825
|
+
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
|
+
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
|
+
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
|
|
829
|
+
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
|
+
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
|
+
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
832
|
+
@sapUiIndication9BorderColor: @sapIndicationColor_9_BorderColor;
|
|
833
|
+
@sapUiIndication9TextColor: @sapIndicationColor_9_TextColor;
|
|
834
|
+
@sapUiIndication9HoverBackground: @sapIndicationColor_9_Hover_Background;
|
|
835
|
+
@sapUiIndication9ActiveBackground: @sapIndicationColor_9_Active_Background;
|
|
836
|
+
@sapUiIndication9ActiveBorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
837
|
+
@sapUiIndication9ActiveTextColor: @sapIndicationColor_9_Active_TextColor;
|
|
838
|
+
@sapUiIndication9SelectedBackground: @sapIndicationColor_9_Selected_Background;
|
|
839
|
+
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
|
+
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
|
+
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
|
|
843
|
+
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
|
+
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
|
+
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
846
|
+
@sapUiIndication10BorderColor: @sapIndicationColor_10_BorderColor;
|
|
847
|
+
@sapUiIndication10TextColor: @sapIndicationColor_10_TextColor;
|
|
848
|
+
@sapUiIndication10HoverBackground: @sapIndicationColor_10_Hover_Background;
|
|
849
|
+
@sapUiIndication10ActiveBackground: @sapIndicationColor_10_Active_Background;
|
|
850
|
+
@sapUiIndication10ActiveBorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
851
|
+
@sapUiIndication10ActiveTextColor: @sapIndicationColor_10_Active_TextColor;
|
|
852
|
+
@sapUiIndication10SelectedBackground: @sapIndicationColor_10_Selected_Background;
|
|
853
|
+
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
|
+
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
|
+
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
|
|
857
|
+
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
752
858
|
|
|
753
859
|
|
|
754
860
|
// =====================================
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.114.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|