@cloudscape-design/components-themeable 3.0.1133 → 3.0.1135
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/expandable-section/styles.scss +5 -0
- package/lib/internal/scss/header/styles.scss +9 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/textarea/styles.scss +62 -10
- package/lib/internal/template/app-layout/runtime-drawer/index.d.ts +3 -0
- package/lib/internal/template/app-layout/runtime-drawer/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/runtime-drawer/index.js.map +1 -1
- 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 +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +3 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-ai-drawer.d.ts +6 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-ai-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +9 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-bottom-drawers.d.ts +6 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-bottom-drawers.d.ts.map +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +218 -214
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +35 -34
- package/lib/internal/template/expandable-section/styles.scoped.css +68 -65
- package/lib/internal/template/expandable-section/styles.selectors.js +35 -34
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +68 -50
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -2
- package/lib/internal/template/internal/components/chart-popover/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js +20 -14
- package/lib/internal/template/internal/components/chart-popover/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/theming/index.cjs +1 -1
- package/lib/internal/template/internal/generated/theming/index.js +1 -1
- package/lib/internal/template/internal/hooks/forward-focus/radio-group.js +1 -9
- package/lib/internal/template/internal/hooks/forward-focus/radio-group.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts +3 -0
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.js.map +1 -1
- package/lib/internal/template/internal/utils/dom.d.ts +1 -0
- package/lib/internal/template/internal/utils/dom.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/dom.js +3 -0
- package/lib/internal/template/internal/utils/dom.js.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/chart-container.js +2 -3
- package/lib/internal/template/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/domain.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/domain.js +4 -32
- package/lib/internal/template/mixed-line-bar-chart/domain.js.map +1 -1
- package/lib/internal/template/popover/internal.js +1 -1
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/lib/internal/template/tag-editor/index.js +2 -2
- package/lib/internal/template/tag-editor/index.js.map +1 -1
- package/lib/internal/template/tag-editor/utils.d.ts +0 -4
- package/lib/internal/template/tag-editor/utils.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/utils.js +0 -11
- package/lib/internal/template/tag-editor/utils.js.map +1 -1
- package/lib/internal/template/textarea/index.d.ts.map +1 -1
- package/lib/internal/template/textarea/index.js +3 -2
- package/lib/internal/template/textarea/index.js.map +1 -1
- package/lib/internal/template/textarea/interfaces.d.ts +48 -0
- package/lib/internal/template/textarea/interfaces.d.ts.map +1 -1
- package/lib/internal/template/textarea/interfaces.js.map +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.d.ts +3 -0
- package/lib/internal/template/textarea/styles.d.ts.map +1 -0
- package/lib/internal/template/textarea/styles.js +42 -0
- package/lib/internal/template/textarea/styles.js.map +1 -0
- package/lib/internal/template/textarea/styles.scoped.css +42 -29
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/package.json +1 -1
|
@@ -155,85 +155,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
SPDX-License-Identifier: Apache-2.0
|
|
156
156
|
*/
|
|
157
157
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
158
|
-
.awsui_code-editor-
|
|
158
|
+
.awsui_code-editor-refresh_1gl9c_10pvt_158 .ace_editor .ace_gutter:not(#\9) {
|
|
159
159
|
border-start-start-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
160
160
|
}
|
|
161
|
-
.awsui_code-editor-
|
|
161
|
+
.awsui_code-editor-refresh_1gl9c_10pvt_158 .ace_editor .ace_scroller:not(#\9) {
|
|
162
162
|
border-start-end-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.awsui_code-
|
|
165
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor:not(#\9) {
|
|
166
166
|
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
167
167
|
font-size: 14px;
|
|
168
168
|
line-height: 20px;
|
|
169
169
|
}
|
|
170
|
-
.awsui_code-
|
|
171
|
-
.awsui_code-
|
|
170
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
171
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
172
172
|
cursor: pointer;
|
|
173
173
|
background-repeat: no-repeat;
|
|
174
174
|
background-size: 16px 16px;
|
|
175
175
|
background-position: 4px 2px;
|
|
176
176
|
}
|
|
177
|
-
.awsui_code-
|
|
177
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
178
178
|
background-image: none;
|
|
179
179
|
}
|
|
180
|
-
.awsui_code-
|
|
180
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
181
|
color: var(--color-text-status-error-aknuvu, #d13212);
|
|
182
|
-
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");
|
|
183
182
|
}
|
|
184
183
|
@supports (--css-variable-support-check: #000) {
|
|
184
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
185
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d13212' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
186
|
+
}
|
|
185
187
|
@media not print {
|
|
186
|
-
.awsui_code-
|
|
188
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
187
189
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
188
190
|
}
|
|
189
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
191
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
190
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='%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");
|
|
191
193
|
}
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
@supports (--css-variable-support-check: #000) {
|
|
195
|
-
.awsui-visual-refresh .awsui_code-
|
|
197
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
196
198
|
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");
|
|
197
199
|
}
|
|
198
200
|
@media not print {
|
|
199
|
-
.awsui_code-
|
|
201
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
200
202
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
201
203
|
}
|
|
202
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
204
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
203
205
|
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");
|
|
204
206
|
}
|
|
205
207
|
}
|
|
206
208
|
}
|
|
207
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
208
|
-
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");
|
|
209
|
-
}
|
|
210
209
|
@supports (--css-variable-support-check: #000) {
|
|
210
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
211
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23906806' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
212
|
+
}
|
|
211
213
|
@media not print {
|
|
212
|
-
.awsui_code-
|
|
214
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
213
215
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
214
216
|
}
|
|
215
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
217
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
216
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='%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");
|
|
217
219
|
}
|
|
218
220
|
}
|
|
219
221
|
}
|
|
220
222
|
@supports (--css-variable-support-check: #000) {
|
|
221
|
-
.awsui-visual-refresh .awsui_code-
|
|
223
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
222
224
|
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");
|
|
223
225
|
}
|
|
224
226
|
@media not print {
|
|
225
|
-
.awsui_code-
|
|
227
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
226
228
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
227
229
|
}
|
|
228
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
230
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
229
231
|
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");
|
|
230
232
|
}
|
|
231
233
|
}
|
|
232
234
|
}
|
|
233
|
-
.awsui_code-
|
|
235
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
234
236
|
padding-inline: 24px 16px;
|
|
235
237
|
}
|
|
236
|
-
.awsui_code-
|
|
238
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget:not(#\9) {
|
|
237
239
|
/* A good test case for disabled folds
|
|
238
240
|
<<html<<<<
|
|
239
241
|
</html>
|
|
@@ -244,24 +246,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
244
246
|
border-block: none;
|
|
245
247
|
border-inline: none;
|
|
246
248
|
}
|
|
247
|
-
.awsui_code-
|
|
249
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
248
250
|
margin-inline-start: -21px;
|
|
249
251
|
}
|
|
250
|
-
.awsui_code-
|
|
251
|
-
.awsui_code-
|
|
252
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget:not(#\9),
|
|
253
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
252
254
|
box-shadow: none;
|
|
253
255
|
}
|
|
254
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
255
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
256
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
257
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
256
258
|
position: relative;
|
|
257
259
|
}
|
|
258
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
259
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
260
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
261
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
260
262
|
outline: 2px dotted transparent;
|
|
261
263
|
outline-offset: calc(-1px - 1px);
|
|
262
264
|
}
|
|
263
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
264
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
265
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
266
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
265
267
|
content: " ";
|
|
266
268
|
display: block;
|
|
267
269
|
position: absolute;
|
|
@@ -275,143 +277,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
275
277
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
276
278
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
277
279
|
}
|
|
278
|
-
.awsui_code-
|
|
280
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
279
281
|
background: transparent;
|
|
280
282
|
box-sizing: border-box;
|
|
281
283
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-394jyv, #d5dbdb);
|
|
282
284
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-394jyv, #d5dbdb);
|
|
283
285
|
}
|
|
284
|
-
.awsui_code-
|
|
286
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
285
287
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-vv9lm5, #687078);
|
|
286
288
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-vv9lm5, #687078);
|
|
287
289
|
}
|
|
288
|
-
.awsui_code-
|
|
290
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter:not(#\9) {
|
|
289
291
|
background-color: var(--color-background-code-editor-gutter-default-4w1h09, #f2f3f3);
|
|
290
292
|
color: var(--color-text-code-editor-gutter-default-40mafk, #16191f);
|
|
291
293
|
}
|
|
292
|
-
.awsui_code-
|
|
293
|
-
.awsui_code-
|
|
294
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter:not(#\9):focus,
|
|
295
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_scroller:not(#\9):focus {
|
|
294
296
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
295
297
|
}
|
|
296
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
297
|
-
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");
|
|
298
|
-
}
|
|
299
298
|
@supports (--css-variable-support-check: #000) {
|
|
299
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
300
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
301
|
+
}
|
|
300
302
|
@media not print {
|
|
301
|
-
.awsui_code-
|
|
303
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
302
304
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
303
305
|
}
|
|
304
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
306
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
305
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='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
306
308
|
}
|
|
307
309
|
}
|
|
308
310
|
}
|
|
309
311
|
@supports (--css-variable-support-check: #000) {
|
|
310
|
-
.awsui-visual-refresh .awsui_code-
|
|
312
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
311
313
|
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");
|
|
312
314
|
}
|
|
313
315
|
@media not print {
|
|
314
|
-
.awsui_code-
|
|
316
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
315
317
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
316
318
|
}
|
|
317
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
319
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
318
320
|
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");
|
|
319
321
|
}
|
|
320
322
|
}
|
|
321
323
|
}
|
|
322
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
323
|
-
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");
|
|
324
|
-
}
|
|
325
324
|
@supports (--css-variable-support-check: #000) {
|
|
325
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
326
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
327
|
+
}
|
|
326
328
|
@media not print {
|
|
327
|
-
.awsui_code-
|
|
329
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
328
330
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
329
331
|
}
|
|
330
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
332
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
331
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='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
332
334
|
}
|
|
333
335
|
}
|
|
334
336
|
}
|
|
335
337
|
@supports (--css-variable-support-check: #000) {
|
|
336
|
-
.awsui-visual-refresh .awsui_code-
|
|
338
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
337
339
|
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");
|
|
338
340
|
}
|
|
339
341
|
@media not print {
|
|
340
|
-
.awsui_code-
|
|
342
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
341
343
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
342
344
|
}
|
|
343
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
345
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
344
346
|
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");
|
|
345
347
|
}
|
|
346
348
|
}
|
|
347
349
|
}
|
|
348
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
349
|
-
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");
|
|
350
|
-
}
|
|
351
350
|
@supports (--css-variable-support-check: #000) {
|
|
351
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
352
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
353
|
+
}
|
|
352
354
|
@media not print {
|
|
353
|
-
.awsui_code-
|
|
355
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
354
356
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
355
357
|
}
|
|
356
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
358
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
357
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='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
358
360
|
}
|
|
359
361
|
}
|
|
360
362
|
}
|
|
361
363
|
@supports (--css-variable-support-check: #000) {
|
|
362
|
-
.awsui-visual-refresh .awsui_code-
|
|
364
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
363
365
|
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");
|
|
364
366
|
}
|
|
365
367
|
@media not print {
|
|
366
|
-
.awsui_code-
|
|
368
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
367
369
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
368
370
|
}
|
|
369
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
371
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
370
372
|
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");
|
|
371
373
|
}
|
|
372
374
|
}
|
|
373
375
|
}
|
|
374
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
375
|
-
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");
|
|
376
|
-
}
|
|
377
376
|
@supports (--css-variable-support-check: #000) {
|
|
377
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
378
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
379
|
+
}
|
|
378
380
|
@media not print {
|
|
379
|
-
.awsui_code-
|
|
381
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
380
382
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
381
383
|
}
|
|
382
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
384
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
383
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='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
389
|
@supports (--css-variable-support-check: #000) {
|
|
388
|
-
.awsui-visual-refresh .awsui_code-
|
|
390
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
389
391
|
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");
|
|
390
392
|
}
|
|
391
393
|
@media not print {
|
|
392
|
-
.awsui_code-
|
|
394
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
393
395
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
394
396
|
}
|
|
395
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
397
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
396
398
|
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");
|
|
397
399
|
}
|
|
398
400
|
}
|
|
399
401
|
}
|
|
400
|
-
.awsui_code-
|
|
402
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
401
403
|
background-color: var(--color-background-code-editor-gutter-active-line-default-115dvu, #687078);
|
|
402
404
|
color: var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
|
|
403
405
|
}
|
|
404
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
405
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
406
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
407
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
406
408
|
position: relative;
|
|
407
409
|
}
|
|
408
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
409
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
410
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
411
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
410
412
|
outline: 2px dotted transparent;
|
|
411
413
|
outline-offset: calc(-2px - 1px);
|
|
412
414
|
}
|
|
413
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
414
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
415
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
416
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
415
417
|
content: " ";
|
|
416
418
|
display: block;
|
|
417
419
|
position: absolute;
|
|
@@ -425,264 +427,266 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
425
427
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
426
428
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
|
|
427
429
|
}
|
|
428
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
429
|
-
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");
|
|
430
|
-
}
|
|
431
430
|
@supports (--css-variable-support-check: #000) {
|
|
431
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
432
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
433
|
+
}
|
|
432
434
|
@media not print {
|
|
433
|
-
.awsui_code-
|
|
435
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
434
436
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
435
437
|
}
|
|
436
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
438
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
437
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='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
438
440
|
}
|
|
439
441
|
}
|
|
440
442
|
}
|
|
441
443
|
@supports (--css-variable-support-check: #000) {
|
|
442
|
-
.awsui-visual-refresh .awsui_code-
|
|
444
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
443
445
|
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");
|
|
444
446
|
}
|
|
445
447
|
@media not print {
|
|
446
|
-
.awsui_code-
|
|
448
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
447
449
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
448
450
|
}
|
|
449
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
451
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
450
452
|
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");
|
|
451
453
|
}
|
|
452
454
|
}
|
|
453
455
|
}
|
|
454
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
455
|
-
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");
|
|
456
|
-
}
|
|
457
456
|
@supports (--css-variable-support-check: #000) {
|
|
457
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
458
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
459
|
+
}
|
|
458
460
|
@media not print {
|
|
459
|
-
.awsui_code-
|
|
461
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
460
462
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
461
463
|
}
|
|
462
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
464
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
463
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='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
464
466
|
}
|
|
465
467
|
}
|
|
466
468
|
}
|
|
467
469
|
@supports (--css-variable-support-check: #000) {
|
|
468
|
-
.awsui-visual-refresh .awsui_code-
|
|
470
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
469
471
|
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");
|
|
470
472
|
}
|
|
471
473
|
@media not print {
|
|
472
|
-
.awsui_code-
|
|
474
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
473
475
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
474
476
|
}
|
|
475
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
477
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
476
478
|
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");
|
|
477
479
|
}
|
|
478
480
|
}
|
|
479
481
|
}
|
|
480
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
481
|
-
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");
|
|
482
|
-
}
|
|
483
482
|
@supports (--css-variable-support-check: #000) {
|
|
483
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
484
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
485
|
+
}
|
|
484
486
|
@media not print {
|
|
485
|
-
.awsui_code-
|
|
487
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
486
488
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
487
489
|
}
|
|
488
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
490
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
489
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='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
490
492
|
}
|
|
491
493
|
}
|
|
492
494
|
}
|
|
493
495
|
@supports (--css-variable-support-check: #000) {
|
|
494
|
-
.awsui-visual-refresh .awsui_code-
|
|
496
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
495
497
|
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");
|
|
496
498
|
}
|
|
497
499
|
@media not print {
|
|
498
|
-
.awsui_code-
|
|
500
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
499
501
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
500
502
|
}
|
|
501
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
503
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
502
504
|
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");
|
|
503
505
|
}
|
|
504
506
|
}
|
|
505
507
|
}
|
|
506
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
507
|
-
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");
|
|
508
|
-
}
|
|
509
508
|
@supports (--css-variable-support-check: #000) {
|
|
509
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
510
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
511
|
+
}
|
|
510
512
|
@media not print {
|
|
511
|
-
.awsui_code-
|
|
513
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
512
514
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
513
515
|
}
|
|
514
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
516
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
515
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='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
516
518
|
}
|
|
517
519
|
}
|
|
518
520
|
}
|
|
519
521
|
@supports (--css-variable-support-check: #000) {
|
|
520
|
-
.awsui-visual-refresh .awsui_code-
|
|
522
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
521
523
|
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");
|
|
522
524
|
}
|
|
523
525
|
@media not print {
|
|
524
|
-
.awsui_code-
|
|
526
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
525
527
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
526
528
|
}
|
|
527
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
529
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
528
530
|
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");
|
|
529
531
|
}
|
|
530
532
|
}
|
|
531
533
|
}
|
|
532
|
-
.awsui_code-
|
|
534
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
533
535
|
color: var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
|
|
534
536
|
background-color: var(--color-background-code-editor-gutter-active-line-error-oqzpvs, #d13212);
|
|
535
|
-
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");
|
|
536
537
|
}
|
|
537
538
|
@supports (--css-variable-support-check: #000) {
|
|
539
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
540
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
541
|
+
}
|
|
538
542
|
@media not print {
|
|
539
|
-
.awsui_code-
|
|
543
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
540
544
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
541
545
|
}
|
|
542
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
546
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
543
547
|
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");
|
|
544
548
|
}
|
|
545
549
|
}
|
|
546
550
|
}
|
|
547
551
|
@supports (--css-variable-support-check: #000) {
|
|
548
|
-
.awsui-visual-refresh .awsui_code-
|
|
552
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
549
553
|
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");
|
|
550
554
|
}
|
|
551
555
|
@media not print {
|
|
552
|
-
.awsui_code-
|
|
556
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
553
557
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
554
558
|
}
|
|
555
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
559
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
556
560
|
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");
|
|
557
561
|
}
|
|
558
562
|
}
|
|
559
563
|
}
|
|
560
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
561
|
-
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");
|
|
562
|
-
}
|
|
563
564
|
@supports (--css-variable-support-check: #000) {
|
|
565
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
566
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
567
|
+
}
|
|
564
568
|
@media not print {
|
|
565
|
-
.awsui_code-
|
|
569
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
566
570
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
567
571
|
}
|
|
568
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
572
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
569
573
|
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");
|
|
570
574
|
}
|
|
571
575
|
}
|
|
572
576
|
}
|
|
573
577
|
@supports (--css-variable-support-check: #000) {
|
|
574
|
-
.awsui-visual-refresh .awsui_code-
|
|
578
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
575
579
|
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");
|
|
576
580
|
}
|
|
577
581
|
@media not print {
|
|
578
|
-
.awsui_code-
|
|
582
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
579
583
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
580
584
|
}
|
|
581
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
585
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
582
586
|
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");
|
|
583
587
|
}
|
|
584
588
|
}
|
|
585
589
|
}
|
|
586
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
587
|
-
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");
|
|
588
|
-
}
|
|
589
590
|
@supports (--css-variable-support-check: #000) {
|
|
591
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
592
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
593
|
+
}
|
|
590
594
|
@media not print {
|
|
591
|
-
.awsui_code-
|
|
595
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
592
596
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
593
597
|
}
|
|
594
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
598
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
595
599
|
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");
|
|
596
600
|
}
|
|
597
601
|
}
|
|
598
602
|
}
|
|
599
603
|
@supports (--css-variable-support-check: #000) {
|
|
600
|
-
.awsui-visual-refresh .awsui_code-
|
|
604
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
601
605
|
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");
|
|
602
606
|
}
|
|
603
607
|
@media not print {
|
|
604
|
-
.awsui_code-
|
|
608
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
605
609
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
606
610
|
}
|
|
607
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
611
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .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_10pvt_158 .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_10pvt_158 .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_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
608
612
|
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");
|
|
609
613
|
}
|
|
610
614
|
}
|
|
611
615
|
}
|
|
612
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
613
|
-
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");
|
|
614
|
-
}
|
|
615
616
|
@supports (--css-variable-support-check: #000) {
|
|
617
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
618
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
619
|
+
}
|
|
616
620
|
@media not print {
|
|
617
|
-
.awsui_code-
|
|
621
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
618
622
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
619
623
|
}
|
|
620
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
624
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
621
625
|
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");
|
|
622
626
|
}
|
|
623
627
|
}
|
|
624
628
|
}
|
|
625
629
|
@supports (--css-variable-support-check: #000) {
|
|
626
|
-
.awsui-visual-refresh .awsui_code-
|
|
630
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
627
631
|
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");
|
|
628
632
|
}
|
|
629
633
|
@media not print {
|
|
630
|
-
.awsui_code-
|
|
634
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
631
635
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
632
636
|
}
|
|
633
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
637
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .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_10pvt_158 .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_10pvt_158 .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_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
634
638
|
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");
|
|
635
639
|
}
|
|
636
640
|
}
|
|
637
641
|
}
|
|
638
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
639
|
-
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");
|
|
640
|
-
}
|
|
641
642
|
@supports (--css-variable-support-check: #000) {
|
|
643
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
644
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
645
|
+
}
|
|
642
646
|
@media not print {
|
|
643
|
-
.awsui_code-
|
|
647
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
644
648
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
645
649
|
}
|
|
646
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
650
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
647
651
|
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");
|
|
648
652
|
}
|
|
649
653
|
}
|
|
650
654
|
}
|
|
651
655
|
@supports (--css-variable-support-check: #000) {
|
|
652
|
-
.awsui-visual-refresh .awsui_code-
|
|
656
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
653
657
|
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");
|
|
654
658
|
}
|
|
655
659
|
@media not print {
|
|
656
|
-
.awsui_code-
|
|
660
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
657
661
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
658
662
|
}
|
|
659
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
663
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .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_10pvt_158 .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_10pvt_158 .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_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
660
664
|
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");
|
|
661
665
|
}
|
|
662
666
|
}
|
|
663
667
|
}
|
|
664
|
-
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
665
|
-
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");
|
|
666
|
-
}
|
|
667
668
|
@supports (--css-variable-support-check: #000) {
|
|
669
|
+
body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
670
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
671
|
+
}
|
|
668
672
|
@media not print {
|
|
669
|
-
.awsui_code-
|
|
673
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
670
674
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
671
675
|
}
|
|
672
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
676
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
673
677
|
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");
|
|
674
678
|
}
|
|
675
679
|
}
|
|
676
680
|
}
|
|
677
681
|
@supports (--css-variable-support-check: #000) {
|
|
678
|
-
.awsui-visual-refresh .awsui_code-
|
|
682
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
679
683
|
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");
|
|
680
684
|
}
|
|
681
685
|
@media not print {
|
|
682
|
-
.awsui_code-
|
|
686
|
+
.awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
683
687
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
684
688
|
}
|
|
685
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
689
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_10pvt_158 .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_10pvt_158 .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_10pvt_158 .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_10pvt_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
686
690
|
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");
|
|
687
691
|
}
|
|
688
692
|
}
|
|
@@ -697,7 +701,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
697
701
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
698
702
|
SPDX-License-Identifier: Apache-2.0
|
|
699
703
|
*/
|
|
700
|
-
.
|
|
704
|
+
.awsui_pane_1gl9c_10pvt_704:not(#\9) {
|
|
701
705
|
display: flex;
|
|
702
706
|
position: relative;
|
|
703
707
|
flex-direction: row;
|
|
@@ -708,79 +712,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
708
712
|
background: var(--color-background-code-editor-status-bar-hv1hb6, #f2f3f3);
|
|
709
713
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
710
714
|
}
|
|
711
|
-
.awsui_pane__close-
|
|
715
|
+
.awsui_pane__close-container_1gl9c_10pvt_715:not(#\9) {
|
|
712
716
|
position: absolute;
|
|
713
717
|
inset-block-start: 0;
|
|
714
718
|
inset-inline-end: calc(var(--space-s-4a5hs8, 12px) / 2);
|
|
715
719
|
}
|
|
716
|
-
.
|
|
720
|
+
.awsui_pane__list_1gl9c_10pvt_720:not(#\9) {
|
|
717
721
|
flex: 1;
|
|
718
722
|
overflow: auto;
|
|
719
723
|
max-block-size: 100%;
|
|
720
724
|
box-sizing: border-box;
|
|
721
725
|
margin-inline-end: calc(var(--line-height-body-m-bedeoh, 22px) + 2 * var(--space-xs-kw7k3v, 8px));
|
|
722
726
|
}
|
|
723
|
-
.
|
|
727
|
+
.awsui_pane__table_1gl9c_10pvt_727:not(#\9) {
|
|
724
728
|
inline-size: 100%;
|
|
725
729
|
border-spacing: 0;
|
|
726
730
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
727
731
|
margin-inline: 0;
|
|
728
732
|
}
|
|
729
|
-
.
|
|
733
|
+
.awsui_pane__item_1gl9c_10pvt_733 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9) {
|
|
730
734
|
border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
731
735
|
border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
732
736
|
}
|
|
733
|
-
.
|
|
737
|
+
.awsui_pane__item_1gl9c_10pvt_733 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9):first-child {
|
|
734
738
|
border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
735
739
|
border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
736
740
|
border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
737
741
|
}
|
|
738
|
-
.
|
|
742
|
+
.awsui_pane__item_1gl9c_10pvt_733 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9):last-child {
|
|
739
743
|
border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
740
744
|
border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
741
745
|
border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
742
746
|
}
|
|
743
|
-
.awsui_pane__item--
|
|
747
|
+
.awsui_pane__item--highlighted_1gl9c_10pvt_747:not(#\9), .awsui_pane__item_1gl9c_10pvt_733:not(#\9):hover, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):focus {
|
|
744
748
|
cursor: pointer;
|
|
745
749
|
outline: none;
|
|
746
750
|
}
|
|
747
|
-
.awsui_pane__item--
|
|
751
|
+
.awsui_pane__item--highlighted_1gl9c_10pvt_747 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9), .awsui_pane__item_1gl9c_10pvt_733:not(#\9):hover > .awsui_pane__cell_1gl9c_10pvt_733, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):focus > .awsui_pane__cell_1gl9c_10pvt_733 {
|
|
748
752
|
background-color: var(--color-background-code-editor-pane-item-hover-jhuc5f, #eaeded);
|
|
749
753
|
}
|
|
750
|
-
.awsui_pane__item--
|
|
754
|
+
.awsui_pane__item--highlighted_1gl9c_10pvt_747 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9), .awsui_pane__item_1gl9c_10pvt_733:not(#\9):hover > .awsui_pane__cell_1gl9c_10pvt_733, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):focus > .awsui_pane__cell_1gl9c_10pvt_733 {
|
|
751
755
|
border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
752
756
|
border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
753
757
|
}
|
|
754
|
-
.awsui_pane__item--
|
|
758
|
+
.awsui_pane__item--highlighted_1gl9c_10pvt_747 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9):first-child, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):hover > .awsui_pane__cell_1gl9c_10pvt_733:first-child, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):focus > .awsui_pane__cell_1gl9c_10pvt_733:first-child {
|
|
755
759
|
border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
756
760
|
border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
757
761
|
border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
758
762
|
}
|
|
759
|
-
.awsui_pane__item--
|
|
763
|
+
.awsui_pane__item--highlighted_1gl9c_10pvt_747 > .awsui_pane__cell_1gl9c_10pvt_733:not(#\9):last-child, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):hover > .awsui_pane__cell_1gl9c_10pvt_733:last-child, .awsui_pane__item_1gl9c_10pvt_733:not(#\9):focus > .awsui_pane__cell_1gl9c_10pvt_733:last-child {
|
|
760
764
|
border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
761
765
|
border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
762
766
|
border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
763
767
|
}
|
|
764
|
-
.
|
|
768
|
+
.awsui_pane__location_1gl9c_10pvt_768:not(#\9), .awsui_pane__description_1gl9c_10pvt_768:not(#\9) {
|
|
765
769
|
padding-block: var(--space-xxs-jnczic, 4px);
|
|
766
770
|
padding-inline: var(--space-s-4a5hs8, 12px);
|
|
767
771
|
}
|
|
768
|
-
.
|
|
772
|
+
.awsui_pane__location_1gl9c_10pvt_768:not(#\9) {
|
|
769
773
|
vertical-align: baseline;
|
|
770
774
|
white-space: nowrap;
|
|
771
775
|
padding-inline-start: calc(var(--space-l-3cws6j, 20px) + var(--space-s-4a5hs8, 12px));
|
|
772
776
|
}
|
|
773
|
-
.
|
|
777
|
+
.awsui_pane__description_1gl9c_10pvt_768:not(#\9) {
|
|
774
778
|
padding-inline-end: 0;
|
|
775
779
|
min-inline-size: 0;
|
|
776
780
|
word-break: break-word;
|
|
777
781
|
}
|
|
778
782
|
|
|
779
|
-
.awsui_focus-
|
|
783
|
+
.awsui_focus-lock_1gl9c_10pvt_783:not(#\9) {
|
|
780
784
|
block-size: 100%;
|
|
781
785
|
}
|
|
782
786
|
|
|
783
|
-
.awsui_code-
|
|
787
|
+
.awsui_code-editor_1gl9c_10pvt_158:not(#\9) {
|
|
784
788
|
border-collapse: separate;
|
|
785
789
|
border-spacing: 0;
|
|
786
790
|
box-sizing: border-box;
|
|
@@ -820,18 +824,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
820
824
|
inline-size: 100%;
|
|
821
825
|
}
|
|
822
826
|
|
|
823
|
-
.
|
|
827
|
+
.awsui_editor_1gl9c_10pvt_827:not(#\9) {
|
|
824
828
|
position: absolute;
|
|
825
829
|
inset: 0;
|
|
826
830
|
}
|
|
827
|
-
.
|
|
831
|
+
.awsui_editor_1gl9c_10pvt_827:not(#\9):focus {
|
|
828
832
|
position: relative;
|
|
829
833
|
}
|
|
830
|
-
.
|
|
834
|
+
.awsui_editor_1gl9c_10pvt_827:not(#\9):focus {
|
|
831
835
|
outline: 2px dotted transparent;
|
|
832
836
|
outline-offset: calc(3px - 1px);
|
|
833
837
|
}
|
|
834
|
-
.
|
|
838
|
+
.awsui_editor_1gl9c_10pvt_827:not(#\9):focus::before {
|
|
835
839
|
content: " ";
|
|
836
840
|
display: block;
|
|
837
841
|
position: absolute;
|
|
@@ -845,17 +849,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
845
849
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
846
850
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
847
851
|
}
|
|
848
|
-
.
|
|
852
|
+
.awsui_editor_1gl9c_10pvt_827:not(#\9):focus {
|
|
849
853
|
position: absolute;
|
|
850
854
|
overflow: visible;
|
|
851
855
|
}
|
|
852
856
|
|
|
853
|
-
.awsui_editor-
|
|
857
|
+
.awsui_editor-refresh_1gl9c_10pvt_857:not(#\9) {
|
|
854
858
|
border-start-start-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
855
859
|
border-start-end-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
856
860
|
}
|
|
857
861
|
|
|
858
|
-
.awsui_status-
|
|
862
|
+
.awsui_status-bar_1gl9c_10pvt_862:not(#\9) {
|
|
859
863
|
container-type: inline-size;
|
|
860
864
|
display: flex;
|
|
861
865
|
vertical-align: middle;
|
|
@@ -864,38 +868,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
864
868
|
min-inline-size: 0;
|
|
865
869
|
word-break: break-word;
|
|
866
870
|
}
|
|
867
|
-
.awsui_status-bar-with-hidden-
|
|
871
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_10pvt_871:not(#\9) {
|
|
868
872
|
border-end-start-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
869
873
|
border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
870
874
|
}
|
|
871
|
-
.awsui_status-
|
|
875
|
+
.awsui_status-bar__left_1gl9c_10pvt_875:not(#\9) {
|
|
872
876
|
flex: 1;
|
|
873
877
|
display: flex;
|
|
874
878
|
flex-wrap: wrap;
|
|
875
879
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
876
880
|
border-inline-end: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-code-editor-default-gxnpsc, #d5dbdb);
|
|
877
881
|
}
|
|
878
|
-
.awsui_status-
|
|
882
|
+
.awsui_status-bar__right_1gl9c_10pvt_882:not(#\9) {
|
|
879
883
|
display: flex;
|
|
880
884
|
align-items: center;
|
|
881
885
|
}
|
|
882
|
-
.awsui_status-bar__language-
|
|
886
|
+
.awsui_status-bar__language-mode_1gl9c_10pvt_886:not(#\9), .awsui_status-bar__cursor-position_1gl9c_10pvt_886:not(#\9) {
|
|
883
887
|
display: inline-block;
|
|
884
888
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
885
889
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
886
890
|
padding-inline: var(--space-s-4a5hs8, 12px);
|
|
887
891
|
}
|
|
888
|
-
.awsui_status-bar__cog-
|
|
892
|
+
.awsui_status-bar__cog-button_1gl9c_10pvt_892:not(#\9) {
|
|
889
893
|
padding-block: calc(var(--space-scaled-xxs-jatbiv, 4px) - 1px);
|
|
890
894
|
padding-inline: calc(var(--space-xs-kw7k3v, 8px) - 2px);
|
|
891
895
|
}
|
|
892
896
|
|
|
893
|
-
.awsui_tab-
|
|
897
|
+
.awsui_tab-list_1gl9c_10pvt_897:not(#\9) {
|
|
894
898
|
align-items: center;
|
|
895
899
|
display: inline-flex;
|
|
896
900
|
}
|
|
897
901
|
|
|
898
|
-
.awsui_tab-
|
|
902
|
+
.awsui_tab-button_1gl9c_10pvt_902:not(#\9) {
|
|
899
903
|
position: relative;
|
|
900
904
|
display: inline-flex;
|
|
901
905
|
gap: var(--space-xxs-jnczic, 4px);
|
|
@@ -911,11 +915,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
911
915
|
cursor: pointer;
|
|
912
916
|
z-index: 1;
|
|
913
917
|
}
|
|
914
|
-
.awsui_tab-
|
|
918
|
+
.awsui_tab-button_1gl9c_10pvt_902:not(#\9):hover {
|
|
915
919
|
color: var(--color-text-code-editor-tab-button-error-g3t4ce, #ffffff);
|
|
916
920
|
background: var(--color-text-status-error-aknuvu, #d13212);
|
|
917
921
|
}
|
|
918
|
-
.awsui_tab-
|
|
922
|
+
.awsui_tab-button_1gl9c_10pvt_902:not(#\9)::after {
|
|
919
923
|
content: "";
|
|
920
924
|
position: absolute;
|
|
921
925
|
inset-inline: 0;
|
|
@@ -928,54 +932,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_158 .ace_edit
|
|
|
928
932
|
background: var(--color-text-status-error-aknuvu, #d13212);
|
|
929
933
|
opacity: 0;
|
|
930
934
|
}
|
|
931
|
-
.awsui_tab-button--
|
|
935
|
+
.awsui_tab-button--refresh_1gl9c_10pvt_935:not(#\9) {
|
|
932
936
|
padding-block-end: calc(var(--space-scaled-xs-sppte9, 8px) + var(--border-active-width-vglvq7, 2px) - 2px);
|
|
933
937
|
}
|
|
934
|
-
.awsui_tab-button--
|
|
938
|
+
.awsui_tab-button--warnings_1gl9c_10pvt_938:not(#\9) {
|
|
935
939
|
color: var(--color-text-status-warning-9b45qh, #906806);
|
|
936
940
|
}
|
|
937
|
-
.awsui_tab-button--
|
|
941
|
+
.awsui_tab-button--warnings_1gl9c_10pvt_938:not(#\9):hover {
|
|
938
942
|
background: var(--color-text-status-warning-9b45qh, #906806);
|
|
939
943
|
}
|
|
940
|
-
.awsui_tab-button--
|
|
944
|
+
.awsui_tab-button--warnings_1gl9c_10pvt_938:not(#\9)::after {
|
|
941
945
|
background: var(--color-text-status-warning-9b45qh, #906806);
|
|
942
946
|
}
|
|
943
|
-
.awsui_tab-button--
|
|
947
|
+
.awsui_tab-button--active_1gl9c_10pvt_947:not(#\9)::after {
|
|
944
948
|
opacity: 1;
|
|
945
949
|
}
|
|
946
|
-
.awsui_tab-button--
|
|
950
|
+
.awsui_tab-button--refresh_1gl9c_10pvt_935:not(#\9)::after {
|
|
947
951
|
transition: opacity var(--motion-duration-refresh-only-medium-h3wrr6, 0ms) var(--motion-easing-refresh-only-c-r5v2kx, cubic-bezier(0.84, 0, 0.16, 1));
|
|
948
952
|
}
|
|
949
953
|
@media (prefers-reduced-motion: reduce) {
|
|
950
|
-
.awsui_tab-button--
|
|
954
|
+
.awsui_tab-button--refresh_1gl9c_10pvt_935:not(#\9)::after {
|
|
951
955
|
animation: none;
|
|
952
956
|
transition: none;
|
|
953
957
|
}
|
|
954
958
|
}
|
|
955
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
959
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_10pvt_935:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_10pvt_935:not(#\9)::after {
|
|
956
960
|
animation: none;
|
|
957
961
|
transition: none;
|
|
958
962
|
}
|
|
959
|
-
.awsui_tab-button--
|
|
963
|
+
.awsui_tab-button--disabled_1gl9c_10pvt_963:not(#\9) {
|
|
960
964
|
font-weight: normal;
|
|
961
965
|
color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
|
|
962
966
|
cursor: default;
|
|
963
967
|
}
|
|
964
|
-
.awsui_tab-button--
|
|
968
|
+
.awsui_tab-button--disabled_1gl9c_10pvt_963:not(#\9):hover {
|
|
965
969
|
color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
|
|
966
970
|
background: transparent;
|
|
967
971
|
}
|
|
968
|
-
.awsui_tab-button--
|
|
972
|
+
.awsui_tab-button--disabled_1gl9c_10pvt_963:not(#\9)::after {
|
|
969
973
|
display: none;
|
|
970
974
|
}
|
|
971
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
975
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_10pvt_902:not(#\9):focus {
|
|
972
976
|
position: relative;
|
|
973
977
|
}
|
|
974
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
978
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_10pvt_902:not(#\9):focus {
|
|
975
979
|
outline: 2px dotted transparent;
|
|
976
980
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-w7mxq8, 3px) - 1px);
|
|
977
981
|
}
|
|
978
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
982
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_10pvt_902:not(#\9):focus::before {
|
|
979
983
|
content: " ";
|
|
980
984
|
display: block;
|
|
981
985
|
position: absolute;
|
|
@@ -989,49 +993,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_napl5_898:not(#\9):f
|
|
|
989
993
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
990
994
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
991
995
|
}
|
|
992
|
-
.awsui_tab-button--
|
|
996
|
+
.awsui_tab-button--divider_1gl9c_10pvt_996:not(#\9) {
|
|
993
997
|
display: inline-block;
|
|
994
998
|
block-size: var(--line-height-body-m-bedeoh, 22px);
|
|
995
999
|
inline-size: var(--border-code-editor-status-divider-width-r988cc, 0px);
|
|
996
1000
|
background: var(--color-border-tabs-divider-uu65wu, #aab7b8);
|
|
997
1001
|
vertical-align: middle;
|
|
998
1002
|
}
|
|
999
|
-
.awsui_tab-button--
|
|
1003
|
+
.awsui_tab-button--errors_1gl9c_10pvt_1003:not(#\9) {
|
|
1000
1004
|
/* used in test-utils */
|
|
1001
1005
|
}
|
|
1002
1006
|
@supports (contain: inline-size) {
|
|
1003
|
-
.awsui_tab-
|
|
1007
|
+
.awsui_tab-button_1gl9c_10pvt_902:not(#\9) {
|
|
1004
1008
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
1005
1009
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
1006
1010
|
}
|
|
1007
1011
|
@container not (max-width: 500px) {
|
|
1008
|
-
.awsui_tab-
|
|
1012
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_count_1gl9c_10pvt_1012:not(#\9) {
|
|
1009
1013
|
display: none;
|
|
1010
1014
|
}
|
|
1011
|
-
.awsui_tab-
|
|
1015
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_text_1gl9c_10pvt_1015:not(#\9) {
|
|
1012
1016
|
display: inline;
|
|
1013
1017
|
}
|
|
1014
1018
|
}
|
|
1015
1019
|
@container (max-width: 500px) {
|
|
1016
|
-
.awsui_tab-
|
|
1020
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_count_1gl9c_10pvt_1012:not(#\9) {
|
|
1017
1021
|
display: inline;
|
|
1018
1022
|
}
|
|
1019
|
-
.awsui_tab-
|
|
1023
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_text_1gl9c_10pvt_1015:not(#\9) {
|
|
1020
1024
|
display: none;
|
|
1021
1025
|
}
|
|
1022
1026
|
}
|
|
1023
1027
|
}
|
|
1024
1028
|
@supports not (contain: inline-size) {
|
|
1025
|
-
.awsui_tab-
|
|
1029
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_count_1gl9c_10pvt_1012:not(#\9) {
|
|
1026
1030
|
display: none;
|
|
1027
1031
|
}
|
|
1028
|
-
.awsui_tab-
|
|
1032
|
+
.awsui_tab-button_1gl9c_10pvt_902 > .awsui_text_1gl9c_10pvt_1015:not(#\9) {
|
|
1029
1033
|
display: inline;
|
|
1030
1034
|
}
|
|
1031
1035
|
}
|
|
1032
1036
|
|
|
1033
|
-
.awsui_loading-
|
|
1034
|
-
.awsui_error-
|
|
1037
|
+
.awsui_loading-screen_1gl9c_10pvt_1037:not(#\9),
|
|
1038
|
+
.awsui_error-screen_1gl9c_10pvt_1038:not(#\9) {
|
|
1035
1039
|
display: flex;
|
|
1036
1040
|
align-items: center;
|
|
1037
1041
|
justify-content: center;
|
|
@@ -1044,6 +1048,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_napl5_898:not(#\9):f
|
|
|
1044
1048
|
border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
1045
1049
|
}
|
|
1046
1050
|
|
|
1047
|
-
.awsui_error-
|
|
1051
|
+
.awsui_error-screen_1gl9c_10pvt_1038:not(#\9) {
|
|
1048
1052
|
color: var(--color-text-status-error-aknuvu, #d13212);
|
|
1049
1053
|
}
|