@cloudscape-design/components-themeable 3.0.1351 → 3.0.1353
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/internal/manifest.json +1 -1
- package/lib/internal/scss/alert/styles.scss +35 -19
- package/lib/internal/scss/badge/styles.scss +55 -35
- package/lib/internal/scss/button/styles.scss +96 -52
- package/lib/internal/scss/icon/hover-motion.scss +1191 -0
- package/lib/internal/scss/icon/styles.scss +3 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/style-api.scss +45 -0
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +95 -99
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/alert/internal.d.ts +6 -0
- package/lib/internal/template/alert/internal.d.ts.map +1 -1
- package/lib/internal/template/alert/internal.js +4 -4
- package/lib/internal/template/alert/internal.js.map +1 -1
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +147 -73
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +18 -22
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +20 -24
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
- package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +6 -10
- package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/drawer/styles.css.js +14 -14
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +22 -26
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +8 -12
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/resize/styles.css.js +5 -5
- package/lib/internal/template/app-layout/resize/styles.scoped.css +12 -16
- package/lib/internal/template/app-layout/resize/styles.selectors.js +5 -5
- package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
- package/lib/internal/template/app-layout/split-panel/styles.scoped.css +2 -6
- package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/styles.css.js +12 -12
- package/lib/internal/template/app-layout/styles.scoped.css +12 -16
- package/lib/internal/template/app-layout/styles.selectors.js +12 -12
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +6 -10
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -167
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +9 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +59 -63
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/styles.css.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/styles.scoped.css +1 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/styles.selectors.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -35
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +14 -18
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
- package/lib/internal/template/area-chart/styles.css.js +6 -6
- package/lib/internal/template/area-chart/styles.scoped.css +9 -13
- package/lib/internal/template/area-chart/styles.selectors.js +6 -6
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +25 -29
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/badge/index.d.ts.map +1 -1
- package/lib/internal/template/badge/index.js +2 -1
- package/lib/internal/template/badge/index.js.map +1 -1
- package/lib/internal/template/badge/styles.css.js +10 -10
- package/lib/internal/template/badge/styles.scoped.css +89 -56
- package/lib/internal/template/badge/styles.selectors.js +10 -10
- package/lib/internal/template/box/styles.css.js +220 -220
- package/lib/internal/template/box/styles.scoped.css +265 -269
- package/lib/internal/template/box/styles.selectors.js +220 -220
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +24 -28
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button/index.d.ts.map +1 -1
- package/lib/internal/template/button/index.js +1 -1
- package/lib/internal/template/button/index.js.map +1 -1
- package/lib/internal/template/button/internal.d.ts +5 -0
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +3 -2
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +23 -23
- package/lib/internal/template/button/styles.scoped.css +373 -304
- package/lib/internal/template/button/styles.selectors.js +23 -23
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +28 -32
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -38
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +5 -9
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-dropdown/styles.css.js +23 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +31 -35
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
- package/lib/internal/template/button-group/styles.css.js +4 -4
- package/lib/internal/template/button-group/styles.scoped.css +4 -8
- package/lib/internal/template/button-group/styles.selectors.js +4 -4
- package/lib/internal/template/calendar/styles.css.js +21 -21
- package/lib/internal/template/calendar/styles.scoped.css +43 -47
- package/lib/internal/template/calendar/styles.selectors.js +21 -21
- package/lib/internal/template/cards/styles.css.js +38 -38
- package/lib/internal/template/cards/styles.scoped.css +39 -43
- package/lib/internal/template/cards/styles.selectors.js +38 -38
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +5 -9
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/resizable-box/styles.css.js +4 -4
- package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +6 -10
- package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +4 -4
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +186 -190
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/collection-preferences/styles.css.js +38 -38
- package/lib/internal/template/collection-preferences/styles.scoped.css +39 -43
- package/lib/internal/template/collection-preferences/styles.selectors.js +38 -38
- package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
- package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -12
- package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +43 -47
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +33 -33
- package/lib/internal/template/container/styles.scoped.css +56 -60
- package/lib/internal/template/container/styles.selectors.js +33 -33
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +16 -20
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +9 -13
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +30 -30
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +55 -59
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +30 -30
- package/lib/internal/template/date-range-picker/relative-range/styles.css.js +6 -6
- package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +10 -14
- package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +6 -6
- package/lib/internal/template/date-range-picker/styles.css.js +23 -23
- package/lib/internal/template/date-range-picker/styles.scoped.css +32 -36
- package/lib/internal/template/date-range-picker/styles.selectors.js +23 -23
- package/lib/internal/template/divider/styles.css.js +6 -6
- package/lib/internal/template/divider/styles.scoped.css +6 -10
- package/lib/internal/template/divider/styles.selectors.js +6 -6
- package/lib/internal/template/drawer/styles.css.js +29 -29
- package/lib/internal/template/drawer/styles.scoped.css +35 -39
- package/lib/internal/template/drawer/styles.selectors.js +29 -29
- package/lib/internal/template/dropdown/styles.css.js +20 -20
- package/lib/internal/template/dropdown/styles.scoped.css +37 -41
- package/lib/internal/template/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/expandable-section/styles.css.js +43 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +88 -92
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
- package/lib/internal/template/file-dropzone/styles.css.js +3 -3
- package/lib/internal/template/file-dropzone/styles.scoped.css +3 -7
- package/lib/internal/template/file-dropzone/styles.selectors.js +3 -3
- package/lib/internal/template/file-input/styles.css.js +5 -5
- package/lib/internal/template/file-input/styles.scoped.css +8 -12
- package/lib/internal/template/file-input/styles.selectors.js +5 -5
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +33 -37
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +188 -152
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/form/styles.css.js +8 -8
- package/lib/internal/template/form/styles.scoped.css +8 -12
- package/lib/internal/template/form/styles.selectors.js +8 -8
- package/lib/internal/template/form-field/styles.css.js +24 -24
- package/lib/internal/template/form-field/styles.scoped.css +38 -42
- package/lib/internal/template/form-field/styles.selectors.js +24 -24
- package/lib/internal/template/grid/styles.css.js +53 -53
- package/lib/internal/template/grid/styles.scoped.css +54 -58
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/styles.css.js +35 -35
- package/lib/internal/template/header/styles.scoped.css +53 -57
- package/lib/internal/template/header/styles.selectors.js +35 -35
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +66 -70
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/hotspot/styles.css.js +7 -7
- package/lib/internal/template/hotspot/styles.scoped.css +7 -11
- package/lib/internal/template/hotspot/styles.selectors.js +7 -7
- package/lib/internal/template/icon/generated/icons.js +27 -18
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/icon/styles.css.js +41 -41
- package/lib/internal/template/icon/styles.scoped.css +97 -93
- package/lib/internal/template/icon/styles.selectors.js +41 -41
- package/lib/internal/template/input/styles.css.js +28 -28
- package/lib/internal/template/input/styles.scoped.css +68 -72
- package/lib/internal/template/input/styles.selectors.js +28 -28
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +20 -24
- package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -33
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +28 -28
- package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +32 -36
- package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +3 -7
- package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +14 -18
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +5 -9
- package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +4 -8
- package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-series-details/styles.css.js +19 -19
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +32 -36
- package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +19 -19
- package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +7 -11
- package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
- package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +9 -13
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +9 -13
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/drag-handle/styles.css.js +14 -14
- package/lib/internal/template/internal/components/drag-handle/styles.scoped.css +20 -24
- package/lib/internal/template/internal/components/drag-handle/styles.selectors.js +14 -14
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +48 -52
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
- package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +3 -7
- package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +2 -6
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/expand-toggle-button/styles.css.js +4 -4
- package/lib/internal/template/internal/components/expand-toggle-button/styles.scoped.css +13 -17
- package/lib/internal/template/internal/components/expand-toggle-button/styles.selectors.js +4 -4
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +13 -17
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +29 -33
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/options-list/styles.css.js +3 -3
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +3 -7
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/panel-resize-handle/styles.css.js +3 -3
- package/lib/internal/template/internal/components/panel-resize-handle/styles.scoped.css +7 -11
- package/lib/internal/template/internal/components/panel-resize-handle/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +12 -16
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
- package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +1 -5
- package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +49 -53
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- package/lib/internal/template/internal/components/sortable-area/styles.css.js +8 -8
- package/lib/internal/template/internal/components/sortable-area/styles.scoped.css +15 -19
- package/lib/internal/template/internal/components/sortable-area/styles.selectors.js +8 -8
- package/lib/internal/template/internal/components/structured-item/styles.css.js +7 -7
- package/lib/internal/template/internal/components/structured-item/styles.scoped.css +9 -13
- package/lib/internal/template/internal/components/structured-item/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +22 -26
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/item-card/styles.css.js +14 -14
- package/lib/internal/template/item-card/styles.scoped.css +50 -54
- package/lib/internal/template/item-card/styles.selectors.js +14 -14
- package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
- package/lib/internal/template/key-value-pairs/styles.scoped.css +9 -13
- package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +72 -76
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/list/styles.css.js +5 -5
- package/lib/internal/template/list/styles.scoped.css +7 -11
- package/lib/internal/template/list/styles.selectors.js +5 -5
- package/lib/internal/template/live-region/styles.css.js +2 -2
- package/lib/internal/template/live-region/styles.scoped.css +3 -7
- package/lib/internal/template/live-region/styles.selectors.js +2 -2
- package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
- package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +17 -21
- package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +46 -50
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/multiselect/styles.css.js +5 -5
- package/lib/internal/template/multiselect/styles.scoped.css +5 -9
- package/lib/internal/template/multiselect/styles.selectors.js +5 -5
- package/lib/internal/template/pagination/styles.css.js +12 -12
- package/lib/internal/template/pagination/styles.scoped.css +30 -34
- package/lib/internal/template/pagination/styles.selectors.js +12 -12
- package/lib/internal/template/panel-layout/styles.css.js +7 -7
- package/lib/internal/template/panel-layout/styles.scoped.css +10 -14
- package/lib/internal/template/panel-layout/styles.selectors.js +7 -7
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +48 -52
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/popover/styles.css.js +58 -58
- package/lib/internal/template/popover/styles.scoped.css +90 -94
- package/lib/internal/template/popover/styles.selectors.js +58 -58
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +30 -34
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +53 -57
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +43 -47
- package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +39 -39
- package/lib/internal/template/property-filter/styles.scoped.css +41 -45
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/radio-button/styles.css.js +1 -1
- package/lib/internal/template/radio-button/styles.scoped.css +1 -5
- package/lib/internal/template/radio-button/styles.selectors.js +1 -1
- package/lib/internal/template/radio-group/styles.css.js +5 -5
- package/lib/internal/template/radio-group/styles.scoped.css +6 -10
- package/lib/internal/template/radio-group/styles.selectors.js +5 -5
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.css.js +3 -3
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.scoped.css +3 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/styles.selectors.js +3 -3
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +32 -36
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/select/parts/styles.css.js +21 -21
- package/lib/internal/template/select/parts/styles.scoped.css +22 -26
- package/lib/internal/template/select/parts/styles.selectors.js +21 -21
- package/lib/internal/template/select/styles.css.js +3 -3
- package/lib/internal/template/select/styles.scoped.css +3 -7
- package/lib/internal/template/select/styles.selectors.js +3 -3
- package/lib/internal/template/side-navigation/styles.css.js +64 -64
- package/lib/internal/template/side-navigation/styles.scoped.css +110 -114
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
- package/lib/internal/template/skeleton/styles.css.js +15 -15
- package/lib/internal/template/skeleton/styles.scoped.css +25 -29
- package/lib/internal/template/skeleton/styles.selectors.js +15 -15
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +76 -80
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/space-between/styles.css.js +23 -23
- package/lib/internal/template/space-between/styles.scoped.css +24 -28
- package/lib/internal/template/space-between/styles.selectors.js +23 -23
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +19 -23
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/split-panel/icons/styles.css.js +22 -22
- package/lib/internal/template/split-panel/icons/styles.scoped.css +24 -28
- package/lib/internal/template/split-panel/icons/styles.selectors.js +22 -22
- package/lib/internal/template/split-panel/styles.css.js +38 -38
- package/lib/internal/template/split-panel/styles.scoped.css +56 -60
- package/lib/internal/template/split-panel/styles.selectors.js +38 -38
- package/lib/internal/template/status-indicator/styles.css.js +25 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +47 -51
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
- package/lib/internal/template/steps/styles.css.js +17 -17
- package/lib/internal/template/steps/styles.scoped.css +34 -38
- package/lib/internal/template/steps/styles.selectors.js +17 -17
- package/lib/internal/template/table/body-cell/styles.css.js +48 -48
- package/lib/internal/template/table/body-cell/styles.scoped.css +375 -379
- package/lib/internal/template/table/body-cell/styles.selectors.js +48 -48
- package/lib/internal/template/table/column-groups/utils.d.ts +1 -0
- package/lib/internal/template/table/column-groups/utils.d.ts.map +1 -1
- package/lib/internal/template/table/column-groups/utils.js +13 -11
- package/lib/internal/template/table/column-groups/utils.js.map +1 -1
- package/lib/internal/template/table/header-cell/styles.css.js +38 -38
- package/lib/internal/template/table/header-cell/styles.scoped.css +108 -80
- package/lib/internal/template/table/header-cell/styles.selectors.js +38 -38
- package/lib/internal/template/table/resizer/styles.css.js +17 -17
- package/lib/internal/template/table/resizer/styles.scoped.css +27 -31
- package/lib/internal/template/table/resizer/styles.selectors.js +17 -17
- package/lib/internal/template/table/selection/styles.css.js +4 -4
- package/lib/internal/template/table/selection/styles.scoped.css +4 -8
- package/lib/internal/template/table/selection/styles.selectors.js +4 -4
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +8 -12
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/table/styles.css.js +37 -37
- package/lib/internal/template/table/styles.scoped.css +44 -48
- package/lib/internal/template/table/styles.selectors.js +37 -37
- package/lib/internal/template/table/thead.js +6 -6
- package/lib/internal/template/table/thead.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +50 -54
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +10 -14
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +60 -64
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/text-filter/styles.css.js +3 -3
- package/lib/internal/template/text-filter/styles.scoped.css +3 -7
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +9 -9
- package/lib/internal/template/textarea/styles.scoped.css +17 -21
- package/lib/internal/template/textarea/styles.selectors.js +9 -9
- package/lib/internal/template/tiles/styles.css.js +30 -30
- package/lib/internal/template/tiles/styles.scoped.css +72 -76
- package/lib/internal/template/tiles/styles.selectors.js +30 -30
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +17 -21
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +26 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/token-group/styles.css.js +5 -5
- package/lib/internal/template/token-group/styles.scoped.css +4 -8
- package/lib/internal/template/token-group/styles.selectors.js +5 -5
- package/lib/internal/template/tooltip/styles.css.js +2 -2
- package/lib/internal/template/tooltip/styles.scoped.css +5 -9
- package/lib/internal/template/tooltip/styles.selectors.js +2 -2
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +65 -69
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tree-view/styles.css.js +2 -2
- package/lib/internal/template/tree-view/styles.scoped.css +2 -6
- package/lib/internal/template/tree-view/styles.selectors.js +2 -2
- package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +13 -17
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
- package/lib/internal/template/truncated-text/styles.css.js +1 -1
- package/lib/internal/template/truncated-text/styles.scoped.css +5 -9
- package/lib/internal/template/truncated-text/styles.selectors.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +21 -25
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +27 -31
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
- package/lib/internal/template/tutorial-panel/styles.scoped.css +5 -9
- package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +60 -64
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/package.json +1 -1
|
@@ -136,10 +136,6 @@
|
|
|
136
136
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
137
137
|
SPDX-License-Identifier: Apache-2.0
|
|
138
138
|
*/
|
|
139
|
-
/*
|
|
140
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
141
|
-
SPDX-License-Identifier: Apache-2.0
|
|
142
|
-
*/
|
|
143
139
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
140
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
141
|
/*
|
|
@@ -155,87 +151,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
151
|
SPDX-License-Identifier: Apache-2.0
|
|
156
152
|
*/
|
|
157
153
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
158
|
-
.awsui_code-editor-
|
|
154
|
+
.awsui_code-editor-refresh_1gl9c_195ah_154 .ace_editor .ace_gutter:not(#\9) {
|
|
159
155
|
border-start-start-radius: calc(var(--border-radius-code-editor-blfdm5, 0px) - var(--border-item-width-pyfg4s, 1px));
|
|
160
156
|
}
|
|
161
|
-
.awsui_code-editor-
|
|
157
|
+
.awsui_code-editor-refresh_1gl9c_195ah_154 .ace_editor .ace_scroller:not(#\9) {
|
|
162
158
|
border-start-end-radius: calc(var(--border-radius-code-editor-blfdm5, 0px) - var(--border-item-width-pyfg4s, 1px));
|
|
163
159
|
}
|
|
164
160
|
|
|
165
|
-
.awsui_code-
|
|
161
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor:not(#\9) {
|
|
166
162
|
font-family: var(--font-family-monospace-842lr2, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
167
163
|
font-size: 14px;
|
|
168
164
|
line-height: 20px;
|
|
169
165
|
}
|
|
170
|
-
.awsui_code-
|
|
171
|
-
.awsui_code-
|
|
166
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
167
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
172
168
|
cursor: pointer;
|
|
173
169
|
background-repeat: no-repeat;
|
|
174
170
|
background-size: 16px 16px;
|
|
175
171
|
background-position: 4px 2px;
|
|
176
172
|
}
|
|
177
|
-
.awsui_code-
|
|
173
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
178
174
|
background-image: none;
|
|
179
175
|
}
|
|
180
|
-
.awsui_code-
|
|
176
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
177
|
color: var(--color-text-status-error-ri38gt, #d13212);
|
|
182
178
|
}
|
|
183
179
|
@supports (--css-variable-support-check: #000) {
|
|
184
|
-
body .awsui_code-
|
|
180
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
185
181
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d13212' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
186
182
|
}
|
|
187
183
|
@media not print {
|
|
188
|
-
.awsui_code-
|
|
184
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
189
185
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
190
186
|
}
|
|
191
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
187
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
192
188
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
193
189
|
}
|
|
194
190
|
}
|
|
195
191
|
}
|
|
196
192
|
@supports (--css-variable-support-check: #000) {
|
|
197
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
193
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error {
|
|
198
194
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23db0000' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
199
195
|
}
|
|
200
196
|
@media not print {
|
|
201
|
-
.awsui_code-
|
|
197
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
202
198
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
203
199
|
}
|
|
204
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
200
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_error {
|
|
205
201
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff7a7a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
206
202
|
}
|
|
207
203
|
}
|
|
208
204
|
}
|
|
209
205
|
@supports (--css-variable-support-check: #000) {
|
|
210
|
-
body .awsui_code-
|
|
206
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
211
207
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23906806' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
212
208
|
}
|
|
213
209
|
@media not print {
|
|
214
|
-
.awsui_code-
|
|
210
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
215
211
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
216
212
|
}
|
|
217
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
213
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
218
214
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbd332' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
219
215
|
}
|
|
220
216
|
}
|
|
221
217
|
}
|
|
222
218
|
@supports (--css-variable-support-check: #000) {
|
|
223
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
219
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning {
|
|
224
220
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23855900' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
225
221
|
}
|
|
226
222
|
@media not print {
|
|
227
|
-
.awsui_code-
|
|
223
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
228
224
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
229
225
|
}
|
|
230
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
226
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell.ace_warning {
|
|
231
227
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbd332' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
232
228
|
}
|
|
233
229
|
}
|
|
234
230
|
}
|
|
235
|
-
.awsui_code-
|
|
231
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
236
232
|
padding-inline: 24px 16px;
|
|
237
233
|
}
|
|
238
|
-
.awsui_code-
|
|
234
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget:not(#\9) {
|
|
239
235
|
/* A good test case for disabled folds
|
|
240
236
|
<<html<<<<
|
|
241
237
|
</html>
|
|
@@ -246,24 +242,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
246
242
|
border-block: none;
|
|
247
243
|
border-inline: none;
|
|
248
244
|
}
|
|
249
|
-
.awsui_code-
|
|
245
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
250
246
|
margin-inline-start: -21px;
|
|
251
247
|
}
|
|
252
|
-
.awsui_code-
|
|
253
|
-
.awsui_code-
|
|
248
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget:not(#\9),
|
|
249
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
254
250
|
box-shadow: none;
|
|
255
251
|
}
|
|
256
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
257
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
252
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
253
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
258
254
|
position: relative;
|
|
259
255
|
}
|
|
260
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
261
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
256
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
257
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
262
258
|
outline: 2px dotted transparent;
|
|
263
259
|
outline-offset: calc(-1px - 1px);
|
|
264
260
|
}
|
|
265
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
266
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
261
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
262
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
267
263
|
content: " ";
|
|
268
264
|
display: block;
|
|
269
265
|
position: absolute;
|
|
@@ -277,143 +273,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
277
273
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
278
274
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
279
275
|
}
|
|
280
|
-
.awsui_code-
|
|
276
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
281
277
|
background: transparent;
|
|
282
278
|
box-sizing: border-box;
|
|
283
279
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-uymo6h, #d5dbdb);
|
|
284
280
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-uymo6h, #d5dbdb);
|
|
285
281
|
}
|
|
286
|
-
.awsui_code-
|
|
282
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
287
283
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-4zt45r, #687078);
|
|
288
284
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-4zt45r, #687078);
|
|
289
285
|
}
|
|
290
|
-
.awsui_code-
|
|
286
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter:not(#\9) {
|
|
291
287
|
background-color: var(--color-background-code-editor-gutter-default-8n8dxf, #f2f3f3);
|
|
292
288
|
color: var(--color-text-code-editor-gutter-default-u68cfj, #16191f);
|
|
293
289
|
}
|
|
294
|
-
.awsui_code-
|
|
295
|
-
.awsui_code-
|
|
290
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter:not(#\9):focus,
|
|
291
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_scroller:not(#\9):focus {
|
|
296
292
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
297
293
|
}
|
|
298
294
|
@supports (--css-variable-support-check: #000) {
|
|
299
|
-
body .awsui_code-
|
|
295
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
300
296
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
301
297
|
}
|
|
302
298
|
@media not print {
|
|
303
|
-
.awsui_code-
|
|
299
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
304
300
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
305
301
|
}
|
|
306
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
302
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
307
303
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
308
304
|
}
|
|
309
305
|
}
|
|
310
306
|
}
|
|
311
307
|
@supports (--css-variable-support-check: #000) {
|
|
312
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
308
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open {
|
|
313
309
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
314
310
|
}
|
|
315
311
|
@media not print {
|
|
316
|
-
.awsui_code-
|
|
312
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
317
313
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
318
314
|
}
|
|
319
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
315
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open {
|
|
320
316
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
321
317
|
}
|
|
322
318
|
}
|
|
323
319
|
}
|
|
324
320
|
@supports (--css-variable-support-check: #000) {
|
|
325
|
-
body .awsui_code-
|
|
321
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
326
322
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
327
323
|
}
|
|
328
324
|
@media not print {
|
|
329
|
-
.awsui_code-
|
|
325
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
330
326
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
331
327
|
}
|
|
332
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
328
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
333
329
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
334
330
|
}
|
|
335
331
|
}
|
|
336
332
|
}
|
|
337
333
|
@supports (--css-variable-support-check: #000) {
|
|
338
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
334
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:hover {
|
|
339
335
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
340
336
|
}
|
|
341
337
|
@media not print {
|
|
342
|
-
.awsui_code-
|
|
338
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
343
339
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
344
340
|
}
|
|
345
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
341
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_open:hover {
|
|
346
342
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
347
343
|
}
|
|
348
344
|
}
|
|
349
345
|
}
|
|
350
346
|
@supports (--css-variable-support-check: #000) {
|
|
351
|
-
body .awsui_code-
|
|
347
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
352
348
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
353
349
|
}
|
|
354
350
|
@media not print {
|
|
355
|
-
.awsui_code-
|
|
351
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
356
352
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
357
353
|
}
|
|
358
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
354
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
359
355
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
360
356
|
}
|
|
361
357
|
}
|
|
362
358
|
}
|
|
363
359
|
@supports (--css-variable-support-check: #000) {
|
|
364
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
360
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed {
|
|
365
361
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
366
362
|
}
|
|
367
363
|
@media not print {
|
|
368
|
-
.awsui_code-
|
|
364
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
369
365
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
370
366
|
}
|
|
371
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
367
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed {
|
|
372
368
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
373
369
|
}
|
|
374
370
|
}
|
|
375
371
|
}
|
|
376
372
|
@supports (--css-variable-support-check: #000) {
|
|
377
|
-
body .awsui_code-
|
|
373
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
378
374
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
379
375
|
}
|
|
380
376
|
@media not print {
|
|
381
|
-
.awsui_code-
|
|
377
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
382
378
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
383
379
|
}
|
|
384
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
380
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
385
381
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
386
382
|
}
|
|
387
383
|
}
|
|
388
384
|
}
|
|
389
385
|
@supports (--css-variable-support-check: #000) {
|
|
390
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
386
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:hover {
|
|
391
387
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
392
388
|
}
|
|
393
389
|
@media not print {
|
|
394
|
-
.awsui_code-
|
|
390
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
395
391
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
396
392
|
}
|
|
397
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
393
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_fold-widget.ace_closed:hover {
|
|
398
394
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
399
395
|
}
|
|
400
396
|
}
|
|
401
397
|
}
|
|
402
|
-
.awsui_code-
|
|
398
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
403
399
|
background-color: var(--color-background-code-editor-gutter-active-line-default-vdlqwm, #687078);
|
|
404
400
|
color: var(--color-text-code-editor-gutter-active-line-lujzbm, #ffffff);
|
|
405
401
|
}
|
|
406
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
407
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
402
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
403
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
408
404
|
position: relative;
|
|
409
405
|
}
|
|
410
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
411
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
406
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
407
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
412
408
|
outline: 2px dotted transparent;
|
|
413
409
|
outline-offset: calc(-2px - 1px);
|
|
414
410
|
}
|
|
415
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
416
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
411
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
412
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
417
413
|
content: " ";
|
|
418
414
|
display: block;
|
|
419
415
|
position: absolute;
|
|
@@ -428,265 +424,265 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
428
424
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-lujzbm, #ffffff);
|
|
429
425
|
}
|
|
430
426
|
@supports (--css-variable-support-check: #000) {
|
|
431
|
-
body .awsui_code-
|
|
427
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
432
428
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
433
429
|
}
|
|
434
430
|
@media not print {
|
|
435
|
-
.awsui_code-
|
|
431
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
436
432
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
437
433
|
}
|
|
438
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
434
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
439
435
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
440
436
|
}
|
|
441
437
|
}
|
|
442
438
|
}
|
|
443
439
|
@supports (--css-variable-support-check: #000) {
|
|
444
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
440
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open {
|
|
445
441
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
446
442
|
}
|
|
447
443
|
@media not print {
|
|
448
|
-
.awsui_code-
|
|
444
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
449
445
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
450
446
|
}
|
|
451
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
447
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open {
|
|
452
448
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
453
449
|
}
|
|
454
450
|
}
|
|
455
451
|
}
|
|
456
452
|
@supports (--css-variable-support-check: #000) {
|
|
457
|
-
body .awsui_code-
|
|
453
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
458
454
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
459
455
|
}
|
|
460
456
|
@media not print {
|
|
461
|
-
.awsui_code-
|
|
457
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
462
458
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
463
459
|
}
|
|
464
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
460
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
465
461
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
466
462
|
}
|
|
467
463
|
}
|
|
468
464
|
}
|
|
469
465
|
@supports (--css-variable-support-check: #000) {
|
|
470
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
466
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:hover {
|
|
471
467
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
472
468
|
}
|
|
473
469
|
@media not print {
|
|
474
|
-
.awsui_code-
|
|
470
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
475
471
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
476
472
|
}
|
|
477
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
473
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:hover {
|
|
478
474
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
479
475
|
}
|
|
480
476
|
}
|
|
481
477
|
}
|
|
482
478
|
@supports (--css-variable-support-check: #000) {
|
|
483
|
-
body .awsui_code-
|
|
479
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
484
480
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
485
481
|
}
|
|
486
482
|
@media not print {
|
|
487
|
-
.awsui_code-
|
|
483
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
488
484
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
489
485
|
}
|
|
490
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
486
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
491
487
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
492
488
|
}
|
|
493
489
|
}
|
|
494
490
|
}
|
|
495
491
|
@supports (--css-variable-support-check: #000) {
|
|
496
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
492
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed {
|
|
497
493
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
498
494
|
}
|
|
499
495
|
@media not print {
|
|
500
|
-
.awsui_code-
|
|
496
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
501
497
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
502
498
|
}
|
|
503
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
499
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed {
|
|
504
500
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
505
501
|
}
|
|
506
502
|
}
|
|
507
503
|
}
|
|
508
504
|
@supports (--css-variable-support-check: #000) {
|
|
509
|
-
body .awsui_code-
|
|
505
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
510
506
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
511
507
|
}
|
|
512
508
|
@media not print {
|
|
513
|
-
.awsui_code-
|
|
509
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
514
510
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
515
511
|
}
|
|
516
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
512
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
517
513
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
518
514
|
}
|
|
519
515
|
}
|
|
520
516
|
}
|
|
521
517
|
@supports (--css-variable-support-check: #000) {
|
|
522
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
518
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:hover {
|
|
523
519
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
524
520
|
}
|
|
525
521
|
@media not print {
|
|
526
|
-
.awsui_code-
|
|
522
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
527
523
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
528
524
|
}
|
|
529
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
525
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:hover {
|
|
530
526
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
531
527
|
}
|
|
532
528
|
}
|
|
533
529
|
}
|
|
534
|
-
.awsui_code-
|
|
530
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
535
531
|
color: var(--color-text-code-editor-gutter-active-line-lujzbm, #ffffff);
|
|
536
532
|
background-color: var(--color-background-code-editor-gutter-active-line-error-8a9lhc, #d13212);
|
|
537
533
|
}
|
|
538
534
|
@supports (--css-variable-support-check: #000) {
|
|
539
|
-
body .awsui_code-
|
|
535
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
540
536
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
541
537
|
}
|
|
542
538
|
@media not print {
|
|
543
|
-
.awsui_code-
|
|
539
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
544
540
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
545
541
|
}
|
|
546
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
542
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
547
543
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
548
544
|
}
|
|
549
545
|
}
|
|
550
546
|
}
|
|
551
547
|
@supports (--css-variable-support-check: #000) {
|
|
552
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
548
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error {
|
|
553
549
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
554
550
|
}
|
|
555
551
|
@media not print {
|
|
556
|
-
.awsui_code-
|
|
552
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
557
553
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
558
554
|
}
|
|
559
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
555
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error {
|
|
560
556
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
561
557
|
}
|
|
562
558
|
}
|
|
563
559
|
}
|
|
564
560
|
@supports (--css-variable-support-check: #000) {
|
|
565
|
-
body .awsui_code-
|
|
561
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
566
562
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
567
563
|
}
|
|
568
564
|
@media not print {
|
|
569
|
-
.awsui_code-
|
|
565
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
570
566
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
571
567
|
}
|
|
572
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
568
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
573
569
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
574
570
|
}
|
|
575
571
|
}
|
|
576
572
|
}
|
|
577
573
|
@supports (--css-variable-support-check: #000) {
|
|
578
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
574
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning {
|
|
579
575
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
580
576
|
}
|
|
581
577
|
@media not print {
|
|
582
|
-
.awsui_code-
|
|
578
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
583
579
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
584
580
|
}
|
|
585
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
581
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning {
|
|
586
582
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
587
583
|
}
|
|
588
584
|
}
|
|
589
585
|
}
|
|
590
586
|
@supports (--css-variable-support-check: #000) {
|
|
591
|
-
body .awsui_code-
|
|
587
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
592
588
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
593
589
|
}
|
|
594
590
|
@media not print {
|
|
595
|
-
.awsui_code-
|
|
591
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
596
592
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
597
593
|
}
|
|
598
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
594
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
599
595
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
600
596
|
}
|
|
601
597
|
}
|
|
602
598
|
}
|
|
603
599
|
@supports (--css-variable-support-check: #000) {
|
|
604
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
600
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open {
|
|
605
601
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
606
602
|
}
|
|
607
603
|
@media not print {
|
|
608
|
-
.awsui_code-
|
|
604
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
609
605
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
610
606
|
}
|
|
611
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
607
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open {
|
|
612
608
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
613
609
|
}
|
|
614
610
|
}
|
|
615
611
|
}
|
|
616
612
|
@supports (--css-variable-support-check: #000) {
|
|
617
|
-
body .awsui_code-
|
|
613
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
618
614
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
619
615
|
}
|
|
620
616
|
@media not print {
|
|
621
|
-
.awsui_code-
|
|
617
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
622
618
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
623
619
|
}
|
|
624
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
620
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
625
621
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
626
622
|
}
|
|
627
623
|
}
|
|
628
624
|
}
|
|
629
625
|
@supports (--css-variable-support-check: #000) {
|
|
630
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
626
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:hover {
|
|
631
627
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
632
628
|
}
|
|
633
629
|
@media not print {
|
|
634
|
-
.awsui_code-
|
|
630
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
635
631
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
636
632
|
}
|
|
637
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
633
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:hover {
|
|
638
634
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
639
635
|
}
|
|
640
636
|
}
|
|
641
637
|
}
|
|
642
638
|
@supports (--css-variable-support-check: #000) {
|
|
643
|
-
body .awsui_code-
|
|
639
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
644
640
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
645
641
|
}
|
|
646
642
|
@media not print {
|
|
647
|
-
.awsui_code-
|
|
643
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
648
644
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
649
645
|
}
|
|
650
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
646
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
651
647
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
652
648
|
}
|
|
653
649
|
}
|
|
654
650
|
}
|
|
655
651
|
@supports (--css-variable-support-check: #000) {
|
|
656
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
652
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed {
|
|
657
653
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
658
654
|
}
|
|
659
655
|
@media not print {
|
|
660
|
-
.awsui_code-
|
|
656
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
661
657
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
662
658
|
}
|
|
663
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
659
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed {
|
|
664
660
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
665
661
|
}
|
|
666
662
|
}
|
|
667
663
|
}
|
|
668
664
|
@supports (--css-variable-support-check: #000) {
|
|
669
|
-
body .awsui_code-
|
|
665
|
+
body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
670
666
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
671
667
|
}
|
|
672
668
|
@media not print {
|
|
673
|
-
.awsui_code-
|
|
669
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
674
670
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
675
671
|
}
|
|
676
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
672
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
677
673
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
678
674
|
}
|
|
679
675
|
}
|
|
680
676
|
}
|
|
681
677
|
@supports (--css-variable-support-check: #000) {
|
|
682
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-
|
|
678
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme) .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:hover {
|
|
683
679
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
684
680
|
}
|
|
685
681
|
@media not print {
|
|
686
|
-
.awsui_code-
|
|
682
|
+
.awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
687
683
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
688
684
|
}
|
|
689
|
-
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-
|
|
685
|
+
.awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-polaris-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:hover, .awsui-visual-refresh:not(#\9):not(.awsui-one-theme).awsui-dark-mode .awsui_code-editor_1gl9c_195ah_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:hover {
|
|
690
686
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
691
687
|
}
|
|
692
688
|
}
|
|
@@ -701,7 +697,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
701
697
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
702
698
|
SPDX-License-Identifier: Apache-2.0
|
|
703
699
|
*/
|
|
704
|
-
.
|
|
700
|
+
.awsui_pane_1gl9c_195ah_700:not(#\9) {
|
|
705
701
|
display: flex;
|
|
706
702
|
position: relative;
|
|
707
703
|
flex-direction: row;
|
|
@@ -712,79 +708,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
712
708
|
background: var(--color-background-code-editor-status-bar-jisb5k, #f2f3f3);
|
|
713
709
|
color: var(--color-text-body-default-b2us04, #16191f);
|
|
714
710
|
}
|
|
715
|
-
.awsui_pane__close-
|
|
711
|
+
.awsui_pane__close-container_1gl9c_195ah_711:not(#\9) {
|
|
716
712
|
position: absolute;
|
|
717
713
|
inset-block-start: 0;
|
|
718
714
|
inset-inline-end: calc(var(--space-s-kll7oj, 12px) / 2);
|
|
719
715
|
}
|
|
720
|
-
.
|
|
716
|
+
.awsui_pane__list_1gl9c_195ah_716:not(#\9) {
|
|
721
717
|
flex: 1;
|
|
722
718
|
overflow: auto;
|
|
723
719
|
max-block-size: 100%;
|
|
724
720
|
box-sizing: border-box;
|
|
725
721
|
margin-inline-end: calc(var(--line-height-body-m-5xw6xo, 22px) + 2 * var(--space-xs-m9b7jf, 8px));
|
|
726
722
|
}
|
|
727
|
-
.
|
|
723
|
+
.awsui_pane__table_1gl9c_195ah_723:not(#\9) {
|
|
728
724
|
inline-size: 100%;
|
|
729
725
|
border-spacing: 0;
|
|
730
726
|
margin-block: var(--space-s-kll7oj, 12px);
|
|
731
727
|
margin-inline: 0;
|
|
732
728
|
}
|
|
733
|
-
.
|
|
729
|
+
.awsui_pane__item_1gl9c_195ah_729 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9) {
|
|
734
730
|
border-block-start: var(--border-item-width-pyfg4s, 1px) solid var(--color-transparent-p90zgt, transparent);
|
|
735
731
|
border-block-end: var(--border-item-width-pyfg4s, 1px) solid var(--color-transparent-p90zgt, transparent);
|
|
736
732
|
}
|
|
737
|
-
.
|
|
733
|
+
.awsui_pane__item_1gl9c_195ah_729 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9):first-child {
|
|
738
734
|
border-inline-start: var(--border-item-width-pyfg4s, 1px) solid var(--color-transparent-p90zgt, transparent);
|
|
739
735
|
border-start-start-radius: var(--border-radius-item-mitz8h, 0px);
|
|
740
736
|
border-end-start-radius: var(--border-radius-item-mitz8h, 0px);
|
|
741
737
|
}
|
|
742
|
-
.
|
|
738
|
+
.awsui_pane__item_1gl9c_195ah_729 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9):last-child {
|
|
743
739
|
border-inline-end: var(--border-item-width-pyfg4s, 1px) solid var(--color-transparent-p90zgt, transparent);
|
|
744
740
|
border-start-end-radius: var(--border-radius-item-mitz8h, 0px);
|
|
745
741
|
border-end-end-radius: var(--border-radius-item-mitz8h, 0px);
|
|
746
742
|
}
|
|
747
|
-
.awsui_pane__item--
|
|
743
|
+
.awsui_pane__item--highlighted_1gl9c_195ah_743:not(#\9), .awsui_pane__item_1gl9c_195ah_729:not(#\9):hover, .awsui_pane__item_1gl9c_195ah_729:not(#\9):focus {
|
|
748
744
|
cursor: pointer;
|
|
749
745
|
outline: none;
|
|
750
746
|
}
|
|
751
|
-
.awsui_pane__item--
|
|
747
|
+
.awsui_pane__item--highlighted_1gl9c_195ah_743 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9), .awsui_pane__item_1gl9c_195ah_729:not(#\9):hover > .awsui_pane__cell_1gl9c_195ah_729, .awsui_pane__item_1gl9c_195ah_729:not(#\9):focus > .awsui_pane__cell_1gl9c_195ah_729 {
|
|
752
748
|
background-color: var(--color-background-code-editor-pane-item-hover-umtijd, #eaeded);
|
|
753
749
|
}
|
|
754
|
-
.awsui_pane__item--
|
|
750
|
+
.awsui_pane__item--highlighted_1gl9c_195ah_743 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9), .awsui_pane__item_1gl9c_195ah_729:not(#\9):hover > .awsui_pane__cell_1gl9c_195ah_729, .awsui_pane__item_1gl9c_195ah_729:not(#\9):focus > .awsui_pane__cell_1gl9c_195ah_729 {
|
|
755
751
|
border-block-start: var(--border-item-width-pyfg4s, 1px) solid var(--color-border-code-editor-pane-item-hover-gu61eq, #687078);
|
|
756
752
|
border-block-end: var(--border-item-width-pyfg4s, 1px) solid var(--color-border-code-editor-pane-item-hover-gu61eq, #687078);
|
|
757
753
|
}
|
|
758
|
-
.awsui_pane__item--
|
|
754
|
+
.awsui_pane__item--highlighted_1gl9c_195ah_743 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9):first-child, .awsui_pane__item_1gl9c_195ah_729:not(#\9):hover > .awsui_pane__cell_1gl9c_195ah_729:first-child, .awsui_pane__item_1gl9c_195ah_729:not(#\9):focus > .awsui_pane__cell_1gl9c_195ah_729:first-child {
|
|
759
755
|
border-inline-start: var(--border-item-width-pyfg4s, 1px) solid var(--color-border-code-editor-pane-item-hover-gu61eq, #687078);
|
|
760
756
|
border-start-start-radius: var(--border-radius-item-mitz8h, 0px);
|
|
761
757
|
border-end-start-radius: var(--border-radius-item-mitz8h, 0px);
|
|
762
758
|
}
|
|
763
|
-
.awsui_pane__item--
|
|
759
|
+
.awsui_pane__item--highlighted_1gl9c_195ah_743 > .awsui_pane__cell_1gl9c_195ah_729:not(#\9):last-child, .awsui_pane__item_1gl9c_195ah_729:not(#\9):hover > .awsui_pane__cell_1gl9c_195ah_729:last-child, .awsui_pane__item_1gl9c_195ah_729:not(#\9):focus > .awsui_pane__cell_1gl9c_195ah_729:last-child {
|
|
764
760
|
border-inline-end: var(--border-item-width-pyfg4s, 1px) solid var(--color-border-code-editor-pane-item-hover-gu61eq, #687078);
|
|
765
761
|
border-start-end-radius: var(--border-radius-item-mitz8h, 0px);
|
|
766
762
|
border-end-end-radius: var(--border-radius-item-mitz8h, 0px);
|
|
767
763
|
}
|
|
768
|
-
.
|
|
764
|
+
.awsui_pane__location_1gl9c_195ah_764:not(#\9), .awsui_pane__description_1gl9c_195ah_764:not(#\9) {
|
|
769
765
|
padding-block: var(--space-xxs-3o1yoq, 4px);
|
|
770
766
|
padding-inline: var(--space-s-kll7oj, 12px);
|
|
771
767
|
}
|
|
772
|
-
.
|
|
768
|
+
.awsui_pane__location_1gl9c_195ah_764:not(#\9) {
|
|
773
769
|
vertical-align: baseline;
|
|
774
770
|
white-space: nowrap;
|
|
775
771
|
padding-inline-start: calc(var(--space-l-dpyxli, 20px) + var(--space-s-kll7oj, 12px));
|
|
776
772
|
}
|
|
777
|
-
.
|
|
773
|
+
.awsui_pane__description_1gl9c_195ah_764:not(#\9) {
|
|
778
774
|
padding-inline-end: 0;
|
|
779
775
|
min-inline-size: 0;
|
|
780
776
|
word-break: break-word;
|
|
781
777
|
}
|
|
782
778
|
|
|
783
|
-
.awsui_focus-
|
|
779
|
+
.awsui_focus-lock_1gl9c_195ah_779:not(#\9) {
|
|
784
780
|
block-size: 100%;
|
|
785
781
|
}
|
|
786
782
|
|
|
787
|
-
.awsui_code-
|
|
783
|
+
.awsui_code-editor_1gl9c_195ah_154:not(#\9) {
|
|
788
784
|
border-collapse: separate;
|
|
789
785
|
border-spacing: 0;
|
|
790
786
|
box-sizing: border-box;
|
|
@@ -824,18 +820,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
824
820
|
inline-size: 100%;
|
|
825
821
|
}
|
|
826
822
|
|
|
827
|
-
.
|
|
823
|
+
.awsui_editor_1gl9c_195ah_823:not(#\9) {
|
|
828
824
|
position: absolute;
|
|
829
825
|
inset: 0;
|
|
830
826
|
}
|
|
831
|
-
.
|
|
827
|
+
.awsui_editor_1gl9c_195ah_823:not(#\9):focus {
|
|
832
828
|
position: relative;
|
|
833
829
|
}
|
|
834
|
-
.
|
|
830
|
+
.awsui_editor_1gl9c_195ah_823:not(#\9):focus {
|
|
835
831
|
outline: 2px dotted transparent;
|
|
836
832
|
outline-offset: calc(3px - 1px);
|
|
837
833
|
}
|
|
838
|
-
.
|
|
834
|
+
.awsui_editor_1gl9c_195ah_823:not(#\9):focus::before {
|
|
839
835
|
content: " ";
|
|
840
836
|
display: block;
|
|
841
837
|
position: absolute;
|
|
@@ -849,17 +845,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
849
845
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
850
846
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
851
847
|
}
|
|
852
|
-
.
|
|
848
|
+
.awsui_editor_1gl9c_195ah_823:not(#\9):focus {
|
|
853
849
|
position: absolute;
|
|
854
850
|
overflow: visible;
|
|
855
851
|
}
|
|
856
852
|
|
|
857
|
-
.awsui_editor-
|
|
853
|
+
.awsui_editor-refresh_1gl9c_195ah_853:not(#\9) {
|
|
858
854
|
border-start-start-radius: calc(var(--border-radius-code-editor-blfdm5, 0px) - var(--border-item-width-pyfg4s, 1px));
|
|
859
855
|
border-start-end-radius: calc(var(--border-radius-code-editor-blfdm5, 0px) - var(--border-item-width-pyfg4s, 1px));
|
|
860
856
|
}
|
|
861
857
|
|
|
862
|
-
.awsui_status-
|
|
858
|
+
.awsui_status-bar_1gl9c_195ah_858:not(#\9) {
|
|
863
859
|
container-type: inline-size;
|
|
864
860
|
display: flex;
|
|
865
861
|
vertical-align: middle;
|
|
@@ -868,38 +864,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
868
864
|
min-inline-size: 0;
|
|
869
865
|
word-break: break-word;
|
|
870
866
|
}
|
|
871
|
-
.awsui_status-bar-with-hidden-
|
|
867
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_195ah_867:not(#\9) {
|
|
872
868
|
border-end-start-radius: var(--border-radius-code-editor-blfdm5, 0px);
|
|
873
869
|
border-end-end-radius: var(--border-radius-code-editor-blfdm5, 0px);
|
|
874
870
|
}
|
|
875
|
-
.awsui_status-
|
|
871
|
+
.awsui_status-bar__left_1gl9c_195ah_871:not(#\9) {
|
|
876
872
|
flex: 1;
|
|
877
873
|
display: flex;
|
|
878
874
|
flex-wrap: wrap;
|
|
879
875
|
padding-inline-start: var(--space-l-dpyxli, 20px);
|
|
880
876
|
border-inline-end: var(--border-width-field-2365x3, 1px) solid var(--color-border-code-editor-default-g2lxyw, #d5dbdb);
|
|
881
877
|
}
|
|
882
|
-
.awsui_status-
|
|
878
|
+
.awsui_status-bar__right_1gl9c_195ah_878:not(#\9) {
|
|
883
879
|
display: flex;
|
|
884
880
|
align-items: center;
|
|
885
881
|
}
|
|
886
|
-
.awsui_status-bar__language-
|
|
882
|
+
.awsui_status-bar__language-mode_1gl9c_195ah_882:not(#\9), .awsui_status-bar__cursor-position_1gl9c_195ah_882:not(#\9) {
|
|
887
883
|
display: inline-block;
|
|
888
884
|
color: var(--color-text-body-default-b2us04, #16191f);
|
|
889
885
|
padding-block: var(--space-scaled-xs-pajbd1, 8px);
|
|
890
886
|
padding-inline: var(--space-s-kll7oj, 12px);
|
|
891
887
|
}
|
|
892
|
-
.awsui_status-bar__cog-
|
|
888
|
+
.awsui_status-bar__cog-button_1gl9c_195ah_888:not(#\9) {
|
|
893
889
|
padding-block: calc(var(--space-scaled-xxs-j00t0m, 4px) - 1px);
|
|
894
890
|
padding-inline: calc(var(--space-xs-m9b7jf, 8px) - 2px);
|
|
895
891
|
}
|
|
896
892
|
|
|
897
|
-
.awsui_tab-
|
|
893
|
+
.awsui_tab-list_1gl9c_195ah_893:not(#\9) {
|
|
898
894
|
align-items: center;
|
|
899
895
|
display: inline-flex;
|
|
900
896
|
}
|
|
901
897
|
|
|
902
|
-
.awsui_tab-
|
|
898
|
+
.awsui_tab-button_1gl9c_195ah_898:not(#\9) {
|
|
903
899
|
position: relative;
|
|
904
900
|
display: inline-flex;
|
|
905
901
|
gap: var(--space-xxs-3o1yoq, 4px);
|
|
@@ -915,11 +911,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
915
911
|
cursor: pointer;
|
|
916
912
|
z-index: 1;
|
|
917
913
|
}
|
|
918
|
-
.awsui_tab-
|
|
914
|
+
.awsui_tab-button_1gl9c_195ah_898:not(#\9):hover {
|
|
919
915
|
color: var(--color-text-code-editor-tab-button-error-5pyt8l, #ffffff);
|
|
920
916
|
background: var(--color-text-status-error-ri38gt, #d13212);
|
|
921
917
|
}
|
|
922
|
-
.awsui_tab-
|
|
918
|
+
.awsui_tab-button_1gl9c_195ah_898:not(#\9)::after {
|
|
923
919
|
content: "";
|
|
924
920
|
position: absolute;
|
|
925
921
|
inset-inline: 0;
|
|
@@ -932,54 +928,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_6qabx_158 .ace_edit
|
|
|
932
928
|
background: var(--color-text-status-error-ri38gt, #d13212);
|
|
933
929
|
opacity: 0;
|
|
934
930
|
}
|
|
935
|
-
.awsui_tab-button--
|
|
931
|
+
.awsui_tab-button--refresh_1gl9c_195ah_931:not(#\9) {
|
|
936
932
|
padding-block-end: calc(var(--space-scaled-xs-pajbd1, 8px) + var(--border-active-width-8f63o4, 2px) - 2px);
|
|
937
933
|
}
|
|
938
|
-
.awsui_tab-button--
|
|
934
|
+
.awsui_tab-button--warnings_1gl9c_195ah_934:not(#\9) {
|
|
939
935
|
color: var(--color-text-status-warning-fabq6h, #906806);
|
|
940
936
|
}
|
|
941
|
-
.awsui_tab-button--
|
|
937
|
+
.awsui_tab-button--warnings_1gl9c_195ah_934:not(#\9):hover {
|
|
942
938
|
background: var(--color-text-status-warning-fabq6h, #906806);
|
|
943
939
|
}
|
|
944
|
-
.awsui_tab-button--
|
|
940
|
+
.awsui_tab-button--warnings_1gl9c_195ah_934:not(#\9)::after {
|
|
945
941
|
background: var(--color-text-status-warning-fabq6h, #906806);
|
|
946
942
|
}
|
|
947
|
-
.awsui_tab-button--
|
|
943
|
+
.awsui_tab-button--active_1gl9c_195ah_943:not(#\9)::after {
|
|
948
944
|
opacity: 1;
|
|
949
945
|
}
|
|
950
|
-
.awsui_tab-button--
|
|
946
|
+
.awsui_tab-button--refresh_1gl9c_195ah_931:not(#\9)::after {
|
|
951
947
|
transition: opacity var(--motion-duration-refresh-only-medium-s8g1xv, 0ms) var(--motion-easing-refresh-only-c-7hkv9v, cubic-bezier(0.84, 0, 0.16, 1));
|
|
952
948
|
}
|
|
953
949
|
@media (prefers-reduced-motion: reduce) {
|
|
954
|
-
.awsui_tab-button--
|
|
950
|
+
.awsui_tab-button--refresh_1gl9c_195ah_931:not(#\9)::after {
|
|
955
951
|
animation: none;
|
|
956
952
|
transition: none;
|
|
957
953
|
}
|
|
958
954
|
}
|
|
959
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
955
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_195ah_931:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_195ah_931:not(#\9)::after {
|
|
960
956
|
animation: none;
|
|
961
957
|
transition: none;
|
|
962
958
|
}
|
|
963
|
-
.awsui_tab-button--
|
|
959
|
+
.awsui_tab-button--disabled_1gl9c_195ah_959:not(#\9) {
|
|
964
960
|
font-weight: var(--font-weight-normal-fr92v6, 400);
|
|
965
961
|
color: var(--color-text-code-editor-status-bar-disabled-368u13, #879596);
|
|
966
962
|
cursor: default;
|
|
967
963
|
}
|
|
968
|
-
.awsui_tab-button--
|
|
964
|
+
.awsui_tab-button--disabled_1gl9c_195ah_959:not(#\9):hover {
|
|
969
965
|
color: var(--color-text-code-editor-status-bar-disabled-368u13, #879596);
|
|
970
966
|
background: transparent;
|
|
971
967
|
}
|
|
972
|
-
.awsui_tab-button--
|
|
968
|
+
.awsui_tab-button--disabled_1gl9c_195ah_959:not(#\9)::after {
|
|
973
969
|
display: none;
|
|
974
970
|
}
|
|
975
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
971
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_195ah_898:not(#\9):focus {
|
|
976
972
|
position: relative;
|
|
977
973
|
}
|
|
978
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
974
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_195ah_898:not(#\9):focus {
|
|
979
975
|
outline: 2px dotted transparent;
|
|
980
976
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-udne29, 3px) - 1px);
|
|
981
977
|
}
|
|
982
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
978
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_195ah_898:not(#\9):focus::before {
|
|
983
979
|
content: " ";
|
|
984
980
|
display: block;
|
|
985
981
|
position: absolute;
|
|
@@ -993,49 +989,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_6qabx_902:not(#\9):f
|
|
|
993
989
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
994
990
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
995
991
|
}
|
|
996
|
-
.awsui_tab-button--
|
|
992
|
+
.awsui_tab-button--divider_1gl9c_195ah_992:not(#\9) {
|
|
997
993
|
display: inline-block;
|
|
998
994
|
block-size: var(--line-height-body-m-5xw6xo, 22px);
|
|
999
995
|
inline-size: var(--border-code-editor-status-divider-width-62xtcs, 0px);
|
|
1000
996
|
background: var(--color-border-tabs-divider-sog0al, #aab7b8);
|
|
1001
997
|
vertical-align: middle;
|
|
1002
998
|
}
|
|
1003
|
-
.awsui_tab-button--
|
|
999
|
+
.awsui_tab-button--errors_1gl9c_195ah_999:not(#\9) {
|
|
1004
1000
|
/* used in test-utils */
|
|
1005
1001
|
}
|
|
1006
1002
|
@supports (contain: inline-size) {
|
|
1007
|
-
.awsui_tab-
|
|
1003
|
+
.awsui_tab-button_1gl9c_195ah_898:not(#\9) {
|
|
1008
1004
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
1009
1005
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
1010
1006
|
}
|
|
1011
1007
|
@container not (max-width: 500px) {
|
|
1012
|
-
.awsui_tab-
|
|
1008
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_count_1gl9c_195ah_1008:not(#\9) {
|
|
1013
1009
|
display: none;
|
|
1014
1010
|
}
|
|
1015
|
-
.awsui_tab-
|
|
1011
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_text_1gl9c_195ah_1011:not(#\9) {
|
|
1016
1012
|
display: inline;
|
|
1017
1013
|
}
|
|
1018
1014
|
}
|
|
1019
1015
|
@container (max-width: 500px) {
|
|
1020
|
-
.awsui_tab-
|
|
1016
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_count_1gl9c_195ah_1008:not(#\9) {
|
|
1021
1017
|
display: inline;
|
|
1022
1018
|
}
|
|
1023
|
-
.awsui_tab-
|
|
1019
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_text_1gl9c_195ah_1011:not(#\9) {
|
|
1024
1020
|
display: none;
|
|
1025
1021
|
}
|
|
1026
1022
|
}
|
|
1027
1023
|
}
|
|
1028
1024
|
@supports not (contain: inline-size) {
|
|
1029
|
-
.awsui_tab-
|
|
1025
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_count_1gl9c_195ah_1008:not(#\9) {
|
|
1030
1026
|
display: none;
|
|
1031
1027
|
}
|
|
1032
|
-
.awsui_tab-
|
|
1028
|
+
.awsui_tab-button_1gl9c_195ah_898 > .awsui_text_1gl9c_195ah_1011:not(#\9) {
|
|
1033
1029
|
display: inline;
|
|
1034
1030
|
}
|
|
1035
1031
|
}
|
|
1036
1032
|
|
|
1037
|
-
.awsui_loading-
|
|
1038
|
-
.awsui_error-
|
|
1033
|
+
.awsui_loading-screen_1gl9c_195ah_1033:not(#\9),
|
|
1034
|
+
.awsui_error-screen_1gl9c_195ah_1034:not(#\9) {
|
|
1039
1035
|
display: flex;
|
|
1040
1036
|
align-items: center;
|
|
1041
1037
|
justify-content: center;
|
|
@@ -1048,6 +1044,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_6qabx_902:not(#\9):f
|
|
|
1048
1044
|
border-end-end-radius: var(--border-radius-code-editor-blfdm5, 0px);
|
|
1049
1045
|
}
|
|
1050
1046
|
|
|
1051
|
-
.awsui_error-
|
|
1047
|
+
.awsui_error-screen_1gl9c_195ah_1034:not(#\9) {
|
|
1052
1048
|
color: var(--color-text-status-error-ri38gt, #d13212);
|
|
1053
1049
|
}
|