@openui5/sap.ui.core 1.128.0 → 1.130.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 +1 -1
- package/src/jquery.sap.global.js +7 -7
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/jquery.sap.trace.js +18 -18
- package/src/sap/base/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/future.js +10 -2
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +3 -3
- package/src/sap/ui/base/BindingParser.js +1 -3
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +4 -9
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +2 -2
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +46 -122
- package/src/sap/ui/core/ComponentContainer.js +2 -2
- package/src/sap/ui/core/ComponentHooks.js +174 -0
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +8 -3
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +6 -2
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +6 -5
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +2 -2
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +2 -15
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +43 -37
- package/src/sap/ui/core/Manifest.js +2 -2
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +41 -32
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/StaticArea.js +0 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +3 -3
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +4 -4
- package/src/sap/ui/core/XMLTemplateProcessor.js +3 -3
- package/src/sap/ui/core/_IconRegistry.js +1 -1
- package/src/sap/ui/core/cldr/ar.json +5 -1
- package/src/sap/ui/core/cldr/ar_EG.json +5 -1
- package/src/sap/ui/core/cldr/ar_SA.json +5 -1
- package/src/sap/ui/core/cldr/bg.json +4 -0
- package/src/sap/ui/core/cldr/ca.json +4 -0
- package/src/sap/ui/core/cldr/cnr.json +4 -0
- package/src/sap/ui/core/cldr/cs.json +4 -0
- package/src/sap/ui/core/cldr/cy.json +4 -0
- package/src/sap/ui/core/cldr/da.json +4 -0
- package/src/sap/ui/core/cldr/de.json +4 -0
- package/src/sap/ui/core/cldr/de_AT.json +4 -0
- package/src/sap/ui/core/cldr/de_CH.json +4 -0
- package/src/sap/ui/core/cldr/el.json +4 -0
- package/src/sap/ui/core/cldr/el_CY.json +4 -0
- package/src/sap/ui/core/cldr/en.json +4 -0
- package/src/sap/ui/core/cldr/en_AU.json +4 -0
- package/src/sap/ui/core/cldr/en_GB.json +4 -0
- package/src/sap/ui/core/cldr/en_HK.json +5 -1
- package/src/sap/ui/core/cldr/en_IE.json +4 -0
- package/src/sap/ui/core/cldr/en_IN.json +5 -1
- package/src/sap/ui/core/cldr/en_NZ.json +4 -0
- package/src/sap/ui/core/cldr/en_PG.json +4 -0
- package/src/sap/ui/core/cldr/en_SG.json +5 -1
- package/src/sap/ui/core/cldr/en_ZA.json +4 -0
- package/src/sap/ui/core/cldr/es.json +4 -0
- package/src/sap/ui/core/cldr/es_AR.json +4 -0
- package/src/sap/ui/core/cldr/es_BO.json +4 -0
- package/src/sap/ui/core/cldr/es_CL.json +4 -0
- package/src/sap/ui/core/cldr/es_CO.json +4 -0
- package/src/sap/ui/core/cldr/es_MX.json +4 -0
- package/src/sap/ui/core/cldr/es_PE.json +4 -0
- package/src/sap/ui/core/cldr/es_UY.json +4 -0
- package/src/sap/ui/core/cldr/es_VE.json +4 -0
- package/src/sap/ui/core/cldr/et.json +4 -0
- package/src/sap/ui/core/cldr/fa.json +6 -3
- package/src/sap/ui/core/cldr/fi.json +4 -0
- package/src/sap/ui/core/cldr/fr.json +4 -0
- package/src/sap/ui/core/cldr/fr_BE.json +4 -0
- package/src/sap/ui/core/cldr/fr_CA.json +4 -0
- package/src/sap/ui/core/cldr/fr_CH.json +4 -0
- package/src/sap/ui/core/cldr/fr_LU.json +4 -0
- package/src/sap/ui/core/cldr/he.json +6 -3
- package/src/sap/ui/core/cldr/hi.json +5 -1
- package/src/sap/ui/core/cldr/hr.json +4 -0
- package/src/sap/ui/core/cldr/hu.json +4 -0
- package/src/sap/ui/core/cldr/id.json +5 -1
- package/src/sap/ui/core/cldr/it.json +4 -0
- package/src/sap/ui/core/cldr/it_CH.json +4 -0
- package/src/sap/ui/core/cldr/ja.json +5 -1
- package/src/sap/ui/core/cldr/kk.json +4 -0
- package/src/sap/ui/core/cldr/ko.json +5 -1
- package/src/sap/ui/core/cldr/lt.json +4 -0
- package/src/sap/ui/core/cldr/lv.json +4 -0
- package/src/sap/ui/core/cldr/mk.json +4 -0
- package/src/sap/ui/core/cldr/ms.json +5 -1
- package/src/sap/ui/core/cldr/nb.json +5 -2
- package/src/sap/ui/core/cldr/nl.json +4 -0
- package/src/sap/ui/core/cldr/nl_BE.json +4 -0
- package/src/sap/ui/core/cldr/pl.json +4 -0
- package/src/sap/ui/core/cldr/pt.json +4 -0
- package/src/sap/ui/core/cldr/pt_PT.json +4 -0
- package/src/sap/ui/core/cldr/ro.json +4 -0
- package/src/sap/ui/core/cldr/ru.json +4 -0
- package/src/sap/ui/core/cldr/ru_UA.json +4 -0
- package/src/sap/ui/core/cldr/sk.json +4 -0
- package/src/sap/ui/core/cldr/sl.json +4 -0
- package/src/sap/ui/core/cldr/sr.json +4 -0
- package/src/sap/ui/core/cldr/sr_Latn.json +6 -2
- package/src/sap/ui/core/cldr/sv.json +4 -0
- package/src/sap/ui/core/cldr/th.json +5 -1
- package/src/sap/ui/core/cldr/tr.json +5 -1
- package/src/sap/ui/core/cldr/uk.json +4 -0
- package/src/sap/ui/core/cldr/vi.json +4 -0
- package/src/sap/ui/core/cldr/zh_CN.json +5 -1
- package/src/sap/ui/core/cldr/zh_HK.json +6 -3
- package/src/sap/ui/core/cldr/zh_SG.json +6 -3
- package/src/sap/ui/core/cldr/zh_TW.json +5 -1
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +8 -10
- package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +88 -0
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +22 -26
- package/src/sap/ui/core/format/FormatUtils.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +17 -24
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +5 -7
- package/src/sap/ui/core/library.support.js +10 -1
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +6 -12
- package/src/sap/ui/core/messagebundle_ar.properties +3 -6
- package/src/sap/ui/core/messagebundle_bg.properties +3 -6
- package/src/sap/ui/core/messagebundle_ca.properties +3 -6
- package/src/sap/ui/core/messagebundle_cnr.properties +3 -6
- package/src/sap/ui/core/messagebundle_cs.properties +3 -6
- package/src/sap/ui/core/messagebundle_cy.properties +3 -6
- package/src/sap/ui/core/messagebundle_da.properties +3 -6
- package/src/sap/ui/core/messagebundle_de.properties +3 -6
- package/src/sap/ui/core/messagebundle_el.properties +3 -6
- package/src/sap/ui/core/messagebundle_en.properties +3 -6
- package/src/sap/ui/core/messagebundle_en_GB.properties +3 -6
- package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +3 -6
- package/src/sap/ui/core/messagebundle_es.properties +3 -6
- package/src/sap/ui/core/messagebundle_es_MX.properties +3 -6
- package/src/sap/ui/core/messagebundle_et.properties +3 -6
- package/src/sap/ui/core/messagebundle_fi.properties +3 -6
- package/src/sap/ui/core/messagebundle_fr.properties +3 -6
- package/src/sap/ui/core/messagebundle_fr_CA.properties +3 -6
- package/src/sap/ui/core/messagebundle_hi.properties +3 -6
- package/src/sap/ui/core/messagebundle_hr.properties +3 -6
- package/src/sap/ui/core/messagebundle_hu.properties +3 -6
- package/src/sap/ui/core/messagebundle_id.properties +3 -6
- package/src/sap/ui/core/messagebundle_it.properties +53 -56
- package/src/sap/ui/core/messagebundle_iw.properties +3 -6
- package/src/sap/ui/core/messagebundle_ja.properties +3 -6
- package/src/sap/ui/core/messagebundle_kk.properties +3 -6
- package/src/sap/ui/core/messagebundle_ko.properties +3 -6
- package/src/sap/ui/core/messagebundle_lt.properties +3 -6
- package/src/sap/ui/core/messagebundle_lv.properties +3 -6
- package/src/sap/ui/core/messagebundle_mk.properties +3 -6
- package/src/sap/ui/core/messagebundle_ms.properties +3 -6
- package/src/sap/ui/core/messagebundle_nl.properties +3 -6
- package/src/sap/ui/core/messagebundle_no.properties +4 -7
- package/src/sap/ui/core/messagebundle_pl.properties +3 -6
- package/src/sap/ui/core/messagebundle_pt.properties +3 -6
- package/src/sap/ui/core/messagebundle_pt_PT.properties +3 -6
- package/src/sap/ui/core/messagebundle_ro.properties +3 -6
- package/src/sap/ui/core/messagebundle_ru.properties +3 -6
- package/src/sap/ui/core/messagebundle_sh.properties +3 -6
- package/src/sap/ui/core/messagebundle_sk.properties +3 -6
- package/src/sap/ui/core/messagebundle_sl.properties +3 -6
- package/src/sap/ui/core/messagebundle_sr.properties +3 -6
- package/src/sap/ui/core/messagebundle_sv.properties +3 -6
- package/src/sap/ui/core/messagebundle_th.properties +3 -6
- package/src/sap/ui/core/messagebundle_tr.properties +3 -6
- package/src/sap/ui/core/messagebundle_uk.properties +3 -6
- package/src/sap/ui/core/messagebundle_vi.properties +3 -6
- package/src/sap/ui/core/messagebundle_zh_CN.properties +3 -6
- package/src/sap/ui/core/messagebundle_zh_TW.properties +3 -6
- package/src/sap/ui/core/mvc/Controller.js +2 -2
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +3 -3
- package/src/sap/ui/core/mvc/XMLView.js +2 -2
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/routing/Route.js +4 -4
- package/src/sap/ui/core/routing/Router.js +5 -5
- package/src/sap/ui/core/routing/Targets.js +3 -3
- package/src/sap/ui/core/routing/async/Target.js +1 -1
- package/src/sap/ui/core/routing/async/Targets.js +2 -2
- package/src/sap/ui/core/rules/App.support.js +13 -2
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/ToolsAPI.js +4 -2
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +4238 -122
- package/src/sap/ui/core/themes/base/global.less +460 -7
- package/src/sap/ui/core/themes/base/skeleton.less +454 -3
- package/src/sap/ui/core/themes/sap_hcb/global.less +493 -40
- package/src/sap/ui/core/theming/Parameters.js +6 -6
- package/src/sap/ui/core/theming/ThemeHelper.js +16 -13
- package/src/sap/ui/core/theming/ThemeManager.js +1 -1
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +134 -148
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +165 -202
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +365 -468
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/dom/findTabbable.js +13 -6
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +11 -12
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/Context.js +0 -2
- package/src/sap/ui/model/DataState.js +33 -5
- package/src/sap/ui/model/ListBinding.js +19 -0
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/_Helper.js +3 -1
- package/src/sap/ui/model/json/JSONModel.js +12 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +116 -35
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +106 -19
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/type/UnitMixin.js +14 -9
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +21 -6
- package/src/sap/ui/model/odata/v2/ODataModel.js +109 -8
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +63 -14
- package/src/sap/ui/model/odata/v4/ODataBinding.js +10 -0
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +135 -98
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +20 -10
- package/src/sap/ui/model/odata/v4/ODataModel.js +62 -4
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +141 -51
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +53 -19
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +152 -37
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +70 -9
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +44 -7
- package/src/sap/ui/model/odata/v4/lib/_TreeState.js +57 -40
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +3 -2
- package/src/sap/ui/model/type/DateInterval.js +3 -2
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +19 -10
- package/src/sap/ui/performance/trace/Interaction.js +45 -659
- package/src/sap/ui/performance/trace/_InteractionImpl.js +705 -0
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/TestUtils.js +51 -24
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/test/gherkin/opa5TestHarness.js +6 -2
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/sap/ui/util/_enforceNoReturnValue.js +1 -1
- package/src/ui5loader.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ============================== */
|
|
2
|
-
/* Global CSS for '
|
|
2
|
+
/* Global CSS for 'saphcb' theme */
|
|
3
3
|
/* ============================== */
|
|
4
4
|
|
|
5
5
|
// Background Colors
|
|
@@ -707,35 +707,488 @@
|
|
|
707
707
|
@sapUiTileOverlayBackground: #000000;
|
|
708
708
|
@sapUiTileOverlayForegroundColor: #FFFFFF;
|
|
709
709
|
|
|
710
|
-
@
|
|
711
|
-
@
|
|
712
|
-
@
|
|
713
|
-
@
|
|
714
|
-
@
|
|
715
|
-
@
|
|
716
|
-
@
|
|
717
|
-
@
|
|
718
|
-
@
|
|
719
|
-
@
|
|
720
|
-
@
|
|
721
|
-
|
|
722
|
-
@
|
|
723
|
-
@
|
|
724
|
-
|
|
725
|
-
@
|
|
726
|
-
|
|
727
|
-
@
|
|
728
|
-
@
|
|
729
|
-
@
|
|
730
|
-
@
|
|
731
|
-
@
|
|
732
|
-
@
|
|
733
|
-
@
|
|
734
|
-
@
|
|
735
|
-
@
|
|
736
|
-
@
|
|
737
|
-
|
|
738
|
-
@
|
|
710
|
+
@sapUiChartBackground: @sapUiGroupContentBackground;
|
|
711
|
+
@sapUiChartContrastTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
712
|
+
@sapUiChartContrastShadowColor: @sapUiBaseColor;
|
|
713
|
+
@sapUiChartContrastLineColor: @sapUiChartBackground;
|
|
714
|
+
@sapUiChartLineColor1: #666;
|
|
715
|
+
@sapUiChartLineColor2: @sapUiContentForegroundBorderColor;
|
|
716
|
+
@sapUiChartLineColor3: @sapUiContentForegroundBorderColor;
|
|
717
|
+
@sapUiChartChoroplethBackground: #585858;
|
|
718
|
+
@sapUiChartChoroplethRegionBackground: @sapUiChartSequenceNeutral;
|
|
719
|
+
@sapUiChartChoroplethRegionBorderColor: @sapUiChartChoroplethBackground;
|
|
720
|
+
@sapUiChartDataTextColor: @sapUiBaseText;
|
|
721
|
+
@sapUiChartDataContrastTextColor: @sapUiBaseColor;
|
|
722
|
+
@sapUiChartDataInteractiveColor: @sapUiChartLineColor3;
|
|
723
|
+
@sapUiChartDataActiveBackground: @sapUiActive;
|
|
724
|
+
|
|
725
|
+
@sapUiChart1 : #8babcb;
|
|
726
|
+
@sapUiChart2 : #ed8859;
|
|
727
|
+
@sapUiChart3 : #9fb822;
|
|
728
|
+
@sapUiChart4 : #fe74ae;
|
|
729
|
+
@sapUiChart5 : #c092f6;
|
|
730
|
+
@sapUiChart6 : #05c0ba;
|
|
731
|
+
@sapUiChart7 : #05c0ba;
|
|
732
|
+
@sapUiChart8 : #f473f0;
|
|
733
|
+
@sapUiChart9 : #9dad9b;
|
|
734
|
+
@sapUiChart10 : #f28585;
|
|
735
|
+
@sapUiChart11 : #9ea3f6;
|
|
736
|
+
@sapUiChart12 : #b49e78;
|
|
737
|
+
|
|
738
|
+
@sapUiChartBad : lighten(#ff5e5e, 5);
|
|
739
|
+
@sapUiChartCritical : #ffab1d;
|
|
740
|
+
@sapUiChartGood : #99cc99;
|
|
741
|
+
@sapUiChartNeutral : #afafaf;
|
|
742
|
+
|
|
743
|
+
@sapUiChartSequence1Plus3: lighten(@sapUiChartSequence1, 20);
|
|
744
|
+
@sapUiChartSequence1Plus3TextColor: contrast(@sapUiChartSequence1Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
745
|
+
@sapUiChartSequence1Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence1Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
746
|
+
@sapUiChartSequence1Plus2: lighten(@sapUiChartSequence1, 12);
|
|
747
|
+
@sapUiChartSequence1Plus2TextColor: contrast(@sapUiChartSequence1Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
748
|
+
@sapUiChartSequence1Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence1Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
749
|
+
@sapUiChartSequence1Plus1: lighten(@sapUiChartSequence1, 7);
|
|
750
|
+
@sapUiChartSequence1Plus1TextColor: contrast(@sapUiChartSequence1Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
751
|
+
@sapUiChartSequence1Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence1Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
752
|
+
@sapUiChartSequence1: @sapUiChart1;
|
|
753
|
+
@sapUiChartSequence1TextColor: contrast(@sapUiChartSequence1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
754
|
+
@sapUiChartSequence1TextShadow: -1px 0 contrast(@sapUiChartSequence1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
755
|
+
@sapUiChartSequence1BorderColor: @sapUiChartSequence1;
|
|
756
|
+
@sapUiChartSequence1Minus1: darken(@sapUiChartSequence1, 7);
|
|
757
|
+
@sapUiChartSequence1Minus1TextColor: contrast(@sapUiChartSequence1Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
758
|
+
@sapUiChartSequence1Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence1Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
759
|
+
@sapUiChartSequence1Minus2: darken(@sapUiChartSequence1, 30);
|
|
760
|
+
@sapUiChartSequence1Minus2TextColor: contrast(@sapUiChartSequence1Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
761
|
+
@sapUiChartSequence1Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence1Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
762
|
+
@sapUiChartSequence1Minus3: darken(@sapUiChartSequence1, 40);
|
|
763
|
+
@sapUiChartSequence1Minus3TextColor: contrast(@sapUiChartSequence1Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
764
|
+
@sapUiChartSequence1Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence1Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
765
|
+
@sapUiChartSequence1Minus4: darken(@sapUiChartSequence1, 45);
|
|
766
|
+
@sapUiChartSequence1Minus4TextColor: contrast(@sapUiChartSequence1Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
767
|
+
@sapUiChartSequence1Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence1Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
768
|
+
@sapUiChartSequence1Minus5: darken(@sapUiChartSequence1, 50);
|
|
769
|
+
@sapUiChartSequence1Minus5TextColor: contrast(@sapUiChartSequence1Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
770
|
+
@sapUiChartSequence1Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence1Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence1Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence1Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence1Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
771
|
+
@sapUiChartSequence2Plus3: lighten(saturate(@sapUiChartSequence2, 14), 25);
|
|
772
|
+
@sapUiChartSequence2Plus3TextColor: contrast(@sapUiChartSequence2Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
773
|
+
@sapUiChartSequence2Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence2Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
774
|
+
@sapUiChartSequence2Plus2: lighten(saturate(@sapUiChartSequence2, 6), 17);
|
|
775
|
+
@sapUiChartSequence2Plus2TextColor: contrast(@sapUiChartSequence2Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
776
|
+
@sapUiChartSequence2Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence2Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
777
|
+
@sapUiChartSequence2Plus1: lighten(saturate(@sapUiChartSequence2, 3), 8);
|
|
778
|
+
@sapUiChartSequence2Plus1TextColor: contrast(@sapUiChartSequence2Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
779
|
+
@sapUiChartSequence2Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence2Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
780
|
+
@sapUiChartSequence2: @sapUiChart2;
|
|
781
|
+
@sapUiChartSequence2TextColor: contrast(@sapUiChartSequence2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
782
|
+
@sapUiChartSequence2TextShadow: -1px 0 contrast(@sapUiChartSequence2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
783
|
+
@sapUiChartSequence2BorderColor: @sapUiChartSequence2;
|
|
784
|
+
@sapUiChartSequence2Minus1: darken(desaturate(@sapUiChartSequence2, 1), 6);
|
|
785
|
+
@sapUiChartSequence2Minus1TextColor: contrast(@sapUiChartSequence2Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
786
|
+
@sapUiChartSequence2Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence2Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
787
|
+
@sapUiChartSequence2Minus2: darken(@sapUiChartSequence2, 30);
|
|
788
|
+
@sapUiChartSequence2Minus2TextColor: contrast(@sapUiChartSequence2Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
789
|
+
@sapUiChartSequence2Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence2Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
790
|
+
@sapUiChartSequence2Minus3: darken(@sapUiChartSequence2, 36);
|
|
791
|
+
@sapUiChartSequence2Minus3TextColor: contrast(@sapUiChartSequence2Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
792
|
+
@sapUiChartSequence2Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence2Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
793
|
+
@sapUiChartSequence2Minus4: darken(@sapUiChartSequence2, 42);
|
|
794
|
+
@sapUiChartSequence2Minus4TextColor: contrast(@sapUiChartSequence2Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
795
|
+
@sapUiChartSequence2Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence2Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
796
|
+
@sapUiChartSequence2Minus5: darken(@sapUiChartSequence2, 31);
|
|
797
|
+
@sapUiChartSequence2Minus5TextColor: contrast(@sapUiChartSequence2Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
798
|
+
@sapUiChartSequence2Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence2Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence2Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence2Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence2Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
799
|
+
@sapUiChartSequence3Plus3: lighten(desaturate(@sapUiChartSequence3, 32), 31);
|
|
800
|
+
@sapUiChartSequence3Plus3TextColor: contrast(@sapUiChartSequence3Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
801
|
+
@sapUiChartSequence3Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence3Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
802
|
+
@sapUiChartSequence3Plus2: lighten(desaturate(@sapUiChartSequence3, 31), 20);
|
|
803
|
+
@sapUiChartSequence3Plus2TextColor: contrast(@sapUiChartSequence3Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
804
|
+
@sapUiChartSequence3Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence3Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
805
|
+
@sapUiChartSequence3Plus1: lighten(desaturate(@sapUiChartSequence3, 26), 10);
|
|
806
|
+
@sapUiChartSequence3Plus1TextColor: contrast(@sapUiChartSequence3Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
807
|
+
@sapUiChartSequence3Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence3Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
808
|
+
@sapUiChartSequence3: @sapUiChart3;
|
|
809
|
+
@sapUiChartSequence3TextColor: contrast(@sapUiChartSequence3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
810
|
+
@sapUiChartSequence3TextShadow: -1px 0 contrast(@sapUiChartSequence3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
811
|
+
@sapUiChartSequence3BorderColor: @sapUiChartSequence3;
|
|
812
|
+
@sapUiChartSequence3Minus1: darken(saturate(@sapUiChartSequence3, 8), 7);
|
|
813
|
+
@sapUiChartSequence3Minus1TextColor: contrast(@sapUiChartSequence3Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
814
|
+
@sapUiChartSequence3Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence3Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
815
|
+
@sapUiChartSequence3Minus2: darken(@sapUiChartSequence3, 18);
|
|
816
|
+
@sapUiChartSequence3Minus2TextColor: contrast(@sapUiChartSequence3Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
817
|
+
@sapUiChartSequence3Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence3Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
818
|
+
@sapUiChartSequence3Minus3: darken(@sapUiChartSequence3, 26);
|
|
819
|
+
@sapUiChartSequence3Minus3TextColor: contrast(@sapUiChartSequence3Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
820
|
+
@sapUiChartSequence3Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence3Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
821
|
+
@sapUiChartSequence3Minus4: darken(@sapUiChartSequence3, 29);
|
|
822
|
+
@sapUiChartSequence3Minus4TextColor: contrast(@sapUiChartSequence3Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
823
|
+
@sapUiChartSequence3Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence3Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
824
|
+
@sapUiChartSequence3Minus5: darken(@sapUiChartSequence3, 32);
|
|
825
|
+
@sapUiChartSequence3Minus5TextColor: contrast(@sapUiChartSequence3Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
826
|
+
@sapUiChartSequence3Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence3Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence3Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence3Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence3Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
827
|
+
@sapUiChartSequence4Plus3: lighten(@sapUiChartSequence4, 20);
|
|
828
|
+
@sapUiChartSequence4Plus3TextColor: contrast(@sapUiChartSequence4Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
829
|
+
@sapUiChartSequence4Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence4Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
830
|
+
@sapUiChartSequence4Plus2: lighten(@sapUiChartSequence4, 15);
|
|
831
|
+
@sapUiChartSequence4Plus2TextColor: contrast(@sapUiChartSequence4Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
832
|
+
@sapUiChartSequence4Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence4Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
833
|
+
@sapUiChartSequence4Plus1: lighten(@sapUiChartSequence4, 7);
|
|
834
|
+
@sapUiChartSequence4Plus1TextColor: contrast(@sapUiChartSequence4Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
835
|
+
@sapUiChartSequence4Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence4Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
836
|
+
@sapUiChartSequence4: @sapUiChart4;
|
|
837
|
+
@sapUiChartSequence4TextColor: contrast(@sapUiChartSequence4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
838
|
+
@sapUiChartSequence4TextShadow: -1px 0 contrast(@sapUiChartSequence4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
839
|
+
@sapUiChartSequence4BorderColor: @sapUiChartSequence4;
|
|
840
|
+
@sapUiChartSequence4Minus1: darken(desaturate(@sapUiChartSequence4, 5), 6);
|
|
841
|
+
@sapUiChartSequence4Minus1TextColor: contrast(@sapUiChartSequence4Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
842
|
+
@sapUiChartSequence4Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence4Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
843
|
+
@sapUiChartSequence4Minus2: darken(@sapUiChartSequence4, 37);
|
|
844
|
+
@sapUiChartSequence4Minus2TextColor: contrast(@sapUiChartSequence4Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
845
|
+
@sapUiChartSequence4Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence4Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
846
|
+
@sapUiChartSequence4Minus3: darken(@sapUiChartSequence4, 42);
|
|
847
|
+
@sapUiChartSequence4Minus3TextColor: contrast(@sapUiChartSequence4Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
848
|
+
@sapUiChartSequence4Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence4Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
849
|
+
@sapUiChartSequence4Minus4: darken(@sapUiChartSequence4, 46);
|
|
850
|
+
@sapUiChartSequence4Minus4TextColor: contrast(@sapUiChartSequence4Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
851
|
+
@sapUiChartSequence4Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence4Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
852
|
+
@sapUiChartSequence4Minus5: darken(@sapUiChartSequence4, 50);
|
|
853
|
+
@sapUiChartSequence4Minus5TextColor: contrast(@sapUiChartSequence4Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
854
|
+
@sapUiChartSequence4Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence4Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence4Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence4Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence4Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
855
|
+
@sapUiChartSequence5Plus3: lighten(@sapUiChartSequence5, 15);
|
|
856
|
+
@sapUiChartSequence5Plus3TextColor: contrast(@sapUiChartSequence5Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
857
|
+
@sapUiChartSequence5Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence5Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
858
|
+
@sapUiChartSequence5Plus2: lighten(@sapUiChartSequence5, 10);
|
|
859
|
+
@sapUiChartSequence5Plus2TextColor: contrast(@sapUiChartSequence5Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
860
|
+
@sapUiChartSequence5Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence5Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
861
|
+
@sapUiChartSequence5Plus1: lighten(@sapUiChartSequence5, 5);
|
|
862
|
+
@sapUiChartSequence5Plus1TextColor: contrast(@sapUiChartSequence5Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
863
|
+
@sapUiChartSequence5Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence5Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
864
|
+
@sapUiChartSequence5: @sapUiChart5;
|
|
865
|
+
@sapUiChartSequence5TextColor: contrast(@sapUiChartSequence5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
866
|
+
@sapUiChartSequence5TextShadow: -1px 0 contrast(@sapUiChartSequence5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
867
|
+
@sapUiChartSequence5BorderColor: @sapUiChartSequence5;
|
|
868
|
+
@sapUiChartSequence5Minus1: darken(@sapUiChartSequence5, 4.8);
|
|
869
|
+
@sapUiChartSequence5Minus1TextColor: contrast(@sapUiChartSequence5Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
870
|
+
@sapUiChartSequence5Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence5Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
871
|
+
@sapUiChartSequence5Minus2: darken(desaturate(@sapUiChartSequence5, 15), 27);
|
|
872
|
+
@sapUiChartSequence5Minus2TextColor: contrast(@sapUiChartSequence5Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
873
|
+
@sapUiChartSequence5Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence5Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
874
|
+
@sapUiChartSequence5Minus3: darken(desaturate(@sapUiChartSequence5, 15), 36);
|
|
875
|
+
@sapUiChartSequence5Minus3TextColor: contrast(@sapUiChartSequence5Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
876
|
+
@sapUiChartSequence5Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence5Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
877
|
+
@sapUiChartSequence5Minus4: darken(desaturate(@sapUiChartSequence5, 15), 42);
|
|
878
|
+
@sapUiChartSequence5Minus4TextColor: contrast(@sapUiChartSequence5Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
879
|
+
@sapUiChartSequence5Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence5Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
880
|
+
@sapUiChartSequence5Minus5: darken(desaturate(@sapUiChartSequence5, 15), 54);
|
|
881
|
+
@sapUiChartSequence5Minus5TextColor: contrast(@sapUiChartSequence5Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
882
|
+
@sapUiChartSequence5Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence5Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence5Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence5Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence5Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
883
|
+
@sapUiChartSequence6Plus3: lighten(desaturate(@sapUiChartSequence6, 20), 30);
|
|
884
|
+
@sapUiChartSequence6Plus3TextColor: contrast(@sapUiChartSequence6Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
885
|
+
@sapUiChartSequence6Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence6Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
886
|
+
@sapUiChartSequence6Plus2: lighten(desaturate(@sapUiChartSequence6, 20), 20);
|
|
887
|
+
@sapUiChartSequence6Plus2TextColor: contrast(@sapUiChartSequence6Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
888
|
+
@sapUiChartSequence6Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence6Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
889
|
+
@sapUiChartSequence6Plus1: lighten(desaturate(@sapUiChartSequence6, 20), 10);
|
|
890
|
+
@sapUiChartSequence6Plus1TextColor: contrast(@sapUiChartSequence6Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
891
|
+
@sapUiChartSequence6Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence6Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
892
|
+
@sapUiChartSequence6: @sapUiChart6;
|
|
893
|
+
@sapUiChartSequence6TextColor: contrast(@sapUiChartSequence6, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
894
|
+
@sapUiChartSequence6TextShadow: -1px 0 contrast(@sapUiChartSequence6TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
895
|
+
@sapUiChartSequence6BorderColor: @sapUiChartSequence6;
|
|
896
|
+
@sapUiChartSequence6Minus1: darken(@sapUiChartSequence6, 5);
|
|
897
|
+
@sapUiChartSequence6Minus1TextColor: contrast(@sapUiChartSequence6Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
898
|
+
@sapUiChartSequence6Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence6Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
899
|
+
@sapUiChartSequence6Minus2: darken(saturate(@sapUiChartSequence6, 5), 18.8);
|
|
900
|
+
@sapUiChartSequence6Minus2TextColor: contrast(@sapUiChartSequence6Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
901
|
+
@sapUiChartSequence6Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence6Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
902
|
+
@sapUiChartSequence6Minus3: darken(saturate(@sapUiChartSequence6, 5), 24);
|
|
903
|
+
@sapUiChartSequence6Minus3TextColor: contrast(@sapUiChartSequence6Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
904
|
+
@sapUiChartSequence6Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence6Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
905
|
+
@sapUiChartSequence6Minus4: darken(saturate(@sapUiChartSequence6, 5), 28);
|
|
906
|
+
@sapUiChartSequence6Minus4TextColor: contrast(@sapUiChartSequence6Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
907
|
+
@sapUiChartSequence6Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence6Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
908
|
+
@sapUiChartSequence6Minus5: darken(saturate(@sapUiChartSequence6, 5), 30);
|
|
909
|
+
@sapUiChartSequence6Minus5TextColor: contrast(@sapUiChartSequence6Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
910
|
+
@sapUiChartSequence6Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence6Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence6Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence6Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence6Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
911
|
+
@sapUiChartSequence7Plus3: lighten(@sapUiChartSequence7, 15);
|
|
912
|
+
@sapUiChartSequence7Plus3TextColor: contrast(@sapUiChartSequence7Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
913
|
+
@sapUiChartSequence7Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence7Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
914
|
+
@sapUiChartSequence7Plus2: lighten(@sapUiChartSequence7, 10);
|
|
915
|
+
@sapUiChartSequence7Plus2TextColor: contrast(@sapUiChartSequence7Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
916
|
+
@sapUiChartSequence7Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence7Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
917
|
+
@sapUiChartSequence7Plus1: lighten(@sapUiChartSequence7, 5);
|
|
918
|
+
@sapUiChartSequence7Plus1TextColor: contrast(@sapUiChartSequence7Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
919
|
+
@sapUiChartSequence7Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence7Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
920
|
+
@sapUiChartSequence7: @sapUiChart7;
|
|
921
|
+
@sapUiChartSequence7TextColor: contrast(@sapUiChartSequence7, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
922
|
+
@sapUiChartSequence7TextShadow: -1px 0 contrast(@sapUiChartSequence7TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
923
|
+
@sapUiChartSequence7BorderColor: @sapUiChartSequence7;
|
|
924
|
+
@sapUiChartSequence7Minus1: darken(@sapUiChartSequence7, 5);
|
|
925
|
+
@sapUiChartSequence7Minus1TextColor: contrast(@sapUiChartSequence7Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
926
|
+
@sapUiChartSequence7Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence7Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
927
|
+
@sapUiChartSequence7Minus2: darken(@sapUiChartSequence7, 30);
|
|
928
|
+
@sapUiChartSequence7Minus2TextColor: contrast(@sapUiChartSequence7Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
929
|
+
@sapUiChartSequence7Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence7Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
930
|
+
@sapUiChartSequence7Minus3: darken(@sapUiChartSequence7, 40);
|
|
931
|
+
@sapUiChartSequence7Minus3TextColor: contrast(@sapUiChartSequence7Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
932
|
+
@sapUiChartSequence7Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence7Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
933
|
+
@sapUiChartSequence7Minus4: darken(@sapUiChartSequence7, 45);
|
|
934
|
+
@sapUiChartSequence7Minus4TextColor: contrast(@sapUiChartSequence7Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
935
|
+
@sapUiChartSequence7Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence7Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
936
|
+
@sapUiChartSequence7Minus5: darken(@sapUiChartSequence7, 50);
|
|
937
|
+
@sapUiChartSequence7Minus5TextColor: contrast(@sapUiChartSequence7Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
938
|
+
@sapUiChartSequence7Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence7Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence7Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence7Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence7Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
939
|
+
@sapUiChartSequence8Plus3: lighten(saturate(@sapUiChartSequence8, 10), 22);
|
|
940
|
+
@sapUiChartSequence8Plus3TextColor: contrast(@sapUiChartSequence8Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
941
|
+
@sapUiChartSequence8Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence8Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
942
|
+
@sapUiChartSequence8Plus2: lighten(@sapUiChartSequence8, 16);
|
|
943
|
+
@sapUiChartSequence8Plus2TextColor: contrast(@sapUiChartSequence8Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
944
|
+
@sapUiChartSequence8Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence8Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
945
|
+
@sapUiChartSequence8Plus1: lighten(@sapUiChartSequence8, 10);
|
|
946
|
+
@sapUiChartSequence8Plus1TextColor: contrast(@sapUiChartSequence8Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
947
|
+
@sapUiChartSequence8Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence8Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
948
|
+
@sapUiChartSequence8: @sapUiChart8;
|
|
949
|
+
@sapUiChartSequence8TextColor: contrast(@sapUiChartSequence8, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
950
|
+
@sapUiChartSequence8TextShadow: -1px 0 contrast(@sapUiChartSequence8TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
951
|
+
@sapUiChartSequence8BorderColor: @sapUiChartSequence8;
|
|
952
|
+
@sapUiChartSequence8Minus1: darken(@sapUiChartSequence8, 8);
|
|
953
|
+
@sapUiChartSequence8Minus1TextColor: contrast(@sapUiChartSequence8Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
954
|
+
@sapUiChartSequence8Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence8Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
955
|
+
@sapUiChartSequence8Minus2: darken(saturate(@sapUiChartSequence8, 10), 38);
|
|
956
|
+
@sapUiChartSequence8Minus2TextColor: contrast(@sapUiChartSequence8Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
957
|
+
@sapUiChartSequence8Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence8Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
958
|
+
@sapUiChartSequence8Minus3: darken(saturate(@sapUiChartSequence8, 10), 27);
|
|
959
|
+
@sapUiChartSequence8Minus3TextColor: contrast(@sapUiChartSequence8Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
960
|
+
@sapUiChartSequence8Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence8Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
961
|
+
@sapUiChartSequence8Minus4: darken(saturate(@sapUiChartSequence8, 10), 32);
|
|
962
|
+
@sapUiChartSequence8Minus4TextColor: contrast(@sapUiChartSequence8Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
963
|
+
@sapUiChartSequence8Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence8Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
964
|
+
@sapUiChartSequence8Minus5: darken(saturate(@sapUiChartSequence8, 10), 38);
|
|
965
|
+
@sapUiChartSequence8Minus5TextColor: contrast(@sapUiChartSequence8Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .45);
|
|
966
|
+
@sapUiChartSequence8Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence8Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence8Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence8Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence8Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
967
|
+
@sapUiChartSequence9Plus3: lighten(@sapUiChartSequence9, 15);
|
|
968
|
+
@sapUiChartSequence9Plus3TextColor: contrast(@sapUiChartSequence9Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
969
|
+
@sapUiChartSequence9Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence9Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
970
|
+
@sapUiChartSequence9Plus2: lighten(@sapUiChartSequence9, 10);
|
|
971
|
+
@sapUiChartSequence9Plus2TextColor: contrast(@sapUiChartSequence9Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
972
|
+
@sapUiChartSequence9Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence9Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
973
|
+
@sapUiChartSequence9Plus1: lighten(@sapUiChartSequence9, 5);
|
|
974
|
+
@sapUiChartSequence9Plus1TextColor: contrast(@sapUiChartSequence9Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
975
|
+
@sapUiChartSequence9Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence9Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
976
|
+
@sapUiChartSequence9: @sapUiChart9;
|
|
977
|
+
@sapUiChartSequence9TextColor: contrast(@sapUiChartSequence9, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
978
|
+
@sapUiChartSequence9TextShadow: -1px 0 contrast(@sapUiChartSequence9TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
979
|
+
@sapUiChartSequence9BorderColor: @sapUiChartSequence9;
|
|
980
|
+
@sapUiChartSequence9Minus1: darken(@sapUiChartSequence9, 8);
|
|
981
|
+
@sapUiChartSequence9Minus1TextColor: contrast(@sapUiChartSequence9Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
982
|
+
@sapUiChartSequence9Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence9Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
983
|
+
@sapUiChartSequence9Minus2: darken(@sapUiChartSequence9, 30);
|
|
984
|
+
@sapUiChartSequence9Minus2TextColor: contrast(@sapUiChartSequence9Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
985
|
+
@sapUiChartSequence9Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence9Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
986
|
+
@sapUiChartSequence9Minus3: darken(@sapUiChartSequence9, 35);
|
|
987
|
+
@sapUiChartSequence9Minus3TextColor: contrast(@sapUiChartSequence9Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
988
|
+
@sapUiChartSequence9Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence9Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
989
|
+
@sapUiChartSequence9Minus4: darken(@sapUiChartSequence9, 40);
|
|
990
|
+
@sapUiChartSequence9Minus4TextColor: contrast(@sapUiChartSequence9Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
991
|
+
@sapUiChartSequence9Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence9Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
992
|
+
@sapUiChartSequence9Minus5: darken(@sapUiChartSequence9, 45);
|
|
993
|
+
@sapUiChartSequence9Minus5TextColor: contrast(@sapUiChartSequence9Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
994
|
+
@sapUiChartSequence9Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence9Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence9Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence9Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence9Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
995
|
+
@sapUiChartSequence10Plus3: lighten(saturate(@sapUiChartSequence10, 10), 18);
|
|
996
|
+
@sapUiChartSequence10Plus3TextColor: contrast(@sapUiChartSequence10Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
997
|
+
@sapUiChartSequence10Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence10Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
998
|
+
@sapUiChartSequence10Plus2: lighten(saturate(@sapUiChartSequence10, 3), 11);
|
|
999
|
+
@sapUiChartSequence10Plus2TextColor: contrast(@sapUiChartSequence10Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1000
|
+
@sapUiChartSequence10Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence10Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1001
|
+
@sapUiChartSequence10Plus1: lighten(saturate(@sapUiChartSequence10, 3), 7);
|
|
1002
|
+
@sapUiChartSequence10Plus1TextColor: contrast(@sapUiChartSequence10Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1003
|
+
@sapUiChartSequence10Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence10Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1004
|
+
@sapUiChartSequence10: @sapUiChart10;
|
|
1005
|
+
@sapUiChartSequence10TextColor: contrast(@sapUiChartSequence10, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1006
|
+
@sapUiChartSequence10TextShadow: -1px 0 contrast(@sapUiChartSequence10TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1007
|
+
@sapUiChartSequence10BorderColor: @sapUiChartSequence10;
|
|
1008
|
+
@sapUiChartSequence10Minus1: darken(desaturate(@sapUiChartSequence10, 8), 5.8);
|
|
1009
|
+
@sapUiChartSequence10Minus1TextColor: contrast(@sapUiChartSequence10Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1010
|
+
@sapUiChartSequence10Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence10Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1011
|
+
@sapUiChartSequence10Minus2: darken(desaturate(@sapUiChartSequence10, 35), 32);
|
|
1012
|
+
@sapUiChartSequence10Minus2TextColor: contrast(@sapUiChartSequence10Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1013
|
+
@sapUiChartSequence10Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence10Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1014
|
+
@sapUiChartSequence10Minus3: darken(desaturate(@sapUiChartSequence10, 35), 36);
|
|
1015
|
+
@sapUiChartSequence10Minus3TextColor: contrast(@sapUiChartSequence10Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1016
|
+
@sapUiChartSequence10Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence10Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1017
|
+
@sapUiChartSequence10Minus4: darken(desaturate(@sapUiChartSequence10, 35), 42);
|
|
1018
|
+
@sapUiChartSequence10Minus4TextColor: contrast(@sapUiChartSequence10Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1019
|
+
@sapUiChartSequence10Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence10Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1020
|
+
@sapUiChartSequence10Minus5: darken(desaturate(@sapUiChartSequence10, 35), 48);
|
|
1021
|
+
@sapUiChartSequence10Minus5TextColor: contrast(@sapUiChartSequence10Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1022
|
+
@sapUiChartSequence10Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence10Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence10Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence10Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence10Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1023
|
+
@sapUiChartSequence11Plus3: lighten(@sapUiChartSequence11, 15);
|
|
1024
|
+
@sapUiChartSequence11Plus3TextColor: contrast(@sapUiChartSequence11Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1025
|
+
@sapUiChartSequence11Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence11Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1026
|
+
@sapUiChartSequence11Plus2: lighten(@sapUiChartSequence11, 10);
|
|
1027
|
+
@sapUiChartSequence11Plus2TextColor: contrast(@sapUiChartSequence11Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1028
|
+
@sapUiChartSequence11Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence11Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1029
|
+
@sapUiChartSequence11Plus1: lighten(@sapUiChartSequence11, 5);
|
|
1030
|
+
@sapUiChartSequence11Plus1TextColor: contrast(@sapUiChartSequence11Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1031
|
+
@sapUiChartSequence11Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence11Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1032
|
+
@sapUiChartSequence11: @sapUiChart11;
|
|
1033
|
+
@sapUiChartSequence11TextColor: contrast(@sapUiChartSequence11, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1034
|
+
@sapUiChartSequence11TextShadow: -1px 0 contrast(@sapUiChartSequence11TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1035
|
+
@sapUiChartSequence11BorderColor: @sapUiChartSequence11;
|
|
1036
|
+
@sapUiChartSequence11Minus1: darken(@sapUiChartSequence11, 5);
|
|
1037
|
+
@sapUiChartSequence11Minus1TextColor: contrast(@sapUiChartSequence11Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1038
|
+
@sapUiChartSequence11Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence11Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1039
|
+
@sapUiChartSequence11Minus2: darken(@sapUiChartSequence11, 10);
|
|
1040
|
+
@sapUiChartSequence11Minus2TextColor: contrast(@sapUiChartSequence11Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1041
|
+
@sapUiChartSequence11Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence11Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1042
|
+
@sapUiChartSequence11Minus3: darken(@sapUiChartSequence11, 15);
|
|
1043
|
+
@sapUiChartSequence11Minus3TextColor: contrast(@sapUiChartSequence11Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1044
|
+
@sapUiChartSequence11Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence11Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1045
|
+
@sapUiChartSequence11Minus4: darken(@sapUiChartSequence11, 18);
|
|
1046
|
+
@sapUiChartSequence11Minus4TextColor: contrast(@sapUiChartSequence11Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1047
|
+
@sapUiChartSequence11Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence11Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1048
|
+
@sapUiChartSequence11Minus5: darken(desaturate(@sapUiChartSequence11, 15), 25);
|
|
1049
|
+
@sapUiChartSequence11Minus5TextColor: contrast(@sapUiChartSequence11Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1050
|
+
@sapUiChartSequence11Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence11Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence11Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence11Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence11Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1051
|
+
@sapUiChartSequence12Plus3: lighten(@sapUiChartSequence12, 19);
|
|
1052
|
+
@sapUiChartSequence12Plus3TextColor: contrast(@sapUiChartSequence12Plus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1053
|
+
@sapUiChartSequence12Plus3TextShadow: -1px 0 contrast(@sapUiChartSequence12Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Plus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1054
|
+
@sapUiChartSequence12Plus2: lighten(@sapUiChartSequence12, 12);
|
|
1055
|
+
@sapUiChartSequence12Plus2TextColor: contrast(@sapUiChartSequence12Plus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1056
|
+
@sapUiChartSequence12Plus2TextShadow: -1px 0 contrast(@sapUiChartSequence12Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Plus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1057
|
+
@sapUiChartSequence12Plus1: lighten(@sapUiChartSequence12, 7);
|
|
1058
|
+
@sapUiChartSequence12Plus1TextColor: contrast(@sapUiChartSequence12Plus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1059
|
+
@sapUiChartSequence12Plus1TextShadow: -1px 0 contrast(@sapUiChartSequence12Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Plus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1060
|
+
@sapUiChartSequence12: @sapUiChart12;
|
|
1061
|
+
@sapUiChartSequence12TextColor: contrast(@sapUiChartSequence12, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1062
|
+
@sapUiChartSequence12TextShadow: -1px 0 contrast(@sapUiChartSequence12TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1063
|
+
@sapUiChartSequence12BorderColor: @sapUiChartSequence12;
|
|
1064
|
+
@sapUiChartSequence12Minus1: darken(@sapUiChartSequence12, 8);
|
|
1065
|
+
@sapUiChartSequence12Minus1TextColor: contrast(@sapUiChartSequence12Minus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1066
|
+
@sapUiChartSequence12Minus1TextShadow: -1px 0 contrast(@sapUiChartSequence12Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Minus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1067
|
+
@sapUiChartSequence12Minus2: darken(@sapUiChartSequence12, 10);
|
|
1068
|
+
@sapUiChartSequence12Minus2TextColor: contrast(@sapUiChartSequence12Minus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1069
|
+
@sapUiChartSequence12Minus2TextShadow: -1px 0 contrast(@sapUiChartSequence12Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Minus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1070
|
+
@sapUiChartSequence12Minus3: darken(@sapUiChartSequence12, 17);
|
|
1071
|
+
@sapUiChartSequence12Minus3TextColor: contrast(@sapUiChartSequence12Minus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1072
|
+
@sapUiChartSequence12Minus3TextShadow: -1px 0 contrast(@sapUiChartSequence12Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Minus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1073
|
+
@sapUiChartSequence12Minus4: darken(@sapUiChartSequence12, 22);
|
|
1074
|
+
@sapUiChartSequence12Minus4TextColor: contrast(@sapUiChartSequence12Minus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1075
|
+
@sapUiChartSequence12Minus4TextShadow: -1px 0 contrast(@sapUiChartSequence12Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Minus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1076
|
+
@sapUiChartSequence12Minus5: darken(@sapUiChartSequence12, 27);
|
|
1077
|
+
@sapUiChartSequence12Minus5TextColor: contrast(@sapUiChartSequence12Minus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .55);
|
|
1078
|
+
@sapUiChartSequence12Minus5TextShadow: -1px 0 contrast(@sapUiChartSequence12Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequence12Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequence12Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequence12Minus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1079
|
+
@sapUiChartSequenceBadPlus3: lighten(@sapUiChartSequenceBad, 20);
|
|
1080
|
+
@sapUiChartSequenceBadPlus3TextColor: contrast(@sapUiChartSequenceBadPlus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1081
|
+
@sapUiChartSequenceBadPlus3TextShadow: -1px 0 contrast(@sapUiChartSequenceBadPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1082
|
+
@sapUiChartSequenceBadPlus2: lighten(@sapUiChartSequenceBad, 14);
|
|
1083
|
+
@sapUiChartSequenceBadPlus2TextColor: contrast(@sapUiChartSequenceBadPlus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1084
|
+
@sapUiChartSequenceBadPlus2TextShadow: -1px 0 contrast(@sapUiChartSequenceBadPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1085
|
+
@sapUiChartSequenceBadPlus1: lighten(@sapUiChartSequenceBad, 7);
|
|
1086
|
+
@sapUiChartSequenceBadPlus1TextColor: contrast(@sapUiChartSequenceBadPlus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1087
|
+
@sapUiChartSequenceBadPlus1TextShadow: -1px 0 contrast(@sapUiChartSequenceBadPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1088
|
+
@sapUiChartSequenceBad: @sapUiChartBad;
|
|
1089
|
+
@sapUiChartSequenceBadTextColor: contrast(@sapUiChartSequenceBad, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1090
|
+
@sapUiChartSequenceBadTextShadow: -1px 0 contrast(@sapUiChartSequenceBadTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1091
|
+
@sapUiChartSequenceBadBorderColor: @sapUiChartSequenceBad;
|
|
1092
|
+
@sapUiChartSequenceBadMinus1: darken(@sapUiChartSequenceBad, 5);
|
|
1093
|
+
@sapUiChartSequenceBadMinus1TextColor: contrast(@sapUiChartSequenceBadMinus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1094
|
+
@sapUiChartSequenceBadMinus1TextShadow: -1px 0 contrast(@sapUiChartSequenceBadMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1095
|
+
@sapUiChartSequenceBadMinus2: darken(@sapUiChartSequenceBad, 10);
|
|
1096
|
+
@sapUiChartSequenceBadMinus2TextColor: contrast(@sapUiChartSequenceBadMinus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1097
|
+
@sapUiChartSequenceBadMinus2TextShadow: -1px 0 contrast(@sapUiChartSequenceBadMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1098
|
+
@sapUiChartSequenceBadMinus3: darken(@sapUiChartSequenceBad, 24);
|
|
1099
|
+
@sapUiChartSequenceBadMinus3TextColor: contrast(@sapUiChartSequenceBadMinus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1100
|
+
@sapUiChartSequenceBadMinus3TextShadow: -1px 0 contrast(@sapUiChartSequenceBadMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1101
|
+
@sapUiChartSequenceBadMinus4: darken(@sapUiChartSequenceBad, 30);
|
|
1102
|
+
@sapUiChartSequenceBadMinus4TextColor: contrast(@sapUiChartSequenceBadMinus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1103
|
+
@sapUiChartSequenceBadMinus4TextShadow: -1px 0 contrast(@sapUiChartSequenceBadMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1104
|
+
@sapUiChartSequenceBadMinus5: darken(@sapUiChartSequenceBad, 37);
|
|
1105
|
+
@sapUiChartSequenceBadMinus5TextColor: contrast(@sapUiChartSequenceBadMinus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1106
|
+
@sapUiChartSequenceBadMinus5TextShadow: -1px 0 contrast(@sapUiChartSequenceBadMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceBadMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceBadMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceBadMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1107
|
+
@sapUiChartSequenceCriticalPlus3: lighten(@sapUiChartSequenceCritical, 25);
|
|
1108
|
+
@sapUiChartSequenceCriticalPlus3TextColor: contrast(@sapUiChartSequenceCriticalPlus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1109
|
+
@sapUiChartSequenceCriticalPlus3TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1110
|
+
@sapUiChartSequenceCriticalPlus2: lighten(@sapUiChartSequenceCritical, 20);
|
|
1111
|
+
@sapUiChartSequenceCriticalPlus2TextColor: contrast(@sapUiChartSequenceCriticalPlus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1112
|
+
@sapUiChartSequenceCriticalPlus2TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1113
|
+
@sapUiChartSequenceCriticalPlus1: lighten(@sapUiChartSequenceCritical, 5);
|
|
1114
|
+
@sapUiChartSequenceCriticalPlus1TextColor: contrast(@sapUiChartSequenceCriticalPlus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1115
|
+
@sapUiChartSequenceCriticalPlus1TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1116
|
+
@sapUiChartSequenceCritical: @sapUiChartCritical;
|
|
1117
|
+
@sapUiChartSequenceCriticalTextColor: contrast(@sapUiChartSequenceCritical, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1118
|
+
@sapUiChartSequenceCriticalTextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1119
|
+
@sapUiChartSequenceCriticalBorderColor: @sapUiChartSequenceCritical;
|
|
1120
|
+
@sapUiChartSequenceCriticalMinus1: darken(@sapUiChartSequenceCritical, 10);
|
|
1121
|
+
@sapUiChartSequenceCriticalMinus1TextColor: contrast(@sapUiChartSequenceCriticalMinus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1122
|
+
@sapUiChartSequenceCriticalMinus1TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1123
|
+
@sapUiChartSequenceCriticalMinus2: darken(@sapUiChartSequenceCritical, 31);
|
|
1124
|
+
@sapUiChartSequenceCriticalMinus2TextColor: contrast(@sapUiChartSequenceCriticalMinus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1125
|
+
@sapUiChartSequenceCriticalMinus2TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1126
|
+
@sapUiChartSequenceCriticalMinus3: darken(@sapUiChartSequenceCritical, 36);
|
|
1127
|
+
@sapUiChartSequenceCriticalMinus3TextColor: contrast(@sapUiChartSequenceCriticalMinus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1128
|
+
@sapUiChartSequenceCriticalMinus3TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1129
|
+
@sapUiChartSequenceCriticalMinus4: darken(@sapUiChartSequenceCritical, 41);
|
|
1130
|
+
@sapUiChartSequenceCriticalMinus4TextColor: contrast(@sapUiChartSequenceCriticalMinus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1131
|
+
@sapUiChartSequenceCriticalMinus4TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1132
|
+
@sapUiChartSequenceCriticalMinus5: darken(@sapUiChartSequenceCritical, 43);
|
|
1133
|
+
@sapUiChartSequenceCriticalMinus5TextColor: contrast(@sapUiChartSequenceCriticalMinus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1134
|
+
@sapUiChartSequenceCriticalMinus5TextShadow: -1px 0 contrast(@sapUiChartSequenceCriticalMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceCriticalMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceCriticalMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceCriticalMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1135
|
+
@sapUiChartSequenceGoodPlus3: lighten(@sapUiChartSequenceGood, 25);
|
|
1136
|
+
@sapUiChartSequenceGoodPlus3TextColor: contrast(@sapUiChartSequenceGoodPlus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1137
|
+
@sapUiChartSequenceGoodPlus3TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1138
|
+
@sapUiChartSequenceGoodPlus2: lighten(@sapUiChartSequenceGood, 15);
|
|
1139
|
+
@sapUiChartSequenceGoodPlus2TextColor: contrast(@sapUiChartSequenceGoodPlus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1140
|
+
@sapUiChartSequenceGoodPlus2TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1141
|
+
@sapUiChartSequenceGoodPlus1: lighten(@sapUiChartSequenceGood, 10);
|
|
1142
|
+
@sapUiChartSequenceGoodPlus1TextColor: contrast(@sapUiChartSequenceGoodPlus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1143
|
+
@sapUiChartSequenceGoodPlus1TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1144
|
+
@sapUiChartSequenceGood: @sapUiChartGood;
|
|
1145
|
+
@sapUiChartSequenceGoodTextColor: contrast(@sapUiChartSequenceGood, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1146
|
+
@sapUiChartSequenceGoodTextShadow: -1px 0 contrast(@sapUiChartSequenceGoodTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1147
|
+
@sapUiChartSequenceGoodBorderColor: @sapUiChartSequenceGood;
|
|
1148
|
+
@sapUiChartSequenceGoodMinus1: darken(@sapUiChartSequenceGood, 10);
|
|
1149
|
+
@sapUiChartSequenceGoodMinus1TextColor: contrast(@sapUiChartSequenceGoodMinus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1150
|
+
@sapUiChartSequenceGoodMinus1TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1151
|
+
@sapUiChartSequenceGoodMinus2: darken(@sapUiChartSequenceGood, 18);
|
|
1152
|
+
@sapUiChartSequenceGoodMinus2TextColor: contrast(@sapUiChartSequenceGoodMinus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1153
|
+
@sapUiChartSequenceGoodMinus2TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1154
|
+
@sapUiChartSequenceGoodMinus3: darken(@sapUiChartSequenceGood, 26);
|
|
1155
|
+
@sapUiChartSequenceGoodMinus3TextColor: contrast(@sapUiChartSequenceGoodMinus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1156
|
+
@sapUiChartSequenceGoodMinus3TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1157
|
+
@sapUiChartSequenceGoodMinus4: darken(@sapUiChartSequenceGood, 31);
|
|
1158
|
+
@sapUiChartSequenceGoodMinus4TextColor: contrast(@sapUiChartSequenceGoodMinus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1159
|
+
@sapUiChartSequenceGoodMinus4TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1160
|
+
@sapUiChartSequenceGoodMinus5: darken(@sapUiChartSequenceGood, 40);
|
|
1161
|
+
@sapUiChartSequenceGoodMinus5TextColor: contrast(@sapUiChartSequenceGoodMinus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .5);
|
|
1162
|
+
@sapUiChartSequenceGoodMinus5TextShadow: -1px 0 contrast(@sapUiChartSequenceGoodMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceGoodMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceGoodMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceGoodMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1163
|
+
@sapUiChartSequenceNeutralPlus3: lighten(@sapUiChartSequenceNeutral, 29);
|
|
1164
|
+
@sapUiChartSequenceNeutralPlus3TextColor: contrast(@sapUiChartSequenceNeutralPlus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1165
|
+
@sapUiChartSequenceNeutralPlus3TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralPlus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1166
|
+
@sapUiChartSequenceNeutralPlus2: lighten(@sapUiChartSequenceNeutral, 20);
|
|
1167
|
+
@sapUiChartSequenceNeutralPlus2TextColor: contrast(@sapUiChartSequenceNeutralPlus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1168
|
+
@sapUiChartSequenceNeutralPlus2TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralPlus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1169
|
+
@sapUiChartSequenceNeutralPlus1: lighten(@sapUiChartSequenceNeutral, 15);
|
|
1170
|
+
@sapUiChartSequenceNeutralPlus1TextColor: contrast(@sapUiChartSequenceNeutralPlus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1171
|
+
@sapUiChartSequenceNeutralPlus1TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralPlus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1172
|
+
@sapUiChartSequenceNeutral: @sapUiChartNeutral;
|
|
1173
|
+
@sapUiChartSequenceNeutralTextColor: contrast(@sapUiChartSequenceNeutral, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1174
|
+
@sapUiChartSequenceNeutralTextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralTextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1175
|
+
@sapUiChartSequenceNeutralBorderColor: @sapUiChartSequenceNeutral;
|
|
1176
|
+
@sapUiChartSequenceNeutralMinus1: darken(@sapUiChartSequenceNeutral, 10);
|
|
1177
|
+
@sapUiChartSequenceNeutralMinus1TextColor: contrast(@sapUiChartSequenceNeutralMinus1, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1178
|
+
@sapUiChartSequenceNeutralMinus1TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralMinus1TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1179
|
+
@sapUiChartSequenceNeutralMinus2: darken(@sapUiChartSequenceNeutral, 12);
|
|
1180
|
+
@sapUiChartSequenceNeutralMinus2TextColor: contrast(@sapUiChartSequenceNeutralMinus2, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1181
|
+
@sapUiChartSequenceNeutralMinus2TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralMinus2TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1182
|
+
@sapUiChartSequenceNeutralMinus3: darken(@sapUiChartSequenceNeutral, 18);
|
|
1183
|
+
@sapUiChartSequenceNeutralMinus3TextColor: contrast(@sapUiChartSequenceNeutralMinus3, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1184
|
+
@sapUiChartSequenceNeutralMinus3TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralMinus3TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1185
|
+
@sapUiChartSequenceNeutralMinus4: darken(@sapUiChartSequenceNeutral, 24);
|
|
1186
|
+
@sapUiChartSequenceNeutralMinus4TextColor: contrast(@sapUiChartSequenceNeutralMinus4, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1187
|
+
@sapUiChartSequenceNeutralMinus4TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralMinus4TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1188
|
+
@sapUiChartSequenceNeutralMinus5: darken(@sapUiChartSequenceNeutral, 33);
|
|
1189
|
+
@sapUiChartSequenceNeutralMinus5TextColor: contrast(@sapUiChartSequenceNeutralMinus5, @sapUiChartDataTextColor, @sapUiChartDataContrastTextColor, .6);
|
|
1190
|
+
@sapUiChartSequenceNeutralMinus5TextShadow: -1px 0 contrast(@sapUiChartSequenceNeutralMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 1px contrast(@sapUiChartSequenceNeutralMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 1px 0 contrast(@sapUiChartSequenceNeutralMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold), 0 -1px contrast(@sapUiChartSequenceNeutralMinus5TextColor, @sapUiContentShadowColor, @sapUiChartContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
1191
|
+
|
|
739
1192
|
|
|
740
1193
|
@sapUiErrorBG: @sapHCStandardBG;
|
|
741
1194
|
@sapUiWarningBG: @sapHCStandardBG;
|
|
@@ -773,7 +1226,7 @@
|
|
|
773
1226
|
@sapUiIndication1BorderColor: #FFFFFF;
|
|
774
1227
|
@sapUiIndication1TextColor: #FFFFFF;
|
|
775
1228
|
@sapUiIndication1HoverBackground: #7A5100;
|
|
776
|
-
@
|
|
1229
|
+
@sapUiIndication1ActiveBackground: #7A5100;
|
|
777
1230
|
@sapUiIndication1ActiveBorderColor: #FFFFFF;
|
|
778
1231
|
@sapUiIndication1ActiveTextColor: #FFFFFF;
|
|
779
1232
|
@sapUiIndication1SelectedBackground: #0F5D94;
|
|
@@ -787,7 +1240,7 @@
|
|
|
787
1240
|
@sapUiIndication2BorderColor: #FFFFFF;
|
|
788
1241
|
@sapUiIndication2TextColor: #FFFFFF;
|
|
789
1242
|
@sapUiIndication2HoverBackground: #7A5100;
|
|
790
|
-
@
|
|
1243
|
+
@sapUiIndication2ActiveBackground: #7A5100;
|
|
791
1244
|
@sapUiIndication2ActiveBorderColor: #FFFFFF;
|
|
792
1245
|
@sapUiIndication2ActiveTextColor: #FFFFFF;
|
|
793
1246
|
@sapUiIndication2SelectedBackground: #0F5D94;
|
|
@@ -801,7 +1254,7 @@
|
|
|
801
1254
|
@sapUiIndication3BorderColor: #FFFFFF;
|
|
802
1255
|
@sapUiIndication3TextColor: #FFFFFF;
|
|
803
1256
|
@sapUiIndication3HoverBackground: #7A5100;
|
|
804
|
-
@
|
|
1257
|
+
@sapUiIndication3ActiveBackground: #7A5100;
|
|
805
1258
|
@sapUiIndication3ActiveBorderColor: #FFFFFF;
|
|
806
1259
|
@sapUiIndication3ActiveTextColor: #FFFFFF;
|
|
807
1260
|
@sapUiIndication3SelectedBackground: #0F5D94;
|
|
@@ -815,7 +1268,7 @@
|
|
|
815
1268
|
@sapUiIndication4BorderColor: #FFFFFF;
|
|
816
1269
|
@sapUiIndication4TextColor: #FFFFFF;
|
|
817
1270
|
@sapUiIndication4HoverBackground: #7A5100;
|
|
818
|
-
@
|
|
1271
|
+
@sapUiIndication4ActiveBackground: #7A5100;
|
|
819
1272
|
@sapUiIndication4ActiveBorderColor: #FFFFFF;
|
|
820
1273
|
@sapUiIndication4ActiveTextColor: #FFFFFF;
|
|
821
1274
|
@sapUiIndication4SelectedBackground: #0F5D94;
|
|
@@ -829,7 +1282,7 @@
|
|
|
829
1282
|
@sapUiIndication5BorderColor: #FFFFFF;
|
|
830
1283
|
@sapUiIndication5TextColor: #FFFFFF;
|
|
831
1284
|
@sapUiIndication5HoverBackground: #7A5100;
|
|
832
|
-
@
|
|
1285
|
+
@sapUiIndication5ActiveBackground: #7A5100;
|
|
833
1286
|
@sapUiIndication5ActiveBorderColor: #FFFFFF;
|
|
834
1287
|
@sapUiIndication5ActiveTextColor: #FFFFFF;
|
|
835
1288
|
@sapUiIndication5SelectedBackground: #0F5D94;
|
|
@@ -843,7 +1296,7 @@
|
|
|
843
1296
|
@sapUiIndication6BorderColor: #FFFFFF;
|
|
844
1297
|
@sapUiIndication6TextColor: #FFFFFF;
|
|
845
1298
|
@sapUiIndication6HoverBackground: #7A5100;
|
|
846
|
-
@
|
|
1299
|
+
@sapUiIndication6ActiveBackground: #7A5100;
|
|
847
1300
|
@sapUiIndication6ActiveBorderColor: #FFFFFF;
|
|
848
1301
|
@sapUiIndication6ActiveTextColor: #FFFFFF;
|
|
849
1302
|
@sapUiIndication6SelectedBackground: #0F5D94;
|
|
@@ -857,7 +1310,7 @@
|
|
|
857
1310
|
@sapUiIndication7BorderColor: #FFFFFF;
|
|
858
1311
|
@sapUiIndication7TextColor: #FFFFFF;
|
|
859
1312
|
@sapUiIndication7HoverBackground: #7A5100;
|
|
860
|
-
@
|
|
1313
|
+
@sapUiIndication7ActiveBackground: #7A5100;
|
|
861
1314
|
@sapUiIndication7ActiveBorderColor: #FFFFFF;
|
|
862
1315
|
@sapUiIndication7ActiveTextColor: #FFFFFF;
|
|
863
1316
|
@sapUiIndication7SelectedBackground: #0F5D94;
|
|
@@ -871,7 +1324,7 @@
|
|
|
871
1324
|
@sapUiIndication8BorderColor: #FFFFFF;
|
|
872
1325
|
@sapUiIndication8TextColor: #FFFFFF;
|
|
873
1326
|
@sapUiIndication8HoverBackground: #7A5100;
|
|
874
|
-
@
|
|
1327
|
+
@sapUiIndication8ActiveBackground: #7A5100;
|
|
875
1328
|
@sapUiIndication8ActiveBorderColor: #FFFFFF;
|
|
876
1329
|
@sapUiIndication8ActiveTextColor: #FFFFFF;
|
|
877
1330
|
@sapUiIndication8SelectedBackground: #0F5D94;
|
|
@@ -885,7 +1338,7 @@
|
|
|
885
1338
|
@sapUiIndication9BorderColor: #FFFFFF;
|
|
886
1339
|
@sapUiIndication9TextColor: #FFFFFF;
|
|
887
1340
|
@sapUiIndication9HoverBackground: #7A5100;
|
|
888
|
-
@
|
|
1341
|
+
@sapUiIndication9ActiveBackground: #7A5100;
|
|
889
1342
|
@sapUiIndication9ActiveBorderColor: #FFFFFF;
|
|
890
1343
|
@sapUiIndication9ActiveTextColor: #FFFFFF;
|
|
891
1344
|
@sapUiIndication9SelectedBackground: #0F5D94;
|
|
@@ -899,7 +1352,7 @@
|
|
|
899
1352
|
@sapUiIndication10BorderColor: #FFFFFF;
|
|
900
1353
|
@sapUiIndication10TextColor: #FFFFFF;
|
|
901
1354
|
@sapUiIndication10HoverBackground: #7A5100;
|
|
902
|
-
@
|
|
1355
|
+
@sapUiIndication10ActiveBackground: #7A5100;
|
|
903
1356
|
@sapUiIndication10ActiveBorderColor: #FFFFFF;
|
|
904
1357
|
@sapUiIndication10ActiveTextColor: #FFFFFF;
|
|
905
1358
|
@sapUiIndication10SelectedBackground: #0F5D94;
|