amis 1.4.2-beta.1 → 1.4.2-beta.11
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/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +10 -4
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +64 -29
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/themes/ang-ie11.css +422 -149
- package/lib/themes/ang.css +422 -149
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +422 -149
- package/lib/themes/antd.css +422 -149
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +456 -182
- package/lib/themes/cxd.css +456 -182
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +422 -149
- package/lib/themes/dark.css +422 -149
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +456 -182
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +28 -12
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +11 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3038 -790
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +16 -1
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +26 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/themes/_common.scss +4 -0
- package/scss/themes/_cxd-variables.scss +4 -1
- package/scss/themes/cxd.scss +16 -12
- package/sdk/ang-ie11.css +457 -152
- package/sdk/ang.css +480 -154
- package/sdk/antd-ie11.css +456 -151
- package/sdk/antd.css +480 -154
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +496 -194
- package/sdk/cxd.css +517 -190
- package/sdk/dark-ie11.css +457 -152
- package/sdk/dark.css +480 -154
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +496 -194
- package/sdk/sdk.css +517 -190
- package/sdk/sdk.js +1268 -1236
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +14 -0
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +2 -0
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +28 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +29 -20
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +87 -41
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +40 -20
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +8 -0
- package/src/utils/icon.tsx +4 -0
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/lib/themes/ang-ie11.css
CHANGED
@@ -492,8 +492,13 @@
|
|
492
492
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
493
493
|
--Collapse-header-bg: transparent;
|
494
494
|
--Collapse-header-onHover-bg: transparent;
|
495
|
-
--Collapse-header-collapsed-
|
495
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
496
496
|
var(--Collapse-border-color);
|
497
|
+
--Collapse-header-collapsed-borderTop: none;
|
498
|
+
--Collapse-header-collapsed-borderBottom: var(
|
499
|
+
--Collapse-header-collapsed-border
|
500
|
+
);
|
501
|
+
--Collapse-header-wrapper-direction: row;
|
497
502
|
--Collapse-content-padding: 1.125rem 0;
|
498
503
|
--Collapse-content-color: var(--body-color);
|
499
504
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -981,11 +986,28 @@
|
|
981
986
|
--Panel-titleMarginTop: 0;
|
982
987
|
--Picker-iconColor: var(--icon-color);
|
983
988
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
989
|
+
--PickerColumns-bg: white;
|
990
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
991
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
992
|
+
--PickerColumns-title-lineHeight: 1.5;
|
993
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
994
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
995
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
996
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
997
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
998
|
+
--PickerColumns-optionText-color: var(--text-color);
|
999
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
1000
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
1001
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
984
1002
|
--PopOver-bg: white;
|
985
1003
|
--PopOverAble-iconColor: inherit;
|
986
1004
|
--PopOverAble-onHover-iconColor: inherit;
|
987
1005
|
--Property-title-bg: #f2f2f2;
|
988
1006
|
--Property-label-bg: #f7f7f7;
|
1007
|
+
--Portlet-borderColor: var(--borderColor);
|
1008
|
+
--Portlet-borderStyle: solid;
|
1009
|
+
--Portlet-borderWidth: var(--borderWidth);
|
1010
|
+
--Portlet-borderRadius: var(--borderRadius);
|
989
1011
|
--QuickEdit-iconColor: inherit;
|
990
1012
|
--QuickEdit-onFocus-borderColor: var(--info);
|
991
1013
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -1597,6 +1619,8 @@ svg.icon {
|
|
1597
1619
|
width: 1em;
|
1598
1620
|
height: 1em;
|
1599
1621
|
fill: currentColor;
|
1622
|
+
position: relative;
|
1623
|
+
top: 0.125em;
|
1600
1624
|
}
|
1601
1625
|
|
1602
1626
|
svg.r90 {
|
@@ -4438,6 +4462,123 @@ input[type=button].a-Button--block {
|
|
4438
4462
|
bottom: 0;
|
4439
4463
|
background: transparent;
|
4440
4464
|
}
|
4465
|
+
.a-PopOver-isMobile .a-PopOver-overlay {
|
4466
|
+
background: rgba(0, 0, 0, 0.3);
|
4467
|
+
}
|
4468
|
+
.a-PopOver--leftBottomLeftTop {
|
4469
|
+
margin-top: 0.25rem;
|
4470
|
+
}
|
4471
|
+
.a-PopOver--leftTopLeftBottom {
|
4472
|
+
margin-top: -0.25rem;
|
4473
|
+
}
|
4474
|
+
|
4475
|
+
.has-popover {
|
4476
|
+
position: relative;
|
4477
|
+
}
|
4478
|
+
|
4479
|
+
.a-PickerColumns {
|
4480
|
+
position: relative;
|
4481
|
+
background-color: var(--PickerColumns-bg);
|
4482
|
+
user-select: none;
|
4483
|
+
}
|
4484
|
+
.a-PickerColumns-popOver {
|
4485
|
+
position: fixed;
|
4486
|
+
bottom: 0;
|
4487
|
+
left: 0;
|
4488
|
+
width: 100%;
|
4489
|
+
padding: 0 var(--gap-sm);
|
4490
|
+
}
|
4491
|
+
.a-PickerColumns-toolbar {
|
4492
|
+
display: flex;
|
4493
|
+
align-items: center;
|
4494
|
+
justify-content: space-between;
|
4495
|
+
height: var(--PickerColumns-toolbar-height);
|
4496
|
+
}
|
4497
|
+
.a-PickerColumns-cancel, .a-PickerColumns-confirm {
|
4498
|
+
height: 100%;
|
4499
|
+
padding: var(--PickerColumns-action-padding);
|
4500
|
+
font-size: var(--PickerColumns-action-fontSize);
|
4501
|
+
background-color: transparent;
|
4502
|
+
border: none;
|
4503
|
+
cursor: pointer;
|
4504
|
+
}
|
4505
|
+
.a-PickerColumns-cancel:active, .a-PickerColumns-confirm:active {
|
4506
|
+
opacity: 0.7;
|
4507
|
+
}
|
4508
|
+
.a-PickerColumns-confirm {
|
4509
|
+
color: var(--PickerColumns-confirmAction-color);
|
4510
|
+
}
|
4511
|
+
.a-PickerColumns-cancel {
|
4512
|
+
color: var(--PickerColumns-cancelAction-color);
|
4513
|
+
}
|
4514
|
+
.a-PickerColumns-title {
|
4515
|
+
max-width: 50%;
|
4516
|
+
font-weight: 500;
|
4517
|
+
font-size: var(--PickerColumns-title-fontSize);
|
4518
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
4519
|
+
text-align: center;
|
4520
|
+
}
|
4521
|
+
.a-PickerColumns-columns {
|
4522
|
+
position: relative;
|
4523
|
+
display: flex;
|
4524
|
+
cursor: grab;
|
4525
|
+
}
|
4526
|
+
.a-PickerColumns-loading {
|
4527
|
+
position: absolute;
|
4528
|
+
top: 0;
|
4529
|
+
right: 0;
|
4530
|
+
bottom: 0;
|
4531
|
+
left: 0;
|
4532
|
+
z-index: 3;
|
4533
|
+
display: flex;
|
4534
|
+
align-items: center;
|
4535
|
+
justify-content: center;
|
4536
|
+
color: var(--PickerColumns-loadingIcon-color);
|
4537
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
4538
|
+
}
|
4539
|
+
.a-PickerColumns-frame {
|
4540
|
+
position: absolute;
|
4541
|
+
top: 50%;
|
4542
|
+
right: var(--gap-md);
|
4543
|
+
left: var(--gap-md);
|
4544
|
+
z-index: 2;
|
4545
|
+
transform: translateY(-50%);
|
4546
|
+
pointer-events: none;
|
4547
|
+
}
|
4548
|
+
.a-PickerColumns-mask {
|
4549
|
+
position: absolute;
|
4550
|
+
top: 0;
|
4551
|
+
left: 0;
|
4552
|
+
z-index: 1;
|
4553
|
+
width: 100%;
|
4554
|
+
height: 100%;
|
4555
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
4556
|
+
background-repeat: no-repeat;
|
4557
|
+
background-position: top, bottom;
|
4558
|
+
transform: translateZ(0);
|
4559
|
+
pointer-events: none;
|
4560
|
+
}
|
4561
|
+
.a-PickerColumns-column {
|
4562
|
+
flex: 1;
|
4563
|
+
overflow: hidden;
|
4564
|
+
font-size: var(--PickerColumns-option-fontSize);
|
4565
|
+
}
|
4566
|
+
.a-PickerColumns-columnWrapper {
|
4567
|
+
margin: 0;
|
4568
|
+
padding: 0;
|
4569
|
+
list-style: none;
|
4570
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
4571
|
+
}
|
4572
|
+
.a-PickerColumns-columnItem {
|
4573
|
+
display: flex;
|
4574
|
+
align-items: center;
|
4575
|
+
justify-content: center;
|
4576
|
+
color: var(--PickerColumns-optionText-color);
|
4577
|
+
}
|
4578
|
+
.a-PickerColumns-columnItem.is-disabled {
|
4579
|
+
cursor: not-allowed;
|
4580
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
4581
|
+
}
|
4441
4582
|
|
4442
4583
|
@keyframes bounceIn {
|
4443
4584
|
from, 20%, 40%, 60%, 80%, to {
|
@@ -5318,7 +5459,7 @@ input[type=button].a-Button--block {
|
|
5318
5459
|
border-color: var(--Nav-item-onHover-color);
|
5319
5460
|
text-decoration: none;
|
5320
5461
|
background: var(--Nav-item-onHover-bg);
|
5321
|
-
z-index:
|
5462
|
+
z-index: 1;
|
5322
5463
|
}
|
5323
5464
|
.a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
5324
5465
|
.a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
@@ -6186,6 +6327,13 @@ input[type=button].a-Button--block {
|
|
6186
6327
|
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
6187
6328
|
background: var(--Collapse-header-bg);
|
6188
6329
|
}
|
6330
|
+
.a-Collapse-header-wrapper {
|
6331
|
+
display: inline-flex;
|
6332
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
6333
|
+
}
|
6334
|
+
.a-Collapse-header-tpl {
|
6335
|
+
margin-right: 0.5rem;
|
6336
|
+
}
|
6189
6337
|
.a-Collapse-header:hover {
|
6190
6338
|
background: var(--Collapse-header-onHover-bg);
|
6191
6339
|
}
|
@@ -6217,7 +6365,7 @@ input[type=button].a-Button--block {
|
|
6217
6365
|
transform-origin: 0% 50%;
|
6218
6366
|
}
|
6219
6367
|
.a-Collapse.is-collapsed .a-Collapse-header {
|
6220
|
-
border-bottom: var(--Collapse-header-collapsed-
|
6368
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
6221
6369
|
}
|
6222
6370
|
.a-Collapse--collapsable .a-Collapse-header {
|
6223
6371
|
cursor: pointer;
|
@@ -6228,6 +6376,11 @@ input[type=button].a-Button--block {
|
|
6228
6376
|
color: var(--link-color);
|
6229
6377
|
border-left: none;
|
6230
6378
|
font-size: var(--fontSizeBase);
|
6379
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
6380
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
6381
|
+
}
|
6382
|
+
.a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
|
6383
|
+
border-top: none;
|
6231
6384
|
}
|
6232
6385
|
.a-Collapse--title-bottom .a-Collapse-arrow:before {
|
6233
6386
|
top: 0.125rem;
|
@@ -7228,6 +7381,9 @@ input[type=button].a-Button--block {
|
|
7228
7381
|
.a-Table-table--withCombine > tbody > tr > td:not(:last-child) {
|
7229
7382
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
7230
7383
|
}
|
7384
|
+
.a-Table-table--checkOnItemClick > tbody > tr {
|
7385
|
+
cursor: pointer;
|
7386
|
+
}
|
7231
7387
|
.a-Table-table > thead > tr > th {
|
7232
7388
|
background: var(--Table-thead-bg);
|
7233
7389
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -8259,6 +8415,23 @@ input[type=button].a-Button--block {
|
|
8259
8415
|
top: 0;
|
8260
8416
|
left: 0;
|
8261
8417
|
}
|
8418
|
+
.a-Table--autoFillHeight {
|
8419
|
+
margin-bottom: 0;
|
8420
|
+
}
|
8421
|
+
.a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
|
8422
|
+
border-top: none;
|
8423
|
+
}
|
8424
|
+
.a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
|
8425
|
+
position: sticky;
|
8426
|
+
top: 0;
|
8427
|
+
z-index: 1;
|
8428
|
+
}
|
8429
|
+
.a-Table--autoFillHeight > .a-Table-fixedTop {
|
8430
|
+
display: none;
|
8431
|
+
}
|
8432
|
+
.a-Table--autoFillHeight > .a-Table-footToolbar {
|
8433
|
+
margin-bottom: 0;
|
8434
|
+
}
|
8262
8435
|
|
8263
8436
|
.a-InputTable-toolbar {
|
8264
8437
|
display: flex;
|
@@ -8897,23 +9070,14 @@ input[type=button].a-Button--block {
|
|
8897
9070
|
.a-Card-title + .a-Card-subTitle {
|
8898
9071
|
margin-top: var(--gap-xs);
|
8899
9072
|
}
|
8900
|
-
.a-Card-checkBtn {
|
8901
|
-
position: absolute;
|
8902
|
-
top: 0;
|
8903
|
-
right: 0;
|
8904
|
-
margin: var(--gap-sm);
|
8905
|
-
z-index: 1;
|
8906
|
-
}
|
8907
|
-
.a-Card-checkBtn .a-Checkbox {
|
8908
|
-
margin-right: 0;
|
8909
|
-
}
|
8910
9073
|
.a-Card-dragBtn {
|
8911
9074
|
cursor: pointer;
|
8912
9075
|
float: right;
|
8913
9076
|
margin: var(--gap-sm);
|
8914
9077
|
}
|
8915
9078
|
.a-Card-heading {
|
8916
|
-
|
9079
|
+
display: flex;
|
9080
|
+
flex-direction: row;
|
8917
9081
|
padding: var(--gap-sm) var(--gap-base);
|
8918
9082
|
flex: 1 0 auto;
|
8919
9083
|
}
|
@@ -8941,11 +9105,15 @@ input[type=button].a-Button--block {
|
|
8941
9105
|
}
|
8942
9106
|
.a-Card-meta {
|
8943
9107
|
display: block;
|
9108
|
+
flex-grow: 1;
|
8944
9109
|
height: 100%;
|
8945
|
-
overflow: hidden;
|
8946
9110
|
position: relative;
|
8947
9111
|
margin-right: var(--gap-md);
|
8948
9112
|
}
|
9113
|
+
.a-Card-toolbar {
|
9114
|
+
margin-right: calc(-1 * var(--gap-base));
|
9115
|
+
text-align: right;
|
9116
|
+
}
|
8949
9117
|
.a-Card-highlight {
|
8950
9118
|
background: var(--success);
|
8951
9119
|
width: 0.5rem;
|
@@ -9367,7 +9535,7 @@ input[type=button].a-Button--block {
|
|
9367
9535
|
}
|
9368
9536
|
.a-StatusField-label {
|
9369
9537
|
font-size: var(--fontSizeSm);
|
9370
|
-
margin-left: var(--gap-
|
9538
|
+
margin-left: var(--gap-xs);
|
9371
9539
|
}
|
9372
9540
|
@keyframes animation-rolling_red {
|
9373
9541
|
0% {
|
@@ -10504,6 +10672,42 @@ input[type=button].a-Button--block {
|
|
10504
10672
|
border: 1px solid var(--Steps-status-success);
|
10505
10673
|
}
|
10506
10674
|
|
10675
|
+
.a-Portlet {
|
10676
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
10677
|
+
border-radius: var(--Portlet-borderRadius);
|
10678
|
+
padding: var(--gap-base);
|
10679
|
+
}
|
10680
|
+
.a-Portlet-tab.unactive-select .is-active a:first-child, .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
10681
|
+
.a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
10682
|
+
border: none !important;
|
10683
|
+
color: inherit !important;
|
10684
|
+
cursor: auto !important;
|
10685
|
+
}
|
10686
|
+
.a-Portlet-tab.no-divider .a-Tabs-links {
|
10687
|
+
border-bottom: none;
|
10688
|
+
}
|
10689
|
+
.a-Portlet .a-Tabs-pane {
|
10690
|
+
padding: unset;
|
10691
|
+
}
|
10692
|
+
.a-Portlet-toolbar {
|
10693
|
+
display: inline-flex;
|
10694
|
+
float: right;
|
10695
|
+
justify-content: flex-end;
|
10696
|
+
}
|
10697
|
+
.a-Portlet-toolbar .a-Button {
|
10698
|
+
margin-left: calc(var(--gap-xs));
|
10699
|
+
}
|
10700
|
+
.a-Portlet-header-desc {
|
10701
|
+
height: 100%;
|
10702
|
+
overflow: hidden;
|
10703
|
+
position: relative;
|
10704
|
+
margin-left: var(--gap-base);
|
10705
|
+
}
|
10706
|
+
|
10707
|
+
.a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
|
10708
|
+
display: none;
|
10709
|
+
}
|
10710
|
+
|
10507
10711
|
fieldset.a-Collapse--lg, fieldset.a-Collapse--md, fieldset.a-Collapse--base, fieldset.a-Collapse--sm, fieldset.a-Collapse--xs {
|
10508
10712
|
position: relative;
|
10509
10713
|
}
|
@@ -10543,10 +10747,14 @@ fieldset.a-Collapse > legend {
|
|
10543
10747
|
margin: var(--gap-base) 0;
|
10544
10748
|
padding: 0 0 0 14px;
|
10545
10749
|
cursor: pointer;
|
10546
|
-
border-bottom:
|
10750
|
+
border-bottom: none !important;
|
10751
|
+
background: transparent;
|
10547
10752
|
display: flex;
|
10548
10753
|
flex-direction: row;
|
10549
10754
|
}
|
10755
|
+
fieldset.a-Collapse > legend:hover {
|
10756
|
+
background: transparent;
|
10757
|
+
}
|
10550
10758
|
fieldset.a-Collapse--xs {
|
10551
10759
|
padding: 20px 5px 5px 5px;
|
10552
10760
|
}
|
@@ -11442,45 +11650,38 @@ fieldset.a-Collapse--lg:after {
|
|
11442
11650
|
color: #999;
|
11443
11651
|
}
|
11444
11652
|
|
11445
|
-
.a-
|
11653
|
+
.a-Selection > .a-Checkbox {
|
11446
11654
|
display: block;
|
11447
11655
|
height: var(--Form-input-height);
|
11448
11656
|
line-height: var(--Form-input-lineHeight);
|
11449
11657
|
font-size: var(--Form-input-fontSize);
|
11450
11658
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
11451
11659
|
}
|
11452
|
-
.a-
|
11660
|
+
.a-Selection--inline > .a-Checkbox {
|
11453
11661
|
display: inline-block;
|
11454
11662
|
}
|
11455
|
-
.a-
|
11663
|
+
.a-Selection-addBtn {
|
11456
11664
|
display: block;
|
11457
11665
|
cursor: pointer;
|
11458
11666
|
}
|
11459
|
-
.a-
|
11667
|
+
.a-Selection-addBtn:hover {
|
11460
11668
|
text-decoration: none;
|
11461
11669
|
}
|
11462
|
-
.a-
|
11670
|
+
.a-Selection-addBtn > svg {
|
11463
11671
|
width: 0.875rem;
|
11464
11672
|
height: 0.875rem;
|
11465
11673
|
margin-right: var(--Checkbox-gap);
|
11466
11674
|
}
|
11467
11675
|
|
11468
|
-
.a-
|
11469
|
-
.a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
|
11470
|
-
.a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
|
11471
|
-
.a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
|
11676
|
+
.a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
|
11472
11677
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
11473
11678
|
}
|
11474
|
-
.a-
|
11475
|
-
.a-ListCheckboxes-group > .a-ListRadios-itemLabel,
|
11476
|
-
.a-ListRadios-group > .a-ListCheckboxes-itemLabel,
|
11477
|
-
.a-ListRadios-group > .a-ListRadios-itemLabel {
|
11679
|
+
.a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
11478
11680
|
font-size: var(--fontSizeSm);
|
11479
11681
|
padding: var(--gap-xs) var(--gap-xs);
|
11480
11682
|
color: var(--text--muted-color);
|
11481
11683
|
}
|
11482
|
-
.a-
|
11483
|
-
.a-ListRadios-item {
|
11684
|
+
.a-GroupedSelection-item {
|
11484
11685
|
display: flex;
|
11485
11686
|
height: var(--Form-input-height);
|
11486
11687
|
line-height: var(--Form-input-lineHeight);
|
@@ -11490,44 +11691,30 @@ fieldset.a-Collapse--lg:after {
|
|
11490
11691
|
cursor: pointer;
|
11491
11692
|
user-select: none;
|
11492
11693
|
}
|
11493
|
-
.a-
|
11494
|
-
.a-ListRadios-item > .a-Checkbox {
|
11694
|
+
.a-GroupedSelection-item > .a-Checkbox {
|
11495
11695
|
margin-right: 0;
|
11496
11696
|
}
|
11497
|
-
.a-
|
11498
|
-
.a-ListRadios-item.is-active {
|
11697
|
+
.a-GroupedSelection-item.is-active {
|
11499
11698
|
color: var(--Form-select-menu-onActive-color);
|
11500
11699
|
background: var(--Form-select-menu-onActive-bg);
|
11501
11700
|
}
|
11502
|
-
.a-
|
11503
|
-
.a-ListRadios-item:hover {
|
11701
|
+
.a-GroupedSelection-item:hover {
|
11504
11702
|
background: var(--Tree-item-onHover-bg);
|
11505
11703
|
}
|
11506
|
-
.a-
|
11507
|
-
.a-ListRadios-item.is-disabled {
|
11704
|
+
.a-GroupedSelection-item.is-disabled {
|
11508
11705
|
pointer-events: none;
|
11509
11706
|
color: var(--text--muted-color);
|
11510
11707
|
}
|
11511
|
-
.a-
|
11512
|
-
.a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
11513
|
-
.a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
11514
|
-
.a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
|
11515
|
-
.a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
|
11516
|
-
.a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
11517
|
-
.a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
11518
|
-
.a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
|
11708
|
+
.a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
|
11519
11709
|
padding-left: var(--gap-base);
|
11520
11710
|
}
|
11521
|
-
.a-
|
11522
|
-
.a-ListRadios-itemLabel {
|
11711
|
+
.a-GroupedSelection-itemLabel {
|
11523
11712
|
flex-grow: 1;
|
11524
11713
|
}
|
11525
|
-
.a-
|
11526
|
-
.a-ListRadios-itemLabel span {
|
11714
|
+
.a-GroupedSelection-itemLabel span {
|
11527
11715
|
white-space: nowrap;
|
11528
11716
|
}
|
11529
|
-
.a-
|
11530
|
-
.a-ListRadios-placeholder {
|
11717
|
+
.a-GroupedSelection-placeholder {
|
11531
11718
|
height: var(--Form-input-height);
|
11532
11719
|
line-height: var(--Form-input-lineHeight);
|
11533
11720
|
font-size: var(--Form-input-fontSize);
|
@@ -11535,45 +11722,46 @@ fieldset.a-Collapse--lg:after {
|
|
11535
11722
|
color: var(--text--muted-color);
|
11536
11723
|
}
|
11537
11724
|
|
11538
|
-
.a-
|
11725
|
+
.a-TableSelection .a-Table-content {
|
11539
11726
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
11540
11727
|
}
|
11541
|
-
.a-
|
11542
|
-
.a-
|
11728
|
+
.a-TableSelection .a-Table-table > thead > tr > th,
|
11729
|
+
.a-TableSelection .a-Table-table > tbody > tr > td {
|
11543
11730
|
font-size: var(--fontSizeSm);
|
11544
11731
|
padding-top: var(--gap-xs);
|
11545
11732
|
padding-bottom: 0.375rem;
|
11546
11733
|
vertical-align: middle;
|
11547
11734
|
}
|
11548
|
-
.a-
|
11735
|
+
.a-TableSelection .a-Table-table > thead > tr > th {
|
11549
11736
|
padding-top: 0.375rem;
|
11550
11737
|
}
|
11551
|
-
.a-
|
11552
|
-
.a-
|
11738
|
+
.a-TableSelection .a-Table-table > thead > tr > th:first-child,
|
11739
|
+
.a-TableSelection .a-Table-table > tbody > tr > td:first-child {
|
11553
11740
|
padding-left: 0.625rem;
|
11554
11741
|
padding-right: 0;
|
11555
11742
|
}
|
11556
|
-
.a-
|
11557
|
-
.a-
|
11743
|
+
.a-TableSelection .a-Table-table > thead > tr > th:last-child,
|
11744
|
+
.a-TableSelection .a-Table-table > tbody > tr > td:last-child {
|
11558
11745
|
padding-right: var(--gap-md);
|
11559
11746
|
}
|
11560
|
-
.a-
|
11747
|
+
.a-TableSelection .a-Table-table > tbody > tr {
|
11561
11748
|
cursor: pointer;
|
11562
11749
|
}
|
11750
|
+
.a-TableSelection .a-Table-table > tbody > tr.is-active {
|
11751
|
+
color: var(--Form-select-menu-onActive-color);
|
11752
|
+
background: var(--Form-select-menu-onActive-bg);
|
11753
|
+
}
|
11563
11754
|
|
11564
|
-
.a-
|
11565
|
-
.a-TreeRadios .a-Table-expandBtn {
|
11755
|
+
.a-TreeSelection .a-Table-expandBtn {
|
11566
11756
|
color: var(--icon-color);
|
11567
11757
|
margin-right: 5px;
|
11568
11758
|
}
|
11569
|
-
.a-
|
11570
|
-
.a-TreeRadios-sublist {
|
11759
|
+
.a-TreeSelection-sublist {
|
11571
11760
|
position: relative;
|
11572
11761
|
margin: 0 0 0 2.1875rem;
|
11573
11762
|
display: none;
|
11574
11763
|
}
|
11575
|
-
.a-
|
11576
|
-
.a-TreeRadios-sublist:before {
|
11764
|
+
.a-TreeSelection-sublist:before {
|
11577
11765
|
width: 1px;
|
11578
11766
|
content: "";
|
11579
11767
|
display: block;
|
@@ -11583,26 +11771,16 @@ fieldset.a-Collapse--lg:after {
|
|
11583
11771
|
left: -19px;
|
11584
11772
|
border-left: dashed 1px var(--icon-color);
|
11585
11773
|
}
|
11586
|
-
.a-
|
11587
|
-
.a-TreeRadios-item {
|
11774
|
+
.a-TreeSelection-item {
|
11588
11775
|
position: relative;
|
11589
11776
|
}
|
11590
|
-
.a-
|
11591
|
-
.a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
|
11592
|
-
.a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
|
11593
|
-
.a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
|
11777
|
+
.a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
|
11594
11778
|
display: block;
|
11595
11779
|
}
|
11596
|
-
.a-
|
11597
|
-
.a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
|
11598
|
-
.a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
|
11599
|
-
.a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
|
11780
|
+
.a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
|
11600
11781
|
bottom: 0;
|
11601
11782
|
}
|
11602
|
-
.a-
|
11603
|
-
.a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
|
11604
|
-
.a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
|
11605
|
-
.a-TreeRadios-sublist .a-TreeRadios-item:before {
|
11783
|
+
.a-TreeSelection-sublist .a-TreeSelection-item:before {
|
11606
11784
|
height: 1px;
|
11607
11785
|
content: "";
|
11608
11786
|
display: block;
|
@@ -11612,8 +11790,7 @@ fieldset.a-Collapse--lg:after {
|
|
11612
11790
|
left: -19px;
|
11613
11791
|
border-top: dashed 1px var(--icon-color);
|
11614
11792
|
}
|
11615
|
-
.a-
|
11616
|
-
.a-TreeRadios-itemInner {
|
11793
|
+
.a-TreeSelection-itemInner {
|
11617
11794
|
display: flex;
|
11618
11795
|
align-items: center;
|
11619
11796
|
height: var(--Form-input-height);
|
@@ -11625,18 +11802,15 @@ fieldset.a-Collapse--lg:after {
|
|
11625
11802
|
user-select: none;
|
11626
11803
|
position: relative;
|
11627
11804
|
}
|
11628
|
-
.a-
|
11629
|
-
.a-TreeRadios-itemInner > .a-Checkbox {
|
11805
|
+
.a-TreeSelection-itemInner > .a-Checkbox {
|
11630
11806
|
margin-right: 0;
|
11631
11807
|
margin-left: var(--gap-sm);
|
11632
11808
|
}
|
11633
|
-
.a-
|
11634
|
-
.a-TreeRadios-itemInner > * {
|
11809
|
+
.a-TreeSelection-itemInner > * {
|
11635
11810
|
position: relative;
|
11636
11811
|
z-index: 2;
|
11637
11812
|
}
|
11638
|
-
.a-
|
11639
|
-
.a-TreeRadios-itemInner:hover:after {
|
11813
|
+
.a-TreeSelection-itemInner:hover:after {
|
11640
11814
|
position: absolute;
|
11641
11815
|
content: "";
|
11642
11816
|
z-index: 1;
|
@@ -11646,21 +11820,17 @@ fieldset.a-Collapse--lg:after {
|
|
11646
11820
|
left: -99999px;
|
11647
11821
|
background: var(--Tree-item-onHover-bg);
|
11648
11822
|
}
|
11649
|
-
.a-
|
11650
|
-
.a-TreeRadios-itemInner.is-active {
|
11823
|
+
.a-TreeSelection-itemInner.is-active {
|
11651
11824
|
color: var(--Form-select-menu-onActive-color);
|
11652
11825
|
}
|
11653
|
-
.a-
|
11654
|
-
.a-TreeRadios-itemInner.is-disabled {
|
11826
|
+
.a-TreeSelection-itemInner.is-disabled {
|
11655
11827
|
pointer-events: none;
|
11656
11828
|
color: var(--text--muted-color);
|
11657
11829
|
}
|
11658
|
-
.a-
|
11659
|
-
.a-TreeRadios-itemLabel {
|
11830
|
+
.a-TreeSelection-itemLabel {
|
11660
11831
|
flex-grow: 1;
|
11661
11832
|
}
|
11662
|
-
.a-
|
11663
|
-
.a-TreeRadios-placeholder {
|
11833
|
+
.a-TreeSelection-placeholder {
|
11664
11834
|
height: var(--Form-input-height);
|
11665
11835
|
line-height: var(--Form-input-lineHeight);
|
11666
11836
|
font-size: var(--Form-input-fontSize);
|
@@ -11668,23 +11838,23 @@ fieldset.a-Collapse--lg:after {
|
|
11668
11838
|
color: var(--text--muted-color);
|
11669
11839
|
}
|
11670
11840
|
|
11671
|
-
.a-
|
11841
|
+
.a-ChainedSelection {
|
11672
11842
|
display: flex;
|
11673
11843
|
flex-direction: row;
|
11674
11844
|
}
|
11675
|
-
.a-
|
11845
|
+
.a-ChainedSelection-col {
|
11676
11846
|
flex-grow: 1;
|
11677
11847
|
min-width: 150px;
|
11678
11848
|
}
|
11679
|
-
.a-
|
11849
|
+
.a-ChainedSelection-col:not(:last-child) {
|
11680
11850
|
border-right: 1px solid var(--borderColor);
|
11681
11851
|
}
|
11682
|
-
.a-
|
11852
|
+
.a-ChainedSelection-subTitle {
|
11683
11853
|
font-size: var(--fontSizeSm);
|
11684
11854
|
padding: var(--gap-xs) var(--gap-xs);
|
11685
11855
|
color: var(--text--muted-color);
|
11686
11856
|
}
|
11687
|
-
.a-
|
11857
|
+
.a-ChainedSelection-item {
|
11688
11858
|
display: flex;
|
11689
11859
|
height: var(--Form-input-height);
|
11690
11860
|
line-height: var(--Form-input-lineHeight);
|
@@ -11694,24 +11864,24 @@ fieldset.a-Collapse--lg:after {
|
|
11694
11864
|
cursor: pointer;
|
11695
11865
|
user-select: none;
|
11696
11866
|
}
|
11697
|
-
.a-
|
11867
|
+
.a-ChainedSelection-item > .a-Checkbox {
|
11698
11868
|
margin-right: 0;
|
11699
11869
|
}
|
11700
|
-
.a-
|
11870
|
+
.a-ChainedSelection-item.is-active {
|
11701
11871
|
color: var(--Form-select-menu-onActive-color);
|
11702
11872
|
background: var(--Form-select-menu-onActive-bg);
|
11703
11873
|
}
|
11704
|
-
.a-
|
11874
|
+
.a-ChainedSelection-item:hover {
|
11705
11875
|
background: var(--Tree-item-onHover-bg);
|
11706
11876
|
}
|
11707
|
-
.a-
|
11877
|
+
.a-ChainedSelection-item.is-disabled {
|
11708
11878
|
pointer-events: none;
|
11709
11879
|
color: var(--text--muted-color);
|
11710
11880
|
}
|
11711
|
-
.a-
|
11881
|
+
.a-ChainedSelection-itemLabel {
|
11712
11882
|
flex-grow: 1;
|
11713
11883
|
}
|
11714
|
-
.a-
|
11884
|
+
.a-ChainedSelection-placeholder {
|
11715
11885
|
height: var(--Form-input-height);
|
11716
11886
|
line-height: var(--Form-input-lineHeight);
|
11717
11887
|
font-size: var(--Form-input-fontSize);
|
@@ -11719,28 +11889,29 @@ fieldset.a-Collapse--lg:after {
|
|
11719
11889
|
color: var(--text--muted-color);
|
11720
11890
|
}
|
11721
11891
|
|
11722
|
-
.a-
|
11892
|
+
.a-AssociatedSelection {
|
11723
11893
|
display: flex;
|
11724
11894
|
flex-direction: row;
|
11725
11895
|
}
|
11726
|
-
.a-
|
11896
|
+
.a-AssociatedSelection-left, .a-AssociatedSelection-right {
|
11727
11897
|
flex-grow: 1;
|
11728
11898
|
width: 0;
|
11729
|
-
height:
|
11899
|
+
min-height: 12.5rem;
|
11900
|
+
max-height: 25rem;
|
11730
11901
|
overflow: auto;
|
11731
11902
|
}
|
11732
|
-
.a-
|
11903
|
+
.a-AssociatedSelection-left {
|
11733
11904
|
border-right: 1px solid var(--borderColor);
|
11734
11905
|
}
|
11735
|
-
.a-
|
11906
|
+
.a-AssociatedSelection-reload {
|
11736
11907
|
text-align: center;
|
11737
11908
|
color: var(--info);
|
11738
11909
|
margin: 20px 0 0;
|
11739
11910
|
}
|
11740
|
-
.a-
|
11911
|
+
.a-AssociatedSelection-reload.is-clickable {
|
11741
11912
|
cursor: pointer;
|
11742
11913
|
}
|
11743
|
-
.a-
|
11914
|
+
.a-AssociatedSelection-box {
|
11744
11915
|
line-height: var(--Form-input-lineHeight);
|
11745
11916
|
font-size: var(--fontSizeSm);
|
11746
11917
|
color: var(--text--muted-color);
|
@@ -11751,7 +11922,7 @@ fieldset.a-Collapse--lg:after {
|
|
11751
11922
|
justify-content: center;
|
11752
11923
|
height: 100%;
|
11753
11924
|
}
|
11754
|
-
.a-
|
11925
|
+
.a-AssociatedSelection-box > p {
|
11755
11926
|
text-align: center;
|
11756
11927
|
margin: 10px 0 20px;
|
11757
11928
|
color: var(--text--muted-color);
|
@@ -15080,16 +15251,16 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15080
15251
|
flex-direction: column;
|
15081
15252
|
border-radius: var(--borderRadius);
|
15082
15253
|
}
|
15083
|
-
.a-Transfer-select > .a-Transfer-
|
15254
|
+
.a-Transfer-select > .a-Transfer-selection, .a-Transfer-result > .a-Transfer-value {
|
15084
15255
|
flex-grow: 1;
|
15085
15256
|
max-height: 100%;
|
15086
15257
|
overflow: auto;
|
15087
15258
|
position: relative;
|
15088
15259
|
}
|
15089
|
-
.a-Transfer-search + .a-Transfer-
|
15260
|
+
.a-Transfer-search + .a-Transfer-selection {
|
15090
15261
|
border-top: 1px solid var(--borderColor);
|
15091
15262
|
}
|
15092
|
-
.a-Transfer-
|
15263
|
+
.a-Transfer-selection .a-ListSelection-placeholder {
|
15093
15264
|
height: 100%;
|
15094
15265
|
display: flex;
|
15095
15266
|
align-items: center;
|
@@ -15128,12 +15299,26 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15128
15299
|
pointer-events: none;
|
15129
15300
|
color: var(--text--muted-color);
|
15130
15301
|
}
|
15131
|
-
|
15302
|
+
|
15303
|
+
.a-TabsTransfer .a-Transfer-title {
|
15304
|
+
height: 40px;
|
15305
|
+
}
|
15306
|
+
.a-TabsTransfer-placeholder {
|
15307
|
+
height: var(--Form-input-height);
|
15308
|
+
line-height: var(--Form-input-lineHeight);
|
15309
|
+
font-size: var(--Form-input-fontSize);
|
15310
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
15311
|
+
color: var(--text--muted-color);
|
15312
|
+
}
|
15313
|
+
.a-TabsTransfer-tab {
|
15314
|
+
padding: 0;
|
15315
|
+
}
|
15316
|
+
.a-TabsTransfer-tabs {
|
15132
15317
|
display: flex;
|
15133
15318
|
flex-direction: column;
|
15134
15319
|
height: 100%;
|
15135
15320
|
}
|
15136
|
-
.a-
|
15321
|
+
.a-TabsTransfer-tabs > .a-Tabs-links {
|
15137
15322
|
border-top: 0 none;
|
15138
15323
|
padding: 5px 0 0 5px;
|
15139
15324
|
display: flex;
|
@@ -15141,51 +15326,41 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15141
15326
|
flex-wrap: wrap;
|
15142
15327
|
align-items: center;
|
15143
15328
|
}
|
15144
|
-
.a-
|
15329
|
+
.a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
|
15145
15330
|
font-size: 12px;
|
15146
15331
|
padding: 7px 8px;
|
15147
15332
|
}
|
15148
|
-
.a-
|
15333
|
+
.a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
|
15149
15334
|
flex-grow: 1;
|
15150
15335
|
}
|
15151
|
-
.a-
|
15336
|
+
.a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
|
15152
15337
|
margin: -5px 5px 0 10px;
|
15153
15338
|
}
|
15154
|
-
.a-
|
15339
|
+
.a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
|
15155
15340
|
width: 150px;
|
15156
15341
|
margin-right: 10px;
|
15157
15342
|
padding-left: 10px;
|
15158
15343
|
}
|
15159
|
-
.a-
|
15344
|
+
.a-TabsTransfer-tabs > .a-Tabs-content {
|
15160
15345
|
flex-grow: 1;
|
15346
|
+
min-height: 0;
|
15161
15347
|
position: relative;
|
15162
15348
|
padding: 5px 0 0;
|
15163
15349
|
}
|
15164
|
-
.a-
|
15350
|
+
.a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
|
15165
15351
|
position: relative;
|
15166
|
-
|
15352
|
+
height: 100%;
|
15167
15353
|
}
|
15168
|
-
.a-
|
15354
|
+
.a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
|
15169
15355
|
display: flex;
|
15170
15356
|
flex-direction: column;
|
15171
15357
|
}
|
15172
|
-
.a-
|
15358
|
+
.a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
|
15173
15359
|
flex-grow: 1;
|
15174
15360
|
max-height: 100%;
|
15175
15361
|
overflow: auto;
|
15176
15362
|
}
|
15177
15363
|
|
15178
|
-
.a-TabsTransfer .a-Transfer-title {
|
15179
|
-
height: 40px;
|
15180
|
-
}
|
15181
|
-
.a-TabsTransfer-placeholder {
|
15182
|
-
height: var(--Form-input-height);
|
15183
|
-
line-height: var(--Form-input-lineHeight);
|
15184
|
-
font-size: var(--Form-input-fontSize);
|
15185
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
15186
|
-
color: var(--text--muted-color);
|
15187
|
-
}
|
15188
|
-
|
15189
15364
|
.a-TransferControl {
|
15190
15365
|
position: relative;
|
15191
15366
|
}
|
@@ -15193,6 +15368,51 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15193
15368
|
display: inline-block;
|
15194
15369
|
}
|
15195
15370
|
|
15371
|
+
.a-TransferPicker-icon {
|
15372
|
+
transition: transform var(--animation-duration) ease-out;
|
15373
|
+
margin: 5px 5px 5px auto;
|
15374
|
+
display: flex;
|
15375
|
+
color: var(--Form-select-caret-iconColor);
|
15376
|
+
}
|
15377
|
+
.a-TransferPicker-icon:hover {
|
15378
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
15379
|
+
}
|
15380
|
+
.a-TransferPicker-icon > svg {
|
15381
|
+
width: 0.75rem;
|
15382
|
+
height: 0.75rem;
|
15383
|
+
top: 0;
|
15384
|
+
}
|
15385
|
+
|
15386
|
+
.a-TransferDropDown-icon {
|
15387
|
+
transition: transform var(--animation-duration) ease-out;
|
15388
|
+
margin: 5px 5px 5px auto;
|
15389
|
+
display: flex;
|
15390
|
+
color: var(--Form-select-caret-iconColor);
|
15391
|
+
}
|
15392
|
+
.a-TransferDropDown-icon:hover {
|
15393
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
15394
|
+
}
|
15395
|
+
.a-TransferDropDown-icon > svg {
|
15396
|
+
width: 0.625rem;
|
15397
|
+
height: 0.625rem;
|
15398
|
+
top: 0;
|
15399
|
+
}
|
15400
|
+
.a-TransferDropDown.is-active .a-TransferDropDown-icon {
|
15401
|
+
transform: rotate(180deg);
|
15402
|
+
}
|
15403
|
+
|
15404
|
+
.a-TransferDropDown-content {
|
15405
|
+
min-height: 12.5rem;
|
15406
|
+
display: flex;
|
15407
|
+
flex-direction: column;
|
15408
|
+
}
|
15409
|
+
.a-TransferDropDown-content > .a-Transfer-selection {
|
15410
|
+
flex-grow: 1;
|
15411
|
+
max-height: 100%;
|
15412
|
+
overflow: auto;
|
15413
|
+
position: relative;
|
15414
|
+
}
|
15415
|
+
|
15196
15416
|
.a-NestedSelectControl {
|
15197
15417
|
position: relative;
|
15198
15418
|
}
|
@@ -15797,18 +16017,18 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15797
16017
|
display: flex;
|
15798
16018
|
height: 25rem;
|
15799
16019
|
}
|
15800
|
-
.a-AnchorNav-link-wrap {
|
16020
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap {
|
15801
16021
|
margin: 0;
|
15802
16022
|
padding: 0;
|
15803
16023
|
width: var(--Tabs--vertical-width);
|
15804
16024
|
border-right: var(--AnchorNav-links-container-borderRight);
|
15805
16025
|
padding-bottom: 3.75rem;
|
15806
16026
|
}
|
15807
|
-
.a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
16027
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
15808
16028
|
position: relative;
|
15809
16029
|
display: block;
|
15810
16030
|
}
|
15811
|
-
.a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
16031
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
15812
16032
|
display: block;
|
15813
16033
|
border: var(--Tabs-borderWidth) solid transparent;
|
15814
16034
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -15821,14 +16041,60 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15821
16041
|
cursor: pointer;
|
15822
16042
|
margin: 0;
|
15823
16043
|
}
|
15824
|
-
.a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
16044
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
15825
16045
|
color: var(--primary);
|
15826
16046
|
}
|
15827
|
-
.a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
15828
|
-
.a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
16047
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
16048
|
+
.a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
15829
16049
|
color: var(--Tabs--vertical-onActive-color);
|
15830
16050
|
border-color: var(--Tabs--vertical-onActive-border);
|
15831
16051
|
}
|
16052
|
+
.a-AnchorNav--horizontal {
|
16053
|
+
flex-direction: column;
|
16054
|
+
}
|
16055
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
|
16056
|
+
user-select: none;
|
16057
|
+
margin: 0px;
|
16058
|
+
padding: 0px;
|
16059
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
16060
|
+
list-style: none;
|
16061
|
+
}
|
16062
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
16063
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
16064
|
+
display: inline-block;
|
16065
|
+
position: relative;
|
16066
|
+
}
|
16067
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
|
16068
|
+
font-size: var(--Tabs-linkFontSize);
|
16069
|
+
outline: 0;
|
16070
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
16071
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
16072
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
16073
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
16074
|
+
color: var(--Tabs-color);
|
16075
|
+
margin: var(--Tabs-linkMargin);
|
16076
|
+
padding: var(--Tabs-linkPadding);
|
16077
|
+
text-decoration: none;
|
16078
|
+
cursor: pointer;
|
16079
|
+
display: block;
|
16080
|
+
}
|
16081
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover, .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
|
16082
|
+
color: var(--primary);
|
16083
|
+
background: transparent;
|
16084
|
+
border-color: transparent;
|
16085
|
+
}
|
16086
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
|
16087
|
+
margin: 0;
|
16088
|
+
}
|
16089
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
|
16090
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
|
16091
|
+
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
|
16092
|
+
font-size: var(--Tabs-linkFontSize);
|
16093
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
16094
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
16095
|
+
color: var(--Tabs--line-onHover-color);
|
16096
|
+
background: transparent;
|
16097
|
+
}
|
15832
16098
|
.a-AnchorNav-section-wrap {
|
15833
16099
|
border: none;
|
15834
16100
|
flex-grow: 1;
|
@@ -16067,6 +16333,13 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16067
16333
|
color: var(--text--muted-color);
|
16068
16334
|
}
|
16069
16335
|
|
16336
|
+
.a-MappingField {
|
16337
|
+
margin-right: var(--gap-xs);
|
16338
|
+
}
|
16339
|
+
.a-MappingField:last-child {
|
16340
|
+
margin-right: 0;
|
16341
|
+
}
|
16342
|
+
|
16070
16343
|
/*
|
16071
16344
|
* utilities
|
16072
16345
|
*/
|