@cloudscape-design/components-themeable 3.0.875 → 3.0.877
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/code-editor/styles.scss +6 -2
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +187 -185
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/package.json +1 -0
- package/package.json +1 -1
|
@@ -155,85 +155,85 @@ 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_nferq_158 .ace_editor .ace_gutter:not(#\9) {
|
|
159
159
|
border-start-start-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
160
160
|
}
|
|
161
|
-
.awsui_code-editor-
|
|
161
|
+
.awsui_code-editor-refresh_1gl9c_nferq_158 .ace_editor .ace_scroller:not(#\9) {
|
|
162
162
|
border-start-end-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.awsui_code-
|
|
165
|
+
.awsui_code-editor_1gl9c_nferq_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_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
171
|
+
.awsui_code-editor_1gl9c_nferq_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_nferq_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_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
181
|
color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
182
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
183
|
}
|
|
184
184
|
@supports (--css-variable-support-check: #000) {
|
|
185
185
|
@media not print {
|
|
186
|
-
.awsui_code-
|
|
186
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
187
187
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
188
188
|
}
|
|
189
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
189
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
190
190
|
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
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
@supports (--css-variable-support-check: #000) {
|
|
195
|
-
.awsui-visual-refresh .awsui_code-
|
|
195
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
196
196
|
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
197
|
}
|
|
198
198
|
@media not print {
|
|
199
|
-
.awsui_code-
|
|
199
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
200
200
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
201
201
|
}
|
|
202
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
202
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
203
203
|
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
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
|
-
.awsui_code-
|
|
207
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
208
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
209
|
}
|
|
210
210
|
@supports (--css-variable-support-check: #000) {
|
|
211
211
|
@media not print {
|
|
212
|
-
.awsui_code-
|
|
212
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
213
213
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
214
214
|
}
|
|
215
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
215
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
216
216
|
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
217
|
}
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
@supports (--css-variable-support-check: #000) {
|
|
221
|
-
.awsui-visual-refresh .awsui_code-
|
|
221
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
222
222
|
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
223
|
}
|
|
224
224
|
@media not print {
|
|
225
|
-
.awsui_code-
|
|
225
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
226
226
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
227
227
|
}
|
|
228
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
228
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
229
229
|
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
230
|
}
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.awsui_code-
|
|
233
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
234
234
|
padding-inline: 24px 16px;
|
|
235
235
|
}
|
|
236
|
-
.awsui_code-
|
|
236
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget:not(#\9) {
|
|
237
237
|
/* A good test case for disabled folds
|
|
238
238
|
<<html<<<<
|
|
239
239
|
</html>
|
|
@@ -244,24 +244,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
244
244
|
border-block: none;
|
|
245
245
|
border-inline: none;
|
|
246
246
|
}
|
|
247
|
-
.awsui_code-
|
|
247
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
248
248
|
margin-inline-start: -21px;
|
|
249
249
|
}
|
|
250
|
-
.awsui_code-
|
|
251
|
-
.awsui_code-
|
|
250
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget:not(#\9),
|
|
251
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
252
252
|
box-shadow: none;
|
|
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_nferq_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
255
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
256
256
|
position: relative;
|
|
257
257
|
}
|
|
258
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
259
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
258
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
259
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
260
260
|
outline: 2px dotted transparent;
|
|
261
261
|
outline-offset: calc(-1px - 1px);
|
|
262
262
|
}
|
|
263
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
264
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
263
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
264
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
265
265
|
content: " ";
|
|
266
266
|
display: block;
|
|
267
267
|
position: absolute;
|
|
@@ -275,143 +275,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
275
275
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
276
276
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
277
277
|
}
|
|
278
|
-
.awsui_code-
|
|
278
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
279
279
|
background: transparent;
|
|
280
280
|
box-sizing: border-box;
|
|
281
281
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-bjedd7, #d5dbdb);
|
|
282
282
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-bjedd7, #d5dbdb);
|
|
283
283
|
}
|
|
284
|
-
.awsui_code-
|
|
284
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
285
285
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-iomsrx, #687078);
|
|
286
286
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-iomsrx, #687078);
|
|
287
287
|
}
|
|
288
|
-
.awsui_code-
|
|
288
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter:not(#\9) {
|
|
289
289
|
background-color: var(--color-background-code-editor-gutter-default-1ka1f9, #f2f3f3);
|
|
290
290
|
color: var(--color-text-code-editor-gutter-default-1wr8g3, #16191f);
|
|
291
291
|
}
|
|
292
|
-
.awsui_code-
|
|
293
|
-
.awsui_code-
|
|
292
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter:not(#\9):focus,
|
|
293
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_scroller:not(#\9):focus {
|
|
294
294
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
295
295
|
}
|
|
296
|
-
.awsui_code-
|
|
296
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
297
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
298
|
}
|
|
299
299
|
@supports (--css-variable-support-check: #000) {
|
|
300
300
|
@media not print {
|
|
301
|
-
.awsui_code-
|
|
301
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
302
302
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
303
303
|
}
|
|
304
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
304
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
305
305
|
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
306
|
}
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
@supports (--css-variable-support-check: #000) {
|
|
310
|
-
.awsui-visual-refresh .awsui_code-
|
|
310
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
311
311
|
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
312
|
}
|
|
313
313
|
@media not print {
|
|
314
|
-
.awsui_code-
|
|
314
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
315
315
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
316
316
|
}
|
|
317
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
317
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
318
318
|
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
319
|
}
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
|
-
.awsui_code-
|
|
322
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
323
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
324
|
}
|
|
325
325
|
@supports (--css-variable-support-check: #000) {
|
|
326
326
|
@media not print {
|
|
327
|
-
.awsui_code-
|
|
327
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
328
328
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
329
329
|
}
|
|
330
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
330
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
331
331
|
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
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
@supports (--css-variable-support-check: #000) {
|
|
336
|
-
.awsui-visual-refresh .awsui_code-
|
|
336
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
337
337
|
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
338
|
}
|
|
339
339
|
@media not print {
|
|
340
|
-
.awsui_code-
|
|
340
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
341
341
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
342
342
|
}
|
|
343
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
343
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
344
344
|
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
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
.awsui_code-
|
|
348
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
349
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
350
|
}
|
|
351
351
|
@supports (--css-variable-support-check: #000) {
|
|
352
352
|
@media not print {
|
|
353
|
-
.awsui_code-
|
|
353
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
354
354
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
355
355
|
}
|
|
356
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
356
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
357
357
|
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
358
|
}
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
@supports (--css-variable-support-check: #000) {
|
|
362
|
-
.awsui-visual-refresh .awsui_code-
|
|
362
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
363
363
|
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
364
|
}
|
|
365
365
|
@media not print {
|
|
366
|
-
.awsui_code-
|
|
366
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
367
367
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
368
368
|
}
|
|
369
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
369
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
370
370
|
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
371
|
}
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
|
-
.awsui_code-
|
|
374
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
375
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
376
|
}
|
|
377
377
|
@supports (--css-variable-support-check: #000) {
|
|
378
378
|
@media not print {
|
|
379
|
-
.awsui_code-
|
|
379
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
380
380
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
381
381
|
}
|
|
382
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
382
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
383
383
|
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
384
|
}
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
@supports (--css-variable-support-check: #000) {
|
|
388
|
-
.awsui-visual-refresh .awsui_code-
|
|
388
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
389
389
|
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
390
|
}
|
|
391
391
|
@media not print {
|
|
392
|
-
.awsui_code-
|
|
392
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
393
393
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
394
394
|
}
|
|
395
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
395
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
396
396
|
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
397
|
}
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
.awsui_code-
|
|
400
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
401
401
|
background-color: var(--color-background-code-editor-gutter-active-line-default-ok7m7g, #687078);
|
|
402
402
|
color: var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
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_nferq_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
405
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
406
406
|
position: relative;
|
|
407
407
|
}
|
|
408
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
409
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
408
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
409
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
410
410
|
outline: 2px dotted transparent;
|
|
411
411
|
outline-offset: calc(-2px - 1px);
|
|
412
412
|
}
|
|
413
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
414
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
413
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
414
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
415
415
|
content: " ";
|
|
416
416
|
display: block;
|
|
417
417
|
position: absolute;
|
|
@@ -425,264 +425,264 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
425
425
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
426
426
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
427
427
|
}
|
|
428
|
-
.awsui_code-
|
|
428
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
429
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
430
|
}
|
|
431
431
|
@supports (--css-variable-support-check: #000) {
|
|
432
432
|
@media not print {
|
|
433
|
-
.awsui_code-
|
|
433
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
434
434
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
435
435
|
}
|
|
436
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
436
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
437
437
|
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
438
|
}
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
@supports (--css-variable-support-check: #000) {
|
|
442
|
-
.awsui-visual-refresh .awsui_code-
|
|
442
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
443
443
|
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
444
|
}
|
|
445
445
|
@media not print {
|
|
446
|
-
.awsui_code-
|
|
446
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
447
447
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
448
448
|
}
|
|
449
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
449
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
450
450
|
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
451
|
}
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
|
-
.awsui_code-
|
|
454
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
455
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
456
|
}
|
|
457
457
|
@supports (--css-variable-support-check: #000) {
|
|
458
458
|
@media not print {
|
|
459
|
-
.awsui_code-
|
|
459
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
460
460
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
461
461
|
}
|
|
462
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
462
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
463
463
|
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
464
|
}
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
@supports (--css-variable-support-check: #000) {
|
|
468
|
-
.awsui-visual-refresh .awsui_code-
|
|
468
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
469
469
|
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
470
|
}
|
|
471
471
|
@media not print {
|
|
472
|
-
.awsui_code-
|
|
472
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
473
473
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
474
474
|
}
|
|
475
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
475
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
476
476
|
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
477
|
}
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
.awsui_code-
|
|
480
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
481
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
482
|
}
|
|
483
483
|
@supports (--css-variable-support-check: #000) {
|
|
484
484
|
@media not print {
|
|
485
|
-
.awsui_code-
|
|
485
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
486
486
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
487
487
|
}
|
|
488
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
488
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
489
489
|
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
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
@supports (--css-variable-support-check: #000) {
|
|
494
|
-
.awsui-visual-refresh .awsui_code-
|
|
494
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
495
495
|
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
496
|
}
|
|
497
497
|
@media not print {
|
|
498
|
-
.awsui_code-
|
|
498
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
499
499
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
500
500
|
}
|
|
501
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
501
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
502
502
|
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
503
|
}
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
|
-
.awsui_code-
|
|
506
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
507
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
508
|
}
|
|
509
509
|
@supports (--css-variable-support-check: #000) {
|
|
510
510
|
@media not print {
|
|
511
|
-
.awsui_code-
|
|
511
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
512
512
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
513
513
|
}
|
|
514
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
514
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
515
515
|
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
516
|
}
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
@supports (--css-variable-support-check: #000) {
|
|
520
|
-
.awsui-visual-refresh .awsui_code-
|
|
520
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
521
521
|
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
522
|
}
|
|
523
523
|
@media not print {
|
|
524
|
-
.awsui_code-
|
|
524
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
525
525
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
526
526
|
}
|
|
527
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
527
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
528
528
|
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
529
|
}
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
|
-
.awsui_code-
|
|
532
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
533
533
|
color: var(--color-text-code-editor-gutter-active-line-2emmcc, #ffffff);
|
|
534
534
|
background-color: var(--color-background-code-editor-gutter-active-line-error-5oc5hg, #d13212);
|
|
535
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
536
|
}
|
|
537
537
|
@supports (--css-variable-support-check: #000) {
|
|
538
538
|
@media not print {
|
|
539
|
-
.awsui_code-
|
|
539
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
540
540
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
541
541
|
}
|
|
542
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
542
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
543
543
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
@supports (--css-variable-support-check: #000) {
|
|
548
|
-
.awsui-visual-refresh .awsui_code-
|
|
548
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
549
549
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
550
550
|
}
|
|
551
551
|
@media not print {
|
|
552
|
-
.awsui_code-
|
|
552
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
553
553
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
554
554
|
}
|
|
555
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
555
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
556
556
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
|
-
.awsui_code-
|
|
560
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
561
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
562
|
}
|
|
563
563
|
@supports (--css-variable-support-check: #000) {
|
|
564
564
|
@media not print {
|
|
565
|
-
.awsui_code-
|
|
565
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
566
566
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
567
567
|
}
|
|
568
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
568
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
569
569
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
@supports (--css-variable-support-check: #000) {
|
|
574
|
-
.awsui-visual-refresh .awsui_code-
|
|
574
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
575
575
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
576
576
|
}
|
|
577
577
|
@media not print {
|
|
578
|
-
.awsui_code-
|
|
578
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
579
579
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
580
580
|
}
|
|
581
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
581
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
582
582
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
583
583
|
}
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
.awsui_code-
|
|
586
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
587
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
588
|
}
|
|
589
589
|
@supports (--css-variable-support-check: #000) {
|
|
590
590
|
@media not print {
|
|
591
|
-
.awsui_code-
|
|
591
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
592
592
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
593
593
|
}
|
|
594
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
594
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
595
595
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
599
|
@supports (--css-variable-support-check: #000) {
|
|
600
|
-
.awsui-visual-refresh .awsui_code-
|
|
600
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
601
601
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
602
602
|
}
|
|
603
603
|
@media not print {
|
|
604
|
-
.awsui_code-
|
|
604
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
605
605
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
606
606
|
}
|
|
607
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
607
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_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_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
608
608
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
|
-
.awsui_code-
|
|
612
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
613
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
614
|
}
|
|
615
615
|
@supports (--css-variable-support-check: #000) {
|
|
616
616
|
@media not print {
|
|
617
|
-
.awsui_code-
|
|
617
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
618
618
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
619
619
|
}
|
|
620
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
620
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
621
621
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
625
|
@supports (--css-variable-support-check: #000) {
|
|
626
|
-
.awsui-visual-refresh .awsui_code-
|
|
626
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
627
627
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
628
628
|
}
|
|
629
629
|
@media not print {
|
|
630
|
-
.awsui_code-
|
|
630
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
631
631
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
632
632
|
}
|
|
633
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
633
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_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_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
634
634
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
|
-
.awsui_code-
|
|
638
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
639
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
640
|
}
|
|
641
641
|
@supports (--css-variable-support-check: #000) {
|
|
642
642
|
@media not print {
|
|
643
|
-
.awsui_code-
|
|
643
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
644
644
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
645
645
|
}
|
|
646
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
646
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
647
647
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
}
|
|
651
651
|
@supports (--css-variable-support-check: #000) {
|
|
652
|
-
.awsui-visual-refresh .awsui_code-
|
|
652
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
653
653
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
654
654
|
}
|
|
655
655
|
@media not print {
|
|
656
|
-
.awsui_code-
|
|
656
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
657
657
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
658
658
|
}
|
|
659
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
659
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_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_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
660
660
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
|
-
.awsui_code-
|
|
664
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
665
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
666
|
}
|
|
667
667
|
@supports (--css-variable-support-check: #000) {
|
|
668
668
|
@media not print {
|
|
669
|
-
.awsui_code-
|
|
669
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
670
670
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
671
671
|
}
|
|
672
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
672
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
673
673
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
677
|
@supports (--css-variable-support-check: #000) {
|
|
678
|
-
.awsui-visual-refresh .awsui_code-
|
|
678
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
679
679
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
680
680
|
}
|
|
681
681
|
@media not print {
|
|
682
|
-
.awsui_code-
|
|
682
|
+
.awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
683
683
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
684
684
|
}
|
|
685
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
685
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_nferq_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_nferq_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_nferq_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_nferq_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
686
686
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
687
687
|
}
|
|
688
688
|
}
|
|
@@ -697,7 +697,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
697
697
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
698
698
|
SPDX-License-Identifier: Apache-2.0
|
|
699
699
|
*/
|
|
700
|
-
.
|
|
700
|
+
.awsui_pane_1gl9c_nferq_700:not(#\9) {
|
|
701
701
|
display: flex;
|
|
702
702
|
position: relative;
|
|
703
703
|
flex-direction: row;
|
|
@@ -708,79 +708,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
708
708
|
background: var(--color-background-code-editor-status-bar-ezy3i2, #f2f3f3);
|
|
709
709
|
color: var(--color-text-body-default-agk00h, #16191f);
|
|
710
710
|
}
|
|
711
|
-
.awsui_pane__close-
|
|
711
|
+
.awsui_pane__close-container_1gl9c_nferq_711:not(#\9) {
|
|
712
712
|
position: absolute;
|
|
713
713
|
inset-block-start: 0;
|
|
714
714
|
inset-inline-end: calc(var(--space-s-vmutj3, 12px) / 2);
|
|
715
715
|
}
|
|
716
|
-
.
|
|
716
|
+
.awsui_pane__list_1gl9c_nferq_716:not(#\9) {
|
|
717
717
|
flex: 1;
|
|
718
718
|
overflow: auto;
|
|
719
719
|
max-block-size: 100%;
|
|
720
720
|
box-sizing: border-box;
|
|
721
721
|
margin-inline-end: calc(var(--line-height-body-m-gw0130, 22px) + 2 * var(--space-xs-6dgkww, 8px));
|
|
722
722
|
}
|
|
723
|
-
.
|
|
723
|
+
.awsui_pane__table_1gl9c_nferq_723:not(#\9) {
|
|
724
724
|
inline-size: 100%;
|
|
725
725
|
border-spacing: 0;
|
|
726
726
|
margin-block: var(--space-s-vmutj3, 12px);
|
|
727
727
|
margin-inline: 0;
|
|
728
728
|
}
|
|
729
|
-
.
|
|
729
|
+
.awsui_pane__item_1gl9c_nferq_729 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9) {
|
|
730
730
|
border-block-start: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
731
731
|
border-block-end: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
733
|
+
.awsui_pane__item_1gl9c_nferq_729 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9):first-child {
|
|
734
734
|
border-inline-start: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
735
735
|
border-start-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
736
736
|
border-end-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
737
737
|
}
|
|
738
|
-
.
|
|
738
|
+
.awsui_pane__item_1gl9c_nferq_729 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9):last-child {
|
|
739
739
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-transparent-ylslp1, transparent);
|
|
740
740
|
border-start-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
741
741
|
border-end-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
742
742
|
}
|
|
743
|
-
.awsui_pane__item--
|
|
743
|
+
.awsui_pane__item--highlighted_1gl9c_nferq_743:not(#\9), .awsui_pane__item_1gl9c_nferq_729:not(#\9):hover, .awsui_pane__item_1gl9c_nferq_729:not(#\9):focus {
|
|
744
744
|
cursor: pointer;
|
|
745
745
|
outline: none;
|
|
746
746
|
}
|
|
747
|
-
.awsui_pane__item--
|
|
747
|
+
.awsui_pane__item--highlighted_1gl9c_nferq_743 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9), .awsui_pane__item_1gl9c_nferq_729:not(#\9):hover > .awsui_pane__cell_1gl9c_nferq_729, .awsui_pane__item_1gl9c_nferq_729:not(#\9):focus > .awsui_pane__cell_1gl9c_nferq_729 {
|
|
748
748
|
background-color: var(--color-background-code-editor-pane-item-hover-t9crrw, #eaeded);
|
|
749
749
|
}
|
|
750
|
-
.awsui_pane__item--
|
|
750
|
+
.awsui_pane__item--highlighted_1gl9c_nferq_743 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9), .awsui_pane__item_1gl9c_nferq_729:not(#\9):hover > .awsui_pane__cell_1gl9c_nferq_729, .awsui_pane__item_1gl9c_nferq_729:not(#\9):focus > .awsui_pane__cell_1gl9c_nferq_729 {
|
|
751
751
|
border-block-start: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
752
752
|
border-block-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
753
753
|
}
|
|
754
|
-
.awsui_pane__item--
|
|
754
|
+
.awsui_pane__item--highlighted_1gl9c_nferq_743 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9):first-child, .awsui_pane__item_1gl9c_nferq_729:not(#\9):hover > .awsui_pane__cell_1gl9c_nferq_729:first-child, .awsui_pane__item_1gl9c_nferq_729:not(#\9):focus > .awsui_pane__cell_1gl9c_nferq_729:first-child {
|
|
755
755
|
border-inline-start: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
756
756
|
border-start-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
757
757
|
border-end-start-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
758
758
|
}
|
|
759
|
-
.awsui_pane__item--
|
|
759
|
+
.awsui_pane__item--highlighted_1gl9c_nferq_743 > .awsui_pane__cell_1gl9c_nferq_729:not(#\9):last-child, .awsui_pane__item_1gl9c_nferq_729:not(#\9):hover > .awsui_pane__cell_1gl9c_nferq_729:last-child, .awsui_pane__item_1gl9c_nferq_729:not(#\9):focus > .awsui_pane__cell_1gl9c_nferq_729:last-child {
|
|
760
760
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-pane-item-hover-wsqqhb, #687078);
|
|
761
761
|
border-start-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
762
762
|
border-end-end-radius: var(--border-radius-item-q4wr0w, 0px);
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
.awsui_pane__location_1gl9c_nferq_764:not(#\9), .awsui_pane__description_1gl9c_nferq_764:not(#\9) {
|
|
765
765
|
padding-block: var(--space-xxs-y2432o, 4px);
|
|
766
766
|
padding-inline: var(--space-s-vmutj3, 12px);
|
|
767
767
|
}
|
|
768
|
-
.
|
|
768
|
+
.awsui_pane__location_1gl9c_nferq_764:not(#\9) {
|
|
769
769
|
vertical-align: baseline;
|
|
770
770
|
white-space: nowrap;
|
|
771
771
|
padding-inline-start: calc(var(--space-l-eenfqd, 20px) + var(--space-s-vmutj3, 12px));
|
|
772
772
|
}
|
|
773
|
-
.
|
|
773
|
+
.awsui_pane__description_1gl9c_nferq_764:not(#\9) {
|
|
774
774
|
padding-inline-end: 0;
|
|
775
775
|
min-inline-size: 0;
|
|
776
776
|
word-break: break-word;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
.awsui_focus-
|
|
779
|
+
.awsui_focus-lock_1gl9c_nferq_779:not(#\9) {
|
|
780
780
|
block-size: 100%;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
-
.awsui_code-
|
|
783
|
+
.awsui_code-editor_1gl9c_nferq_158:not(#\9) {
|
|
784
784
|
border-collapse: separate;
|
|
785
785
|
border-spacing: 0;
|
|
786
786
|
box-sizing: border-box;
|
|
@@ -821,20 +821,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
821
821
|
inline-size: 100%;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
-
.
|
|
824
|
+
.awsui_editor_1gl9c_nferq_823:not(#\9) {
|
|
825
825
|
position: absolute;
|
|
826
826
|
inset: 0;
|
|
827
827
|
}
|
|
828
|
-
.
|
|
829
|
-
position: absolute;
|
|
830
|
-
overflow: visible;
|
|
828
|
+
.awsui_editor_1gl9c_nferq_823:not(#\9):focus {
|
|
831
829
|
position: relative;
|
|
832
830
|
}
|
|
833
|
-
.
|
|
831
|
+
.awsui_editor_1gl9c_nferq_823:not(#\9):focus {
|
|
834
832
|
outline: 2px dotted transparent;
|
|
835
833
|
outline-offset: calc(3px - 1px);
|
|
836
834
|
}
|
|
837
|
-
.
|
|
835
|
+
.awsui_editor_1gl9c_nferq_823:not(#\9):focus::before {
|
|
838
836
|
content: " ";
|
|
839
837
|
display: block;
|
|
840
838
|
position: absolute;
|
|
@@ -848,13 +846,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
848
846
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
849
847
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
850
848
|
}
|
|
849
|
+
.awsui_editor_1gl9c_nferq_823:not(#\9):focus {
|
|
850
|
+
position: absolute;
|
|
851
|
+
overflow: visible;
|
|
852
|
+
}
|
|
851
853
|
|
|
852
|
-
.awsui_editor-
|
|
854
|
+
.awsui_editor-refresh_1gl9c_nferq_853:not(#\9) {
|
|
853
855
|
border-start-start-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
854
856
|
border-start-end-radius: calc(var(--border-radius-code-editor-i3qwje, 0px) - var(--border-item-width-bjacxs, 1px));
|
|
855
857
|
}
|
|
856
858
|
|
|
857
|
-
.awsui_status-
|
|
859
|
+
.awsui_status-bar_1gl9c_nferq_858:not(#\9) {
|
|
858
860
|
container-type: inline-size;
|
|
859
861
|
display: flex;
|
|
860
862
|
vertical-align: middle;
|
|
@@ -863,38 +865,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
863
865
|
min-inline-size: 0;
|
|
864
866
|
word-break: break-word;
|
|
865
867
|
}
|
|
866
|
-
.awsui_status-bar-with-hidden-
|
|
868
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_nferq_867:not(#\9) {
|
|
867
869
|
border-end-start-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
868
870
|
border-end-end-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
869
871
|
}
|
|
870
|
-
.awsui_status-
|
|
872
|
+
.awsui_status-bar__left_1gl9c_nferq_871:not(#\9) {
|
|
871
873
|
flex: 1;
|
|
872
874
|
display: flex;
|
|
873
875
|
flex-wrap: wrap;
|
|
874
876
|
padding-inline-start: var(--space-l-eenfqd, 20px);
|
|
875
877
|
border-inline-end: var(--border-item-width-bjacxs, 1px) solid var(--color-border-code-editor-default-cjwlp3, #d5dbdb);
|
|
876
878
|
}
|
|
877
|
-
.awsui_status-
|
|
879
|
+
.awsui_status-bar__right_1gl9c_nferq_878:not(#\9) {
|
|
878
880
|
display: flex;
|
|
879
881
|
align-items: center;
|
|
880
882
|
}
|
|
881
|
-
.awsui_status-bar__language-
|
|
883
|
+
.awsui_status-bar__language-mode_1gl9c_nferq_882:not(#\9), .awsui_status-bar__cursor-position_1gl9c_nferq_882:not(#\9) {
|
|
882
884
|
display: inline-block;
|
|
883
885
|
color: var(--color-text-body-default-agk00h, #16191f);
|
|
884
886
|
padding-block: var(--space-scaled-xs-t3am3w, 8px);
|
|
885
887
|
padding-inline: var(--space-s-vmutj3, 12px);
|
|
886
888
|
}
|
|
887
|
-
.awsui_status-bar__cog-
|
|
889
|
+
.awsui_status-bar__cog-button_1gl9c_nferq_888:not(#\9) {
|
|
888
890
|
padding-block: calc(var(--space-scaled-xxs-krq5fq, 4px) - 1px);
|
|
889
891
|
padding-inline: calc(var(--space-xs-6dgkww, 8px) - 2px);
|
|
890
892
|
}
|
|
891
893
|
|
|
892
|
-
.awsui_tab-
|
|
894
|
+
.awsui_tab-list_1gl9c_nferq_893:not(#\9) {
|
|
893
895
|
align-items: center;
|
|
894
896
|
display: inline-flex;
|
|
895
897
|
}
|
|
896
898
|
|
|
897
|
-
.awsui_tab-
|
|
899
|
+
.awsui_tab-button_1gl9c_nferq_898:not(#\9) {
|
|
898
900
|
position: relative;
|
|
899
901
|
display: inline-flex;
|
|
900
902
|
gap: var(--space-xxs-y2432o, 4px);
|
|
@@ -910,11 +912,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
910
912
|
cursor: pointer;
|
|
911
913
|
z-index: 1;
|
|
912
914
|
}
|
|
913
|
-
.awsui_tab-
|
|
915
|
+
.awsui_tab-button_1gl9c_nferq_898:not(#\9):hover {
|
|
914
916
|
color: var(--color-text-code-editor-tab-button-error-e2kag4, #ffffff);
|
|
915
917
|
background: var(--color-text-status-error-p5bdwa, #d13212);
|
|
916
918
|
}
|
|
917
|
-
.awsui_tab-
|
|
919
|
+
.awsui_tab-button_1gl9c_nferq_898:not(#\9)::after {
|
|
918
920
|
content: "";
|
|
919
921
|
position: absolute;
|
|
920
922
|
inset-inline: 0;
|
|
@@ -927,54 +929,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_pz01r_158 .ace_edit
|
|
|
927
929
|
background: var(--color-text-status-error-p5bdwa, #d13212);
|
|
928
930
|
opacity: 0;
|
|
929
931
|
}
|
|
930
|
-
.awsui_tab-button--
|
|
932
|
+
.awsui_tab-button--refresh_1gl9c_nferq_931:not(#\9) {
|
|
931
933
|
padding-block-end: calc(var(--space-scaled-xs-t3am3w, 8px) + var(--border-active-width-28kchn, 2px) - 2px);
|
|
932
934
|
}
|
|
933
|
-
.awsui_tab-button--
|
|
935
|
+
.awsui_tab-button--warnings_1gl9c_nferq_934:not(#\9) {
|
|
934
936
|
color: var(--color-text-status-warning-3hbtsc, #906806);
|
|
935
937
|
}
|
|
936
|
-
.awsui_tab-button--
|
|
938
|
+
.awsui_tab-button--warnings_1gl9c_nferq_934:not(#\9):hover {
|
|
937
939
|
background: var(--color-text-status-warning-3hbtsc, #906806);
|
|
938
940
|
}
|
|
939
|
-
.awsui_tab-button--
|
|
941
|
+
.awsui_tab-button--warnings_1gl9c_nferq_934:not(#\9)::after {
|
|
940
942
|
background: var(--color-text-status-warning-3hbtsc, #906806);
|
|
941
943
|
}
|
|
942
|
-
.awsui_tab-button--
|
|
944
|
+
.awsui_tab-button--active_1gl9c_nferq_943:not(#\9)::after {
|
|
943
945
|
opacity: 1;
|
|
944
946
|
}
|
|
945
|
-
.awsui_tab-button--
|
|
947
|
+
.awsui_tab-button--refresh_1gl9c_nferq_931:not(#\9)::after {
|
|
946
948
|
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));
|
|
947
949
|
}
|
|
948
950
|
@media (prefers-reduced-motion: reduce) {
|
|
949
|
-
.awsui_tab-button--
|
|
951
|
+
.awsui_tab-button--refresh_1gl9c_nferq_931:not(#\9)::after {
|
|
950
952
|
animation: none;
|
|
951
953
|
transition: none;
|
|
952
954
|
}
|
|
953
955
|
}
|
|
954
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
956
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_nferq_931:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_nferq_931:not(#\9)::after {
|
|
955
957
|
animation: none;
|
|
956
958
|
transition: none;
|
|
957
959
|
}
|
|
958
|
-
.awsui_tab-button--
|
|
960
|
+
.awsui_tab-button--disabled_1gl9c_nferq_959:not(#\9) {
|
|
959
961
|
font-weight: normal;
|
|
960
962
|
color: var(--color-text-code-editor-status-bar-disabled-ayyipu, #879596);
|
|
961
963
|
cursor: default;
|
|
962
964
|
}
|
|
963
|
-
.awsui_tab-button--
|
|
965
|
+
.awsui_tab-button--disabled_1gl9c_nferq_959:not(#\9):hover {
|
|
964
966
|
color: var(--color-text-code-editor-status-bar-disabled-ayyipu, #879596);
|
|
965
967
|
background: transparent;
|
|
966
968
|
}
|
|
967
|
-
.awsui_tab-button--
|
|
969
|
+
.awsui_tab-button--disabled_1gl9c_nferq_959:not(#\9)::after {
|
|
968
970
|
display: none;
|
|
969
971
|
}
|
|
970
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
972
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_nferq_898:not(#\9):focus {
|
|
971
973
|
position: relative;
|
|
972
974
|
}
|
|
973
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
975
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_nferq_898:not(#\9):focus {
|
|
974
976
|
outline: 2px dotted transparent;
|
|
975
977
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-cw3cqq, 3px) - 1px);
|
|
976
978
|
}
|
|
977
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
979
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_nferq_898:not(#\9):focus::before {
|
|
978
980
|
content: " ";
|
|
979
981
|
display: block;
|
|
980
982
|
position: absolute;
|
|
@@ -988,49 +990,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_pz01r_896:not(#\9):f
|
|
|
988
990
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
|
|
989
991
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
|
|
990
992
|
}
|
|
991
|
-
.awsui_tab-button--
|
|
993
|
+
.awsui_tab-button--divider_1gl9c_nferq_992:not(#\9) {
|
|
992
994
|
display: inline-block;
|
|
993
995
|
block-size: var(--line-height-body-m-gw0130, 22px);
|
|
994
996
|
inline-size: var(--border-code-editor-status-divider-width-ang558, 0px);
|
|
995
997
|
background: var(--color-border-tabs-divider-x9swcr, #aab7b8);
|
|
996
998
|
vertical-align: middle;
|
|
997
999
|
}
|
|
998
|
-
.awsui_tab-button--
|
|
1000
|
+
.awsui_tab-button--errors_1gl9c_nferq_999:not(#\9) {
|
|
999
1001
|
/* used in test-utils */
|
|
1000
1002
|
}
|
|
1001
1003
|
@supports (contain: inline-size) {
|
|
1002
|
-
.awsui_tab-
|
|
1004
|
+
.awsui_tab-button_1gl9c_nferq_898:not(#\9) {
|
|
1003
1005
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
1004
1006
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
1005
1007
|
}
|
|
1006
1008
|
@container not (max-width: 500px) {
|
|
1007
|
-
.awsui_tab-
|
|
1009
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_count_1gl9c_nferq_1008:not(#\9) {
|
|
1008
1010
|
display: none;
|
|
1009
1011
|
}
|
|
1010
|
-
.awsui_tab-
|
|
1012
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_text_1gl9c_nferq_1011:not(#\9) {
|
|
1011
1013
|
display: inline;
|
|
1012
1014
|
}
|
|
1013
1015
|
}
|
|
1014
1016
|
@container (max-width: 500px) {
|
|
1015
|
-
.awsui_tab-
|
|
1017
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_count_1gl9c_nferq_1008:not(#\9) {
|
|
1016
1018
|
display: inline;
|
|
1017
1019
|
}
|
|
1018
|
-
.awsui_tab-
|
|
1020
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_text_1gl9c_nferq_1011:not(#\9) {
|
|
1019
1021
|
display: none;
|
|
1020
1022
|
}
|
|
1021
1023
|
}
|
|
1022
1024
|
}
|
|
1023
1025
|
@supports not (contain: inline-size) {
|
|
1024
|
-
.awsui_tab-
|
|
1026
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_count_1gl9c_nferq_1008:not(#\9) {
|
|
1025
1027
|
display: none;
|
|
1026
1028
|
}
|
|
1027
|
-
.awsui_tab-
|
|
1029
|
+
.awsui_tab-button_1gl9c_nferq_898 > .awsui_text_1gl9c_nferq_1011:not(#\9) {
|
|
1028
1030
|
display: inline;
|
|
1029
1031
|
}
|
|
1030
1032
|
}
|
|
1031
1033
|
|
|
1032
|
-
.awsui_loading-
|
|
1033
|
-
.awsui_error-
|
|
1034
|
+
.awsui_loading-screen_1gl9c_nferq_1033:not(#\9),
|
|
1035
|
+
.awsui_error-screen_1gl9c_nferq_1034:not(#\9) {
|
|
1034
1036
|
display: flex;
|
|
1035
1037
|
align-items: center;
|
|
1036
1038
|
justify-content: center;
|
|
@@ -1043,6 +1045,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_pz01r_896:not(#\9):f
|
|
|
1043
1045
|
border-end-end-radius: var(--border-radius-code-editor-i3qwje, 0px);
|
|
1044
1046
|
}
|
|
1045
1047
|
|
|
1046
|
-
.awsui_error-
|
|
1048
|
+
.awsui_error-screen_1gl9c_nferq_1034:not(#\9) {
|
|
1047
1049
|
color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
1048
1050
|
}
|