@cloudscape-design/components-themeable 3.0.851 → 3.0.852
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/app-layout/visual-refresh-toolbar/skeleton/styles.scss +2 -5
- package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +23 -2
- package/lib/internal/scss/copy-to-clipboard/styles.scss +0 -4
- package/lib/internal/scss/internal/styles/utils/styles-reset.scss +0 -3
- package/lib/internal/scss/popover/styles.scss +3 -0
- package/lib/internal/scss/table/sticky-scrollbar/styles.scss +4 -0
- package/lib/internal/template/alert/styles.css.js +28 -28
- package/lib/internal/template/alert/styles.scoped.css +43 -49
- package/lib/internal/template/alert/styles.selectors.js +28 -28
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +18 -21
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -33
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
- package/lib/internal/template/app-layout/classic.js +3 -4
- package/lib/internal/template/app-layout/classic.js.map +1 -1
- package/lib/internal/template/app-layout/split-panel/constants.d.ts +0 -1
- package/lib/internal/template/app-layout/split-panel/constants.d.ts.map +1 -1
- package/lib/internal/template/app-layout/split-panel/constants.js +0 -1
- package/lib/internal/template/app-layout/split-panel/constants.js.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.d.ts.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.js +19 -10
- package/lib/internal/template/app-layout/utils/use-pointer-events.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js +8 -2
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- 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 -169
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +19 -19
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +35 -50
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +19 -19
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +13 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +15 -18
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +13 -13
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +24 -27
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/badge/styles.css.js +10 -10
- package/lib/internal/template/badge/styles.scoped.css +10 -13
- package/lib/internal/template/badge/styles.selectors.js +10 -10
- package/lib/internal/template/breadcrumb-group/styles.css.js +10 -10
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +11 -14
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +10 -10
- package/lib/internal/template/button/styles.css.js +21 -21
- package/lib/internal/template/button/styles.scoped.css +154 -157
- package/lib/internal/template/button/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 -8
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-group/styles.css.js +4 -4
- package/lib/internal/template/button-group/styles.scoped.css +4 -7
- 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 -46
- package/lib/internal/template/calendar/styles.selectors.js +21 -21
- package/lib/internal/template/cards/styles.css.js +39 -39
- package/lib/internal/template/cards/styles.scoped.css +50 -53
- package/lib/internal/template/cards/styles.selectors.js +39 -39
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +5 -8
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +183 -186
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +13 -13
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +19 -22
- package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +13 -13
- package/lib/internal/template/collection-preferences/styles.css.js +39 -39
- package/lib/internal/template/collection-preferences/styles.scoped.css +46 -49
- package/lib/internal/template/collection-preferences/styles.selectors.js +39 -39
- 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 +22 -7
- 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 -46
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +31 -31
- package/lib/internal/template/container/styles.scoped.css +54 -57
- package/lib/internal/template/container/styles.selectors.js +31 -31
- package/lib/internal/template/copy-to-clipboard/internal.js +2 -2
- package/lib/internal/template/copy-to-clipboard/internal.js.map +1 -1
- package/lib/internal/template/copy-to-clipboard/styles.css.js +3 -4
- package/lib/internal/template/copy-to-clipboard/styles.scoped.css +3 -7
- package/lib/internal/template/copy-to-clipboard/styles.selectors.js +3 -4
- package/lib/internal/template/date-picker/index.js +1 -1
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +9 -12
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +47 -50
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/drawer/styles.css.js +5 -5
- package/lib/internal/template/drawer/styles.scoped.css +10 -13
- package/lib/internal/template/drawer/styles.selectors.js +5 -5
- package/lib/internal/template/expandable-section/styles.css.js +34 -34
- package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
- package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
- package/lib/internal/template/file-token-group/styles.css.js +22 -22
- package/lib/internal/template/file-token-group/styles.scoped.css +29 -32
- package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +148 -151
- 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 -11
- 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 -41
- 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 -57
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +50 -53
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +67 -70
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +32 -35
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
- 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 -6
- 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 +15 -18
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +3 -6
- 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 +20 -20
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +33 -42
- package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
- 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 -10
- 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 -12
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -40
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- 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 -6
- 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 -5
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- 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 -16
- 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 -32
- 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 -6
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +3 -3
- 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 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/events/index.d.ts +1 -0
- package/lib/internal/template/internal/events/index.d.ts.map +1 -1
- package/lib/internal/template/internal/events/index.js +1 -0
- package/lib/internal/template/internal/events/index.js.map +1 -1
- package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
- package/lib/internal/template/key-value-pairs/styles.scoped.css +9 -15
- package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +71 -74
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/modal/internal.js +1 -1
- package/lib/internal/template/modal/internal.js.map +1 -1
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +38 -44
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/multiselect/styles.css.js +3 -3
- package/lib/internal/template/multiselect/styles.scoped.css +3 -9
- package/lib/internal/template/multiselect/styles.selectors.js +3 -3
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +23 -26
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/popover/body.d.ts.map +1 -1
- package/lib/internal/template/popover/body.js +0 -1
- package/lib/internal/template/popover/body.js.map +1 -1
- package/lib/internal/template/popover/internal.d.ts +1 -0
- package/lib/internal/template/popover/internal.d.ts.map +1 -1
- package/lib/internal/template/popover/internal.js +2 -2
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/popover/styles.css.js +53 -52
- package/lib/internal/template/popover/styles.scoped.css +71 -77
- package/lib/internal/template/popover/styles.selectors.js +53 -52
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +30 -33
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +14 -14
- package/lib/internal/template/prompt-input/styles.scoped.css +39 -51
- package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +41 -44
- 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 -47
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/radio-group/styles.css.js +10 -10
- package/lib/internal/template/radio-group/styles.scoped.css +16 -19
- package/lib/internal/template/radio-group/styles.selectors.js +10 -10
- package/lib/internal/template/segmented-control/styles.css.js +15 -15
- package/lib/internal/template/segmented-control/styles.scoped.css +34 -37
- package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
- package/lib/internal/template/select/styles.css.js +1 -1
- package/lib/internal/template/select/styles.scoped.css +1 -4
- package/lib/internal/template/select/styles.selectors.js +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +30 -30
- package/lib/internal/template/side-navigation/styles.scoped.css +46 -49
- package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +76 -79
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/split-panel/styles.css.js +26 -26
- package/lib/internal/template/split-panel/styles.scoped.css +44 -47
- package/lib/internal/template/split-panel/styles.selectors.js +26 -26
- package/lib/internal/template/steps/styles.css.js +6 -6
- package/lib/internal/template/steps/styles.scoped.css +7 -10
- package/lib/internal/template/steps/styles.selectors.js +6 -6
- package/lib/internal/template/table/expandable-rows/styles.css.js +3 -3
- package/lib/internal/template/table/expandable-rows/styles.scoped.css +13 -16
- package/lib/internal/template/table/expandable-rows/styles.selectors.js +3 -3
- package/lib/internal/template/table/resizer/styles.css.js +8 -8
- package/lib/internal/template/table/resizer/styles.scoped.css +15 -18
- package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js +6 -2
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +10 -7
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/tabs/styles.css.js +28 -28
- package/lib/internal/template/tabs/styles.scoped.css +49 -52
- package/lib/internal/template/tabs/styles.selectors.js +28 -28
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +60 -63
- 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 -6
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +14 -17
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/tiles/styles.css.js +30 -30
- package/lib/internal/template/tiles/styles.scoped.css +71 -77
- 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 -20
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token-group/styles.css.js +8 -8
- package/lib/internal/template/token-group/styles.scoped.css +16 -19
- package/lib/internal/template/token-group/styles.selectors.js +8 -8
- package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
- package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +42 -45
- package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +66 -75
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- 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 -24
- 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 -36
- 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 +1 -4
- 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 +58 -61
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/package.json +1 -1
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.d.ts +0 -12
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.d.ts.map +0 -1
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.js +0 -28
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.js.map +0 -1
|
@@ -151,85 +151,85 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
153
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
154
|
-
.awsui_code-editor-
|
|
154
|
+
.awsui_code-editor-refresh_1gl9c_vc118_154 .ace_editor .ace_gutter:not(#\9) {
|
|
155
155
|
border-start-start-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
156
156
|
}
|
|
157
|
-
.awsui_code-editor-
|
|
157
|
+
.awsui_code-editor-refresh_1gl9c_vc118_154 .ace_editor .ace_scroller:not(#\9) {
|
|
158
158
|
border-start-end-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.awsui_code-
|
|
161
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor:not(#\9) {
|
|
162
162
|
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
163
163
|
font-size: 14px;
|
|
164
164
|
line-height: 20px;
|
|
165
165
|
}
|
|
166
|
-
.awsui_code-
|
|
167
|
-
.awsui_code-
|
|
166
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
167
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
168
168
|
cursor: pointer;
|
|
169
169
|
background-repeat: no-repeat;
|
|
170
170
|
background-size: 16px 16px;
|
|
171
171
|
background-position: 4px 2px;
|
|
172
172
|
}
|
|
173
|
-
.awsui_code-
|
|
173
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
174
174
|
background-image: none;
|
|
175
175
|
}
|
|
176
|
-
.awsui_code-
|
|
176
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
177
177
|
color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
178
178
|
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");
|
|
179
179
|
}
|
|
180
180
|
@supports (--css-variable-support-check: #000) {
|
|
181
181
|
@media not print {
|
|
182
|
-
.awsui_code-
|
|
182
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
183
183
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
184
184
|
}
|
|
185
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
185
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
186
186
|
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");
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
@supports (--css-variable-support-check: #000) {
|
|
191
|
-
.awsui-visual-refresh .awsui_code-
|
|
191
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
192
192
|
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");
|
|
193
193
|
}
|
|
194
194
|
@media not print {
|
|
195
|
-
.awsui_code-
|
|
195
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
196
196
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
197
197
|
}
|
|
198
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
198
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
199
199
|
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");
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
|
-
.awsui_code-
|
|
203
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
204
204
|
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");
|
|
205
205
|
}
|
|
206
206
|
@supports (--css-variable-support-check: #000) {
|
|
207
207
|
@media not print {
|
|
208
|
-
.awsui_code-
|
|
208
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
209
209
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
210
210
|
}
|
|
211
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
211
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
212
212
|
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");
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
@supports (--css-variable-support-check: #000) {
|
|
217
|
-
.awsui-visual-refresh .awsui_code-
|
|
217
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
218
218
|
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");
|
|
219
219
|
}
|
|
220
220
|
@media not print {
|
|
221
|
-
.awsui_code-
|
|
221
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
222
222
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
223
223
|
}
|
|
224
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
224
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
225
225
|
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");
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
.awsui_code-
|
|
229
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
230
230
|
padding-inline: 24px 16px;
|
|
231
231
|
}
|
|
232
|
-
.awsui_code-
|
|
232
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget:not(#\9) {
|
|
233
233
|
/* A good test case for disabled folds
|
|
234
234
|
<<html<<<<
|
|
235
235
|
</html>
|
|
@@ -240,24 +240,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
240
|
border-block: none;
|
|
241
241
|
border-inline: none;
|
|
242
242
|
}
|
|
243
|
-
.awsui_code-
|
|
243
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
244
244
|
margin-inline-start: -21px;
|
|
245
245
|
}
|
|
246
|
-
.awsui_code-
|
|
247
|
-
.awsui_code-
|
|
246
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget:not(#\9),
|
|
247
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
248
248
|
box-shadow: none;
|
|
249
249
|
}
|
|
250
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
251
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
250
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
251
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
252
252
|
position: relative;
|
|
253
253
|
}
|
|
254
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
255
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
254
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
255
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
256
256
|
outline: 2px dotted transparent;
|
|
257
257
|
outline-offset: calc(-1px - 1px);
|
|
258
258
|
}
|
|
259
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
260
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
259
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
260
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
261
261
|
content: " ";
|
|
262
262
|
display: block;
|
|
263
263
|
position: absolute;
|
|
@@ -271,143 +271,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
271
271
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
272
272
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
273
273
|
}
|
|
274
|
-
.awsui_code-
|
|
274
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
275
275
|
background: transparent;
|
|
276
276
|
box-sizing: border-box;
|
|
277
277
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-bjedd7, #d5dbdb);
|
|
278
278
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-bjedd7, #d5dbdb);
|
|
279
279
|
}
|
|
280
|
-
.awsui_code-
|
|
280
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
281
281
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-iomsrx, #687078);
|
|
282
282
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-iomsrx, #687078);
|
|
283
283
|
}
|
|
284
|
-
.awsui_code-
|
|
284
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter:not(#\9) {
|
|
285
285
|
background-color: var(--color-background-code-editor-gutter-default-1ka1f9, #f2f3f3);
|
|
286
286
|
color: var(--color-text-code-editor-gutter-default-1wr8g3, #16191f);
|
|
287
287
|
}
|
|
288
|
-
.awsui_code-
|
|
289
|
-
.awsui_code-
|
|
288
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter:not(#\9):focus,
|
|
289
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_scroller:not(#\9):focus {
|
|
290
290
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
291
291
|
}
|
|
292
|
-
.awsui_code-
|
|
292
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
293
293
|
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");
|
|
294
294
|
}
|
|
295
295
|
@supports (--css-variable-support-check: #000) {
|
|
296
296
|
@media not print {
|
|
297
|
-
.awsui_code-
|
|
297
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
298
298
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
299
299
|
}
|
|
300
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
300
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
301
301
|
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");
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
@supports (--css-variable-support-check: #000) {
|
|
306
|
-
.awsui-visual-refresh .awsui_code-
|
|
306
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
307
307
|
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");
|
|
308
308
|
}
|
|
309
309
|
@media not print {
|
|
310
|
-
.awsui_code-
|
|
310
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
311
311
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
312
312
|
}
|
|
313
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
313
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
314
314
|
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");
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
|
-
.awsui_code-
|
|
318
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
319
319
|
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");
|
|
320
320
|
}
|
|
321
321
|
@supports (--css-variable-support-check: #000) {
|
|
322
322
|
@media not print {
|
|
323
|
-
.awsui_code-
|
|
323
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
324
324
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
325
325
|
}
|
|
326
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
326
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
327
327
|
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");
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
@supports (--css-variable-support-check: #000) {
|
|
332
|
-
.awsui-visual-refresh .awsui_code-
|
|
332
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
333
333
|
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");
|
|
334
334
|
}
|
|
335
335
|
@media not print {
|
|
336
|
-
.awsui_code-
|
|
336
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
337
337
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
338
338
|
}
|
|
339
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
339
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
340
340
|
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");
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
|
-
.awsui_code-
|
|
344
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
345
345
|
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");
|
|
346
346
|
}
|
|
347
347
|
@supports (--css-variable-support-check: #000) {
|
|
348
348
|
@media not print {
|
|
349
|
-
.awsui_code-
|
|
349
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
350
350
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
351
351
|
}
|
|
352
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
352
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
353
353
|
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");
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
@supports (--css-variable-support-check: #000) {
|
|
358
|
-
.awsui-visual-refresh .awsui_code-
|
|
358
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
359
359
|
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");
|
|
360
360
|
}
|
|
361
361
|
@media not print {
|
|
362
|
-
.awsui_code-
|
|
362
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
363
363
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
364
364
|
}
|
|
365
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
365
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
366
366
|
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");
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
|
-
.awsui_code-
|
|
370
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
371
371
|
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");
|
|
372
372
|
}
|
|
373
373
|
@supports (--css-variable-support-check: #000) {
|
|
374
374
|
@media not print {
|
|
375
|
-
.awsui_code-
|
|
375
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
376
376
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
377
377
|
}
|
|
378
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
378
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
379
379
|
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");
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
@supports (--css-variable-support-check: #000) {
|
|
384
|
-
.awsui-visual-refresh .awsui_code-
|
|
384
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
385
385
|
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");
|
|
386
386
|
}
|
|
387
387
|
@media not print {
|
|
388
|
-
.awsui_code-
|
|
388
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
389
389
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
390
390
|
}
|
|
391
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
391
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
392
392
|
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");
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
|
-
.awsui_code-
|
|
396
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
397
397
|
background-color: var(--color-background-code-editor-gutter-active-line-default-ok7m7g, #687078);
|
|
398
398
|
color: var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
399
399
|
}
|
|
400
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
401
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
400
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
401
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
402
402
|
position: relative;
|
|
403
403
|
}
|
|
404
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
405
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
404
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
405
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
406
406
|
outline: 2px dotted transparent;
|
|
407
407
|
outline-offset: calc(-2px - 1px);
|
|
408
408
|
}
|
|
409
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
410
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
409
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
410
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
411
411
|
content: " ";
|
|
412
412
|
display: block;
|
|
413
413
|
position: absolute;
|
|
@@ -421,264 +421,264 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
421
421
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
422
422
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
423
423
|
}
|
|
424
|
-
.awsui_code-
|
|
424
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
425
425
|
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");
|
|
426
426
|
}
|
|
427
427
|
@supports (--css-variable-support-check: #000) {
|
|
428
428
|
@media not print {
|
|
429
|
-
.awsui_code-
|
|
429
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
430
430
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
431
431
|
}
|
|
432
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
432
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
433
433
|
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");
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
@supports (--css-variable-support-check: #000) {
|
|
438
|
-
.awsui-visual-refresh .awsui_code-
|
|
438
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
439
439
|
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");
|
|
440
440
|
}
|
|
441
441
|
@media not print {
|
|
442
|
-
.awsui_code-
|
|
442
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
443
443
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
444
444
|
}
|
|
445
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
445
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
446
446
|
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");
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
.awsui_code-
|
|
450
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
451
451
|
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");
|
|
452
452
|
}
|
|
453
453
|
@supports (--css-variable-support-check: #000) {
|
|
454
454
|
@media not print {
|
|
455
|
-
.awsui_code-
|
|
455
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
456
456
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
457
457
|
}
|
|
458
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
458
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
459
459
|
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");
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
@supports (--css-variable-support-check: #000) {
|
|
464
|
-
.awsui-visual-refresh .awsui_code-
|
|
464
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
465
465
|
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");
|
|
466
466
|
}
|
|
467
467
|
@media not print {
|
|
468
|
-
.awsui_code-
|
|
468
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
469
469
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
470
470
|
}
|
|
471
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
471
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
472
472
|
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");
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
.awsui_code-
|
|
476
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
477
477
|
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");
|
|
478
478
|
}
|
|
479
479
|
@supports (--css-variable-support-check: #000) {
|
|
480
480
|
@media not print {
|
|
481
|
-
.awsui_code-
|
|
481
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
482
482
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
483
483
|
}
|
|
484
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
484
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
485
485
|
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");
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
489
|
@supports (--css-variable-support-check: #000) {
|
|
490
|
-
.awsui-visual-refresh .awsui_code-
|
|
490
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
491
491
|
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");
|
|
492
492
|
}
|
|
493
493
|
@media not print {
|
|
494
|
-
.awsui_code-
|
|
494
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
495
495
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
496
496
|
}
|
|
497
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
497
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
498
498
|
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");
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
.awsui_code-
|
|
502
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
503
503
|
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");
|
|
504
504
|
}
|
|
505
505
|
@supports (--css-variable-support-check: #000) {
|
|
506
506
|
@media not print {
|
|
507
|
-
.awsui_code-
|
|
507
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
508
508
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
509
509
|
}
|
|
510
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
510
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
511
511
|
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");
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
@supports (--css-variable-support-check: #000) {
|
|
516
|
-
.awsui-visual-refresh .awsui_code-
|
|
516
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
517
517
|
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");
|
|
518
518
|
}
|
|
519
519
|
@media not print {
|
|
520
|
-
.awsui_code-
|
|
520
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
521
521
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
522
522
|
}
|
|
523
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
523
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
524
524
|
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");
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
.awsui_code-
|
|
528
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
529
529
|
color: var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
530
530
|
background-color: var(--color-background-code-editor-gutter-active-line-error-5oc5hg, #d13212);
|
|
531
531
|
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");
|
|
532
532
|
}
|
|
533
533
|
@supports (--css-variable-support-check: #000) {
|
|
534
534
|
@media not print {
|
|
535
|
-
.awsui_code-
|
|
535
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
536
536
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
537
537
|
}
|
|
538
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
538
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
539
539
|
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");
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
@supports (--css-variable-support-check: #000) {
|
|
544
|
-
.awsui-visual-refresh .awsui_code-
|
|
544
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
545
545
|
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");
|
|
546
546
|
}
|
|
547
547
|
@media not print {
|
|
548
|
-
.awsui_code-
|
|
548
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
549
549
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
550
550
|
}
|
|
551
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
551
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
552
552
|
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");
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
.awsui_code-
|
|
556
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
557
557
|
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");
|
|
558
558
|
}
|
|
559
559
|
@supports (--css-variable-support-check: #000) {
|
|
560
560
|
@media not print {
|
|
561
|
-
.awsui_code-
|
|
561
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
562
562
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
563
563
|
}
|
|
564
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
564
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
565
565
|
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");
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
@supports (--css-variable-support-check: #000) {
|
|
570
|
-
.awsui-visual-refresh .awsui_code-
|
|
570
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
571
571
|
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");
|
|
572
572
|
}
|
|
573
573
|
@media not print {
|
|
574
|
-
.awsui_code-
|
|
574
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
575
575
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
576
576
|
}
|
|
577
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
577
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
578
578
|
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");
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
.awsui_code-
|
|
582
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
583
583
|
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");
|
|
584
584
|
}
|
|
585
585
|
@supports (--css-variable-support-check: #000) {
|
|
586
586
|
@media not print {
|
|
587
|
-
.awsui_code-
|
|
587
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
588
588
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
589
589
|
}
|
|
590
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
590
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
591
591
|
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");
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
@supports (--css-variable-support-check: #000) {
|
|
596
|
-
.awsui-visual-refresh .awsui_code-
|
|
596
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
597
597
|
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");
|
|
598
598
|
}
|
|
599
599
|
@media not print {
|
|
600
|
-
.awsui_code-
|
|
600
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
601
601
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
602
602
|
}
|
|
603
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
603
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
604
604
|
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");
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
|
-
.awsui_code-
|
|
608
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
609
609
|
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");
|
|
610
610
|
}
|
|
611
611
|
@supports (--css-variable-support-check: #000) {
|
|
612
612
|
@media not print {
|
|
613
|
-
.awsui_code-
|
|
613
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
614
614
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
615
615
|
}
|
|
616
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
616
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
617
617
|
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");
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
@supports (--css-variable-support-check: #000) {
|
|
622
|
-
.awsui-visual-refresh .awsui_code-
|
|
622
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
623
623
|
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");
|
|
624
624
|
}
|
|
625
625
|
@media not print {
|
|
626
|
-
.awsui_code-
|
|
626
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
627
627
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
628
628
|
}
|
|
629
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
629
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
630
630
|
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");
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
|
-
.awsui_code-
|
|
634
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
635
635
|
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");
|
|
636
636
|
}
|
|
637
637
|
@supports (--css-variable-support-check: #000) {
|
|
638
638
|
@media not print {
|
|
639
|
-
.awsui_code-
|
|
639
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
640
640
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
641
641
|
}
|
|
642
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
642
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
643
643
|
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");
|
|
644
644
|
}
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
647
|
@supports (--css-variable-support-check: #000) {
|
|
648
|
-
.awsui-visual-refresh .awsui_code-
|
|
648
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
649
649
|
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");
|
|
650
650
|
}
|
|
651
651
|
@media not print {
|
|
652
|
-
.awsui_code-
|
|
652
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
653
653
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
654
654
|
}
|
|
655
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
655
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
656
656
|
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");
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
|
-
.awsui_code-
|
|
660
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
661
661
|
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");
|
|
662
662
|
}
|
|
663
663
|
@supports (--css-variable-support-check: #000) {
|
|
664
664
|
@media not print {
|
|
665
|
-
.awsui_code-
|
|
665
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
666
666
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
667
667
|
}
|
|
668
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
668
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
669
669
|
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");
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
673
|
@supports (--css-variable-support-check: #000) {
|
|
674
|
-
.awsui-visual-refresh .awsui_code-
|
|
674
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
675
675
|
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");
|
|
676
676
|
}
|
|
677
677
|
@media not print {
|
|
678
|
-
.awsui_code-
|
|
678
|
+
.awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
679
679
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
680
680
|
}
|
|
681
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
681
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_vc118_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
682
682
|
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");
|
|
683
683
|
}
|
|
684
684
|
}
|
|
@@ -693,7 +693,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
693
693
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
694
694
|
SPDX-License-Identifier: Apache-2.0
|
|
695
695
|
*/
|
|
696
|
-
.
|
|
696
|
+
.awsui_pane_1gl9c_vc118_696:not(#\9) {
|
|
697
697
|
display: flex;
|
|
698
698
|
position: relative;
|
|
699
699
|
flex-direction: row;
|
|
@@ -704,79 +704,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
704
704
|
background: var(--color-background-code-editor-status-bar-ezy3i2, #f2f3f3);
|
|
705
705
|
color: var(--color-text-body-default-agk00h, #16191f);
|
|
706
706
|
}
|
|
707
|
-
.awsui_pane__close-
|
|
707
|
+
.awsui_pane__close-container_1gl9c_vc118_707:not(#\9) {
|
|
708
708
|
position: absolute;
|
|
709
709
|
inset-block-start: 0;
|
|
710
710
|
inset-inline-end: calc(var(--space-s-vmutj3, 12px) / 2);
|
|
711
711
|
}
|
|
712
|
-
.
|
|
712
|
+
.awsui_pane__list_1gl9c_vc118_712:not(#\9) {
|
|
713
713
|
flex: 1;
|
|
714
714
|
overflow: auto;
|
|
715
715
|
max-block-size: 100%;
|
|
716
716
|
box-sizing: border-box;
|
|
717
717
|
margin-inline-end: calc(var(--line-height-body-m-gw0130, 22px) + 2 * var(--space-xs-6dgkww, 8px));
|
|
718
718
|
}
|
|
719
|
-
.
|
|
719
|
+
.awsui_pane__table_1gl9c_vc118_719:not(#\9) {
|
|
720
720
|
inline-size: 100%;
|
|
721
721
|
border-spacing: 0;
|
|
722
722
|
margin-block: var(--space-s-vmutj3, 12px);
|
|
723
723
|
margin-inline: 0;
|
|
724
724
|
}
|
|
725
|
-
.
|
|
725
|
+
.awsui_pane__item_1gl9c_vc118_725 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9) {
|
|
726
726
|
border-block-start: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
727
727
|
border-block-end: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
728
728
|
}
|
|
729
|
-
.
|
|
729
|
+
.awsui_pane__item_1gl9c_vc118_725 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9):first-child {
|
|
730
730
|
border-inline-start: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
731
731
|
border-start-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
732
732
|
border-end-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
733
733
|
}
|
|
734
|
-
.
|
|
734
|
+
.awsui_pane__item_1gl9c_vc118_725 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9):last-child {
|
|
735
735
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
736
736
|
border-start-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
737
737
|
border-end-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
738
738
|
}
|
|
739
|
-
.awsui_pane__item--
|
|
739
|
+
.awsui_pane__item--highlighted_1gl9c_vc118_739:not(#\9), .awsui_pane__item_1gl9c_vc118_725:not(#\9):hover, .awsui_pane__item_1gl9c_vc118_725:not(#\9):focus {
|
|
740
740
|
cursor: pointer;
|
|
741
741
|
outline: none;
|
|
742
742
|
}
|
|
743
|
-
.awsui_pane__item--
|
|
743
|
+
.awsui_pane__item--highlighted_1gl9c_vc118_739 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9), .awsui_pane__item_1gl9c_vc118_725:not(#\9):hover > .awsui_pane__cell_1gl9c_vc118_725, .awsui_pane__item_1gl9c_vc118_725:not(#\9):focus > .awsui_pane__cell_1gl9c_vc118_725 {
|
|
744
744
|
background-color: var(--color-background-code-editor-pane-item-hover-t9crrw, #eaeded);
|
|
745
745
|
}
|
|
746
|
-
.awsui_pane__item--
|
|
746
|
+
.awsui_pane__item--highlighted_1gl9c_vc118_739 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9), .awsui_pane__item_1gl9c_vc118_725:not(#\9):hover > .awsui_pane__cell_1gl9c_vc118_725, .awsui_pane__item_1gl9c_vc118_725:not(#\9):focus > .awsui_pane__cell_1gl9c_vc118_725 {
|
|
747
747
|
border-block-start: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
748
748
|
border-block-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
749
749
|
}
|
|
750
|
-
.awsui_pane__item--
|
|
750
|
+
.awsui_pane__item--highlighted_1gl9c_vc118_739 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9):first-child, .awsui_pane__item_1gl9c_vc118_725:not(#\9):hover > .awsui_pane__cell_1gl9c_vc118_725:first-child, .awsui_pane__item_1gl9c_vc118_725:not(#\9):focus > .awsui_pane__cell_1gl9c_vc118_725:first-child {
|
|
751
751
|
border-inline-start: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
752
752
|
border-start-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
753
753
|
border-end-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
754
754
|
}
|
|
755
|
-
.awsui_pane__item--
|
|
755
|
+
.awsui_pane__item--highlighted_1gl9c_vc118_739 > .awsui_pane__cell_1gl9c_vc118_725:not(#\9):last-child, .awsui_pane__item_1gl9c_vc118_725:not(#\9):hover > .awsui_pane__cell_1gl9c_vc118_725:last-child, .awsui_pane__item_1gl9c_vc118_725:not(#\9):focus > .awsui_pane__cell_1gl9c_vc118_725:last-child {
|
|
756
756
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
757
757
|
border-start-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
758
758
|
border-end-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
759
759
|
}
|
|
760
|
-
.
|
|
760
|
+
.awsui_pane__location_1gl9c_vc118_760:not(#\9), .awsui_pane__description_1gl9c_vc118_760:not(#\9) {
|
|
761
761
|
padding-block: var(--space-xxs-y2432o, 4px);
|
|
762
762
|
padding-inline: var(--space-s-vmutj3, 12px);
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
.awsui_pane__location_1gl9c_vc118_760:not(#\9) {
|
|
765
765
|
vertical-align: baseline;
|
|
766
766
|
white-space: nowrap;
|
|
767
767
|
padding-inline-start: calc(var(--space-l-eenfqd, 20px) + var(--space-s-vmutj3, 12px));
|
|
768
768
|
}
|
|
769
|
-
.
|
|
769
|
+
.awsui_pane__description_1gl9c_vc118_760:not(#\9) {
|
|
770
770
|
padding-inline-end: 0;
|
|
771
771
|
min-inline-size: 0;
|
|
772
772
|
word-break: break-word;
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
.awsui_focus-
|
|
775
|
+
.awsui_focus-lock_1gl9c_vc118_775:not(#\9) {
|
|
776
776
|
block-size: 100%;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
.awsui_code-
|
|
779
|
+
.awsui_code-editor_1gl9c_vc118_154:not(#\9) {
|
|
780
780
|
border-collapse: separate;
|
|
781
781
|
border-spacing: 0;
|
|
782
782
|
box-sizing: border-box;
|
|
@@ -785,12 +785,9 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
785
785
|
direction: inherit;
|
|
786
786
|
empty-cells: show;
|
|
787
787
|
font-family: serif;
|
|
788
|
-
font-size: medium;
|
|
789
788
|
font-style: normal;
|
|
790
789
|
font-variant: normal;
|
|
791
|
-
font-weight: 400;
|
|
792
790
|
font-stretch: normal;
|
|
793
|
-
line-height: normal;
|
|
794
791
|
-webkit-hyphens: none;
|
|
795
792
|
hyphens: none;
|
|
796
793
|
letter-spacing: normal;
|
|
@@ -820,20 +817,20 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
820
817
|
inline-size: 100%;
|
|
821
818
|
}
|
|
822
819
|
|
|
823
|
-
.
|
|
820
|
+
.awsui_editor_1gl9c_vc118_819:not(#\9) {
|
|
824
821
|
position: absolute;
|
|
825
822
|
inset: 0;
|
|
826
823
|
}
|
|
827
|
-
.
|
|
824
|
+
.awsui_editor_1gl9c_vc118_819:not(#\9):focus {
|
|
828
825
|
position: absolute;
|
|
829
826
|
overflow: visible;
|
|
830
827
|
position: relative;
|
|
831
828
|
}
|
|
832
|
-
.
|
|
829
|
+
.awsui_editor_1gl9c_vc118_819:not(#\9):focus {
|
|
833
830
|
outline: 2px dotted transparent;
|
|
834
831
|
outline-offset: calc(3px - 1px);
|
|
835
832
|
}
|
|
836
|
-
.
|
|
833
|
+
.awsui_editor_1gl9c_vc118_819:not(#\9):focus::before {
|
|
837
834
|
content: " ";
|
|
838
835
|
display: block;
|
|
839
836
|
position: absolute;
|
|
@@ -848,12 +845,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
848
845
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
849
846
|
}
|
|
850
847
|
|
|
851
|
-
.awsui_editor-
|
|
848
|
+
.awsui_editor-refresh_1gl9c_vc118_847:not(#\9) {
|
|
852
849
|
border-start-start-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
853
850
|
border-start-end-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
854
851
|
}
|
|
855
852
|
|
|
856
|
-
.awsui_status-
|
|
853
|
+
.awsui_status-bar_1gl9c_vc118_852:not(#\9) {
|
|
857
854
|
container-type: inline-size;
|
|
858
855
|
display: flex;
|
|
859
856
|
vertical-align: middle;
|
|
@@ -862,38 +859,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
862
859
|
min-inline-size: 0;
|
|
863
860
|
word-break: break-word;
|
|
864
861
|
}
|
|
865
|
-
.awsui_status-bar-with-hidden-
|
|
862
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_vc118_861:not(#\9) {
|
|
866
863
|
border-end-start-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
867
864
|
border-end-end-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
868
865
|
}
|
|
869
|
-
.awsui_status-
|
|
866
|
+
.awsui_status-bar__left_1gl9c_vc118_865:not(#\9) {
|
|
870
867
|
flex: 1;
|
|
871
868
|
display: flex;
|
|
872
869
|
flex-wrap: wrap;
|
|
873
870
|
padding-inline-start: var(--space-l-eenfqd, 20px);
|
|
874
871
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-default-cjwlp3, #d5dbdb);
|
|
875
872
|
}
|
|
876
|
-
.awsui_status-
|
|
873
|
+
.awsui_status-bar__right_1gl9c_vc118_872:not(#\9) {
|
|
877
874
|
display: flex;
|
|
878
875
|
align-items: center;
|
|
879
876
|
}
|
|
880
|
-
.awsui_status-bar__language-
|
|
877
|
+
.awsui_status-bar__language-mode_1gl9c_vc118_876:not(#\9), .awsui_status-bar__cursor-position_1gl9c_vc118_876:not(#\9) {
|
|
881
878
|
display: inline-block;
|
|
882
879
|
color: var(--color-text-body-default-agk00h, #16191f);
|
|
883
880
|
padding-block: var(--space-scaled-xs-t3am3w, 8px);
|
|
884
881
|
padding-inline: var(--space-s-vmutj3, 12px);
|
|
885
882
|
}
|
|
886
|
-
.awsui_status-bar__cog-
|
|
883
|
+
.awsui_status-bar__cog-button_1gl9c_vc118_882:not(#\9) {
|
|
887
884
|
padding-block: calc(var(--space-scaled-xxs-krq5fq, 4px) - 1px);
|
|
888
885
|
padding-inline: calc(var(--space-xs-6dgkww, 8px) - 2px);
|
|
889
886
|
}
|
|
890
887
|
|
|
891
|
-
.awsui_tab-
|
|
888
|
+
.awsui_tab-list_1gl9c_vc118_887:not(#\9) {
|
|
892
889
|
align-items: center;
|
|
893
890
|
display: inline-flex;
|
|
894
891
|
}
|
|
895
892
|
|
|
896
|
-
.awsui_tab-
|
|
893
|
+
.awsui_tab-button_1gl9c_vc118_892:not(#\9) {
|
|
897
894
|
position: relative;
|
|
898
895
|
display: inline-flex;
|
|
899
896
|
gap: var(--space-xxs-y2432o, 4px);
|
|
@@ -909,11 +906,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
909
906
|
cursor: pointer;
|
|
910
907
|
z-index: 1;
|
|
911
908
|
}
|
|
912
|
-
.awsui_tab-
|
|
909
|
+
.awsui_tab-button_1gl9c_vc118_892:not(#\9):hover {
|
|
913
910
|
color: var(--color-text-code-editor-tab-button-error-e2kag4, #ffffff);
|
|
914
911
|
background: var(--color-text-status-error-p5bdwa, #d13212);
|
|
915
912
|
}
|
|
916
|
-
.awsui_tab-
|
|
913
|
+
.awsui_tab-button_1gl9c_vc118_892:not(#\9)::after {
|
|
917
914
|
content: "";
|
|
918
915
|
position: absolute;
|
|
919
916
|
inset-inline: 0;
|
|
@@ -926,54 +923,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1a5wp_154 .ace_edit
|
|
|
926
923
|
background: var(--color-text-status-error-p5bdwa, #d13212);
|
|
927
924
|
opacity: 0;
|
|
928
925
|
}
|
|
929
|
-
.awsui_tab-button--
|
|
926
|
+
.awsui_tab-button--refresh_1gl9c_vc118_925:not(#\9) {
|
|
930
927
|
padding-block-end: calc(var(--space-scaled-xs-t3am3w, 8px) + var(--border-active-width-28kchn, 2px) - 2px);
|
|
931
928
|
}
|
|
932
|
-
.awsui_tab-button--
|
|
929
|
+
.awsui_tab-button--warnings_1gl9c_vc118_928:not(#\9) {
|
|
933
930
|
color: var(--color-text-status-warning-3hbtsc, #906806);
|
|
934
931
|
}
|
|
935
|
-
.awsui_tab-button--
|
|
932
|
+
.awsui_tab-button--warnings_1gl9c_vc118_928:not(#\9):hover {
|
|
936
933
|
background: var(--color-text-status-warning-3hbtsc, #906806);
|
|
937
934
|
}
|
|
938
|
-
.awsui_tab-button--
|
|
935
|
+
.awsui_tab-button--warnings_1gl9c_vc118_928:not(#\9)::after {
|
|
939
936
|
background: var(--color-text-status-warning-3hbtsc, #906806);
|
|
940
937
|
}
|
|
941
|
-
.awsui_tab-button--
|
|
938
|
+
.awsui_tab-button--active_1gl9c_vc118_937:not(#\9)::after {
|
|
942
939
|
opacity: 1;
|
|
943
940
|
}
|
|
944
|
-
.awsui_tab-button--
|
|
941
|
+
.awsui_tab-button--refresh_1gl9c_vc118_925:not(#\9)::after {
|
|
945
942
|
transition: opacity var(--motion-duration-refresh-only-medium-kd6k1u, 0ms) var(--motion-easing-refresh-only-c-8zqwmw, cubic-bezier(0.84, 0, 0.16, 1));
|
|
946
943
|
}
|
|
947
944
|
@media (prefers-reduced-motion: reduce) {
|
|
948
|
-
.awsui_tab-button--
|
|
945
|
+
.awsui_tab-button--refresh_1gl9c_vc118_925:not(#\9)::after {
|
|
949
946
|
animation: none;
|
|
950
947
|
transition: none;
|
|
951
948
|
}
|
|
952
949
|
}
|
|
953
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
950
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_vc118_925:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_vc118_925:not(#\9)::after {
|
|
954
951
|
animation: none;
|
|
955
952
|
transition: none;
|
|
956
953
|
}
|
|
957
|
-
.awsui_tab-button--
|
|
954
|
+
.awsui_tab-button--disabled_1gl9c_vc118_953:not(#\9) {
|
|
958
955
|
font-weight: normal;
|
|
959
956
|
color: var(--color-text-code-editor-status-bar-disabled-ayyipu, #879596);
|
|
960
957
|
cursor: default;
|
|
961
958
|
}
|
|
962
|
-
.awsui_tab-button--
|
|
959
|
+
.awsui_tab-button--disabled_1gl9c_vc118_953:not(#\9):hover {
|
|
963
960
|
color: var(--color-text-code-editor-status-bar-disabled-ayyipu, #879596);
|
|
964
961
|
background: transparent;
|
|
965
962
|
}
|
|
966
|
-
.awsui_tab-button--
|
|
963
|
+
.awsui_tab-button--disabled_1gl9c_vc118_953:not(#\9)::after {
|
|
967
964
|
display: none;
|
|
968
965
|
}
|
|
969
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
966
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_vc118_892:not(#\9):focus {
|
|
970
967
|
position: relative;
|
|
971
968
|
}
|
|
972
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
969
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_vc118_892:not(#\9):focus {
|
|
973
970
|
outline: 2px dotted transparent;
|
|
974
971
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-cw3cqq, 3px) - 1px);
|
|
975
972
|
}
|
|
976
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
973
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_vc118_892:not(#\9):focus::before {
|
|
977
974
|
content: " ";
|
|
978
975
|
display: block;
|
|
979
976
|
position: absolute;
|
|
@@ -987,49 +984,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1a5wp_895:not(#\9):f
|
|
|
987
984
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
988
985
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
989
986
|
}
|
|
990
|
-
.awsui_tab-button--
|
|
987
|
+
.awsui_tab-button--divider_1gl9c_vc118_986:not(#\9) {
|
|
991
988
|
display: inline-block;
|
|
992
989
|
block-size: var(--line-height-body-m-gw0130, 22px);
|
|
993
990
|
inline-size: var(--border-code-editor-status-divider-width-ang558, 0px);
|
|
994
991
|
background: var(--color-border-tabs-divider-x9swcr, #aab7b8);
|
|
995
992
|
vertical-align: middle;
|
|
996
993
|
}
|
|
997
|
-
.awsui_tab-button--
|
|
994
|
+
.awsui_tab-button--errors_1gl9c_vc118_993:not(#\9) {
|
|
998
995
|
/* used in test-utils */
|
|
999
996
|
}
|
|
1000
997
|
@supports (contain: inline-size) {
|
|
1001
|
-
.awsui_tab-
|
|
998
|
+
.awsui_tab-button_1gl9c_vc118_892:not(#\9) {
|
|
1002
999
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
1003
1000
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
1004
1001
|
}
|
|
1005
1002
|
@container not (max-width: 500px) {
|
|
1006
|
-
.awsui_tab-
|
|
1003
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_count_1gl9c_vc118_1002:not(#\9) {
|
|
1007
1004
|
display: none;
|
|
1008
1005
|
}
|
|
1009
|
-
.awsui_tab-
|
|
1006
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_text_1gl9c_vc118_1005:not(#\9) {
|
|
1010
1007
|
display: inline;
|
|
1011
1008
|
}
|
|
1012
1009
|
}
|
|
1013
1010
|
@container (max-width: 500px) {
|
|
1014
|
-
.awsui_tab-
|
|
1011
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_count_1gl9c_vc118_1002:not(#\9) {
|
|
1015
1012
|
display: inline;
|
|
1016
1013
|
}
|
|
1017
|
-
.awsui_tab-
|
|
1014
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_text_1gl9c_vc118_1005:not(#\9) {
|
|
1018
1015
|
display: none;
|
|
1019
1016
|
}
|
|
1020
1017
|
}
|
|
1021
1018
|
}
|
|
1022
1019
|
@supports not (contain: inline-size) {
|
|
1023
|
-
.awsui_tab-
|
|
1020
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_count_1gl9c_vc118_1002:not(#\9) {
|
|
1024
1021
|
display: none;
|
|
1025
1022
|
}
|
|
1026
|
-
.awsui_tab-
|
|
1023
|
+
.awsui_tab-button_1gl9c_vc118_892 > .awsui_text_1gl9c_vc118_1005:not(#\9) {
|
|
1027
1024
|
display: inline;
|
|
1028
1025
|
}
|
|
1029
1026
|
}
|
|
1030
1027
|
|
|
1031
|
-
.awsui_loading-
|
|
1032
|
-
.awsui_error-
|
|
1028
|
+
.awsui_loading-screen_1gl9c_vc118_1027:not(#\9),
|
|
1029
|
+
.awsui_error-screen_1gl9c_vc118_1028:not(#\9) {
|
|
1033
1030
|
display: flex;
|
|
1034
1031
|
align-items: center;
|
|
1035
1032
|
justify-content: center;
|
|
@@ -1042,6 +1039,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1a5wp_895:not(#\9):f
|
|
|
1042
1039
|
border-end-end-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
1043
1040
|
}
|
|
1044
1041
|
|
|
1045
|
-
.awsui_error-
|
|
1042
|
+
.awsui_error-screen_1gl9c_vc118_1028:not(#\9) {
|
|
1046
1043
|
color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
1047
1044
|
}
|