@cloudscape-design/components-themeable 3.0.1124 → 3.0.1126
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/internal/components/selectable-item/styles.scss +54 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/template/code-editor/index.d.ts.map +1 -1
- package/lib/internal/template/code-editor/index.js +9 -1
- package/lib/internal/template/code-editor/index.js.map +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +188 -188
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -2
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +74 -42
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +75 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +126 -51
- package/lib/internal/template/internal/generated/theming/index.cjs +3087 -2511
- package/lib/internal/template/internal/generated/theming/index.js +3087 -2511
- package/lib/internal/template/internal/hooks/use-base-component/styles-check.d.ts.map +1 -1
- package/lib/internal/template/internal/hooks/use-base-component/styles-check.js +4 -0
- package/lib/internal/template/internal/hooks/use-base-component/styles-check.js.map +1 -1
- package/lib/internal/template/internal/plugins/controllers/action-buttons.d.ts +1 -0
- package/lib/internal/template/internal/plugins/controllers/action-buttons.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/controllers/action-buttons.js.map +1 -1
- package/lib/internal/template/internal/plugins/helpers/use-discovered-action.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/helpers/use-discovered-action.js +16 -11
- package/lib/internal/template/internal/plugins/helpers/use-discovered-action.js.map +1 -1
- package/lib/internal/template/select/parts/virtual-list.d.ts.map +1 -1
- package/lib/internal/template/select/parts/virtual-list.js +4 -1
- package/lib/internal/template/select/parts/virtual-list.js.map +1 -1
- package/lib/internal/template/select/utils/render-options.d.ts.map +1 -1
- package/lib/internal/template/select/utils/render-options.js +4 -1
- package/lib/internal/template/select/utils/render-options.js.map +1 -1
- package/lib/internal/template/table/internal.js +1 -1
- package/lib/internal/template/table/internal.js.map +1 -1
- 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_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
171
|
+
.awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
181
|
color: var(--color-text-status-error-aknuvu, #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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
234
234
|
padding-inline: 24px 16px;
|
|
235
235
|
}
|
|
236
|
-
.awsui_code-
|
|
236
|
+
.awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget:not(#\9),
|
|
251
|
+
.awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
255
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
259
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
264
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_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_gorbv_158 .ace_edit
|
|
|
275
275
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
276
276
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
277
277
|
}
|
|
278
|
-
.awsui_code-
|
|
278
|
+
.awsui_code-editor_1gl9c_napl5_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-394jyv, #d5dbdb);
|
|
282
282
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-394jyv, #d5dbdb);
|
|
283
283
|
}
|
|
284
|
-
.awsui_code-
|
|
284
|
+
.awsui_code-editor_1gl9c_napl5_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-vv9lm5, #687078);
|
|
286
286
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-vv9lm5, #687078);
|
|
287
287
|
}
|
|
288
|
-
.awsui_code-
|
|
288
|
+
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter:not(#\9) {
|
|
289
289
|
background-color: var(--color-background-code-editor-gutter-default-4w1h09, #f2f3f3);
|
|
290
290
|
color: var(--color-text-code-editor-gutter-default-40mafk, #16191f);
|
|
291
291
|
}
|
|
292
|
-
.awsui_code-
|
|
293
|
-
.awsui_code-
|
|
292
|
+
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter:not(#\9):focus,
|
|
293
|
+
.awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_scroller:not(#\9):focus {
|
|
294
294
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
295
295
|
}
|
|
296
|
-
.awsui_code-
|
|
296
|
+
.awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
401
401
|
background-color: var(--color-background-code-editor-gutter-active-line-default-115dvu, #687078);
|
|
402
402
|
color: var(--color-text-code-editor-gutter-active-line-5kw04r, #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_napl5_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
405
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
409
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_gorbv_158 .ace_edit
|
|
|
425
425
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
426
426
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
|
|
427
427
|
}
|
|
428
|
-
.awsui_code-
|
|
428
|
+
.awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_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_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
533
533
|
color: var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
|
|
534
534
|
background-color: var(--color-background-code-editor-gutter-active-line-error-oqzpvs, #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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_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_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_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
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_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) {
|
|
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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_napl5_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_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) {
|
|
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_napl5_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_napl5_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_napl5_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_napl5_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_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
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_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 {
|
|
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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_napl5_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_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 {
|
|
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_napl5_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_napl5_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_napl5_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_napl5_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_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
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_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) {
|
|
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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_napl5_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_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) {
|
|
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_napl5_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_napl5_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_napl5_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_napl5_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_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
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_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 {
|
|
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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_napl5_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_napl5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_napl5_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_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 {
|
|
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_napl5_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_napl5_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_napl5_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_napl5_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_gorbv_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_napl5_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_gorbv_158 .ace_edit
|
|
|
708
708
|
background: var(--color-background-code-editor-status-bar-hv1hb6, #f2f3f3);
|
|
709
709
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
710
710
|
}
|
|
711
|
-
.awsui_pane__close-
|
|
711
|
+
.awsui_pane__close-container_1gl9c_napl5_711:not(#\9) {
|
|
712
712
|
position: absolute;
|
|
713
713
|
inset-block-start: 0;
|
|
714
714
|
inset-inline-end: calc(var(--space-s-4a5hs8, 12px) / 2);
|
|
715
715
|
}
|
|
716
|
-
.
|
|
716
|
+
.awsui_pane__list_1gl9c_napl5_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-bedeoh, 22px) + 2 * var(--space-xs-kw7k3v, 8px));
|
|
722
722
|
}
|
|
723
|
-
.
|
|
723
|
+
.awsui_pane__table_1gl9c_napl5_723:not(#\9) {
|
|
724
724
|
inline-size: 100%;
|
|
725
725
|
border-spacing: 0;
|
|
726
726
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
727
727
|
margin-inline: 0;
|
|
728
728
|
}
|
|
729
|
-
.
|
|
730
|
-
border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-
|
|
731
|
-
border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-
|
|
729
|
+
.awsui_pane__item_1gl9c_napl5_729 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9) {
|
|
730
|
+
border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
731
|
+
border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
734
|
-
border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-
|
|
733
|
+
.awsui_pane__item_1gl9c_napl5_729 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9):first-child {
|
|
734
|
+
border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
735
735
|
border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
736
736
|
border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
737
737
|
}
|
|
738
|
-
.
|
|
739
|
-
border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-
|
|
738
|
+
.awsui_pane__item_1gl9c_napl5_729 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9):last-child {
|
|
739
|
+
border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
|
|
740
740
|
border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
741
741
|
border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
742
742
|
}
|
|
743
|
-
.awsui_pane__item--
|
|
743
|
+
.awsui_pane__item--highlighted_1gl9c_napl5_743:not(#\9), .awsui_pane__item_1gl9c_napl5_729:not(#\9):hover, .awsui_pane__item_1gl9c_napl5_729:not(#\9):focus {
|
|
744
744
|
cursor: pointer;
|
|
745
745
|
outline: none;
|
|
746
746
|
}
|
|
747
|
-
.awsui_pane__item--
|
|
747
|
+
.awsui_pane__item--highlighted_1gl9c_napl5_743 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9), .awsui_pane__item_1gl9c_napl5_729:not(#\9):hover > .awsui_pane__cell_1gl9c_napl5_729, .awsui_pane__item_1gl9c_napl5_729:not(#\9):focus > .awsui_pane__cell_1gl9c_napl5_729 {
|
|
748
748
|
background-color: var(--color-background-code-editor-pane-item-hover-jhuc5f, #eaeded);
|
|
749
749
|
}
|
|
750
|
-
.awsui_pane__item--
|
|
750
|
+
.awsui_pane__item--highlighted_1gl9c_napl5_743 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9), .awsui_pane__item_1gl9c_napl5_729:not(#\9):hover > .awsui_pane__cell_1gl9c_napl5_729, .awsui_pane__item_1gl9c_napl5_729:not(#\9):focus > .awsui_pane__cell_1gl9c_napl5_729 {
|
|
751
751
|
border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
752
752
|
border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
753
753
|
}
|
|
754
|
-
.awsui_pane__item--
|
|
754
|
+
.awsui_pane__item--highlighted_1gl9c_napl5_743 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9):first-child, .awsui_pane__item_1gl9c_napl5_729:not(#\9):hover > .awsui_pane__cell_1gl9c_napl5_729:first-child, .awsui_pane__item_1gl9c_napl5_729:not(#\9):focus > .awsui_pane__cell_1gl9c_napl5_729:first-child {
|
|
755
755
|
border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
756
756
|
border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
757
757
|
border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
758
758
|
}
|
|
759
|
-
.awsui_pane__item--
|
|
759
|
+
.awsui_pane__item--highlighted_1gl9c_napl5_743 > .awsui_pane__cell_1gl9c_napl5_729:not(#\9):last-child, .awsui_pane__item_1gl9c_napl5_729:not(#\9):hover > .awsui_pane__cell_1gl9c_napl5_729:last-child, .awsui_pane__item_1gl9c_napl5_729:not(#\9):focus > .awsui_pane__cell_1gl9c_napl5_729:last-child {
|
|
760
760
|
border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
|
|
761
761
|
border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
762
762
|
border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
.awsui_pane__location_1gl9c_napl5_764:not(#\9), .awsui_pane__description_1gl9c_napl5_764:not(#\9) {
|
|
765
765
|
padding-block: var(--space-xxs-jnczic, 4px);
|
|
766
766
|
padding-inline: var(--space-s-4a5hs8, 12px);
|
|
767
767
|
}
|
|
768
|
-
.
|
|
768
|
+
.awsui_pane__location_1gl9c_napl5_764:not(#\9) {
|
|
769
769
|
vertical-align: baseline;
|
|
770
770
|
white-space: nowrap;
|
|
771
771
|
padding-inline-start: calc(var(--space-l-3cws6j, 20px) + var(--space-s-4a5hs8, 12px));
|
|
772
772
|
}
|
|
773
|
-
.
|
|
773
|
+
.awsui_pane__description_1gl9c_napl5_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_napl5_779:not(#\9) {
|
|
780
780
|
block-size: 100%;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
-
.awsui_code-
|
|
783
|
+
.awsui_code-editor_1gl9c_napl5_158:not(#\9) {
|
|
784
784
|
border-collapse: separate;
|
|
785
785
|
border-spacing: 0;
|
|
786
786
|
box-sizing: border-box;
|
|
@@ -820,18 +820,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gorbv_158 .ace_edit
|
|
|
820
820
|
inline-size: 100%;
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
.
|
|
823
|
+
.awsui_editor_1gl9c_napl5_823:not(#\9) {
|
|
824
824
|
position: absolute;
|
|
825
825
|
inset: 0;
|
|
826
826
|
}
|
|
827
|
-
.
|
|
827
|
+
.awsui_editor_1gl9c_napl5_823:not(#\9):focus {
|
|
828
828
|
position: relative;
|
|
829
829
|
}
|
|
830
|
-
.
|
|
830
|
+
.awsui_editor_1gl9c_napl5_823:not(#\9):focus {
|
|
831
831
|
outline: 2px dotted transparent;
|
|
832
832
|
outline-offset: calc(3px - 1px);
|
|
833
833
|
}
|
|
834
|
-
.
|
|
834
|
+
.awsui_editor_1gl9c_napl5_823:not(#\9):focus::before {
|
|
835
835
|
content: " ";
|
|
836
836
|
display: block;
|
|
837
837
|
position: absolute;
|
|
@@ -845,17 +845,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gorbv_158 .ace_edit
|
|
|
845
845
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
846
846
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
847
847
|
}
|
|
848
|
-
.
|
|
848
|
+
.awsui_editor_1gl9c_napl5_823:not(#\9):focus {
|
|
849
849
|
position: absolute;
|
|
850
850
|
overflow: visible;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
.awsui_editor-
|
|
853
|
+
.awsui_editor-refresh_1gl9c_napl5_853:not(#\9) {
|
|
854
854
|
border-start-start-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
855
855
|
border-start-end-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
-
.awsui_status-
|
|
858
|
+
.awsui_status-bar_1gl9c_napl5_858:not(#\9) {
|
|
859
859
|
container-type: inline-size;
|
|
860
860
|
display: flex;
|
|
861
861
|
vertical-align: middle;
|
|
@@ -864,38 +864,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gorbv_158 .ace_edit
|
|
|
864
864
|
min-inline-size: 0;
|
|
865
865
|
word-break: break-word;
|
|
866
866
|
}
|
|
867
|
-
.awsui_status-bar-with-hidden-
|
|
867
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_napl5_867:not(#\9) {
|
|
868
868
|
border-end-start-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
869
869
|
border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
870
870
|
}
|
|
871
|
-
.awsui_status-
|
|
871
|
+
.awsui_status-bar__left_1gl9c_napl5_871:not(#\9) {
|
|
872
872
|
flex: 1;
|
|
873
873
|
display: flex;
|
|
874
874
|
flex-wrap: wrap;
|
|
875
875
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
876
876
|
border-inline-end: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-code-editor-default-gxnpsc, #d5dbdb);
|
|
877
877
|
}
|
|
878
|
-
.awsui_status-
|
|
878
|
+
.awsui_status-bar__right_1gl9c_napl5_878:not(#\9) {
|
|
879
879
|
display: flex;
|
|
880
880
|
align-items: center;
|
|
881
881
|
}
|
|
882
|
-
.awsui_status-bar__language-
|
|
882
|
+
.awsui_status-bar__language-mode_1gl9c_napl5_882:not(#\9), .awsui_status-bar__cursor-position_1gl9c_napl5_882:not(#\9) {
|
|
883
883
|
display: inline-block;
|
|
884
884
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
885
885
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
886
886
|
padding-inline: var(--space-s-4a5hs8, 12px);
|
|
887
887
|
}
|
|
888
|
-
.awsui_status-bar__cog-
|
|
888
|
+
.awsui_status-bar__cog-button_1gl9c_napl5_888:not(#\9) {
|
|
889
889
|
padding-block: calc(var(--space-scaled-xxs-jatbiv, 4px) - 1px);
|
|
890
890
|
padding-inline: calc(var(--space-xs-kw7k3v, 8px) - 2px);
|
|
891
891
|
}
|
|
892
892
|
|
|
893
|
-
.awsui_tab-
|
|
893
|
+
.awsui_tab-list_1gl9c_napl5_893:not(#\9) {
|
|
894
894
|
align-items: center;
|
|
895
895
|
display: inline-flex;
|
|
896
896
|
}
|
|
897
897
|
|
|
898
|
-
.awsui_tab-
|
|
898
|
+
.awsui_tab-button_1gl9c_napl5_898:not(#\9) {
|
|
899
899
|
position: relative;
|
|
900
900
|
display: inline-flex;
|
|
901
901
|
gap: var(--space-xxs-jnczic, 4px);
|
|
@@ -911,11 +911,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gorbv_158 .ace_edit
|
|
|
911
911
|
cursor: pointer;
|
|
912
912
|
z-index: 1;
|
|
913
913
|
}
|
|
914
|
-
.awsui_tab-
|
|
914
|
+
.awsui_tab-button_1gl9c_napl5_898:not(#\9):hover {
|
|
915
915
|
color: var(--color-text-code-editor-tab-button-error-g3t4ce, #ffffff);
|
|
916
916
|
background: var(--color-text-status-error-aknuvu, #d13212);
|
|
917
917
|
}
|
|
918
|
-
.awsui_tab-
|
|
918
|
+
.awsui_tab-button_1gl9c_napl5_898:not(#\9)::after {
|
|
919
919
|
content: "";
|
|
920
920
|
position: absolute;
|
|
921
921
|
inset-inline: 0;
|
|
@@ -928,54 +928,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gorbv_158 .ace_edit
|
|
|
928
928
|
background: var(--color-text-status-error-aknuvu, #d13212);
|
|
929
929
|
opacity: 0;
|
|
930
930
|
}
|
|
931
|
-
.awsui_tab-button--
|
|
931
|
+
.awsui_tab-button--refresh_1gl9c_napl5_931:not(#\9) {
|
|
932
932
|
padding-block-end: calc(var(--space-scaled-xs-sppte9, 8px) + var(--border-active-width-vglvq7, 2px) - 2px);
|
|
933
933
|
}
|
|
934
|
-
.awsui_tab-button--
|
|
934
|
+
.awsui_tab-button--warnings_1gl9c_napl5_934:not(#\9) {
|
|
935
935
|
color: var(--color-text-status-warning-9b45qh, #906806);
|
|
936
936
|
}
|
|
937
|
-
.awsui_tab-button--
|
|
937
|
+
.awsui_tab-button--warnings_1gl9c_napl5_934:not(#\9):hover {
|
|
938
938
|
background: var(--color-text-status-warning-9b45qh, #906806);
|
|
939
939
|
}
|
|
940
|
-
.awsui_tab-button--
|
|
940
|
+
.awsui_tab-button--warnings_1gl9c_napl5_934:not(#\9)::after {
|
|
941
941
|
background: var(--color-text-status-warning-9b45qh, #906806);
|
|
942
942
|
}
|
|
943
|
-
.awsui_tab-button--
|
|
943
|
+
.awsui_tab-button--active_1gl9c_napl5_943:not(#\9)::after {
|
|
944
944
|
opacity: 1;
|
|
945
945
|
}
|
|
946
|
-
.awsui_tab-button--
|
|
946
|
+
.awsui_tab-button--refresh_1gl9c_napl5_931:not(#\9)::after {
|
|
947
947
|
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
948
|
}
|
|
949
949
|
@media (prefers-reduced-motion: reduce) {
|
|
950
|
-
.awsui_tab-button--
|
|
950
|
+
.awsui_tab-button--refresh_1gl9c_napl5_931:not(#\9)::after {
|
|
951
951
|
animation: none;
|
|
952
952
|
transition: none;
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
955
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_napl5_931:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_napl5_931:not(#\9)::after {
|
|
956
956
|
animation: none;
|
|
957
957
|
transition: none;
|
|
958
958
|
}
|
|
959
|
-
.awsui_tab-button--
|
|
959
|
+
.awsui_tab-button--disabled_1gl9c_napl5_959:not(#\9) {
|
|
960
960
|
font-weight: normal;
|
|
961
961
|
color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
|
|
962
962
|
cursor: default;
|
|
963
963
|
}
|
|
964
|
-
.awsui_tab-button--
|
|
964
|
+
.awsui_tab-button--disabled_1gl9c_napl5_959:not(#\9):hover {
|
|
965
965
|
color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
|
|
966
966
|
background: transparent;
|
|
967
967
|
}
|
|
968
|
-
.awsui_tab-button--
|
|
968
|
+
.awsui_tab-button--disabled_1gl9c_napl5_959:not(#\9)::after {
|
|
969
969
|
display: none;
|
|
970
970
|
}
|
|
971
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
971
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_napl5_898:not(#\9):focus {
|
|
972
972
|
position: relative;
|
|
973
973
|
}
|
|
974
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
974
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_napl5_898:not(#\9):focus {
|
|
975
975
|
outline: 2px dotted transparent;
|
|
976
976
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-w7mxq8, 3px) - 1px);
|
|
977
977
|
}
|
|
978
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
978
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_napl5_898:not(#\9):focus::before {
|
|
979
979
|
content: " ";
|
|
980
980
|
display: block;
|
|
981
981
|
position: absolute;
|
|
@@ -989,49 +989,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gorbv_898:not(#\9):f
|
|
|
989
989
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
990
990
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
991
991
|
}
|
|
992
|
-
.awsui_tab-button--
|
|
992
|
+
.awsui_tab-button--divider_1gl9c_napl5_992:not(#\9) {
|
|
993
993
|
display: inline-block;
|
|
994
994
|
block-size: var(--line-height-body-m-bedeoh, 22px);
|
|
995
995
|
inline-size: var(--border-code-editor-status-divider-width-r988cc, 0px);
|
|
996
996
|
background: var(--color-border-tabs-divider-uu65wu, #aab7b8);
|
|
997
997
|
vertical-align: middle;
|
|
998
998
|
}
|
|
999
|
-
.awsui_tab-button--
|
|
999
|
+
.awsui_tab-button--errors_1gl9c_napl5_999:not(#\9) {
|
|
1000
1000
|
/* used in test-utils */
|
|
1001
1001
|
}
|
|
1002
1002
|
@supports (contain: inline-size) {
|
|
1003
|
-
.awsui_tab-
|
|
1003
|
+
.awsui_tab-button_1gl9c_napl5_898:not(#\9) {
|
|
1004
1004
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
1005
1005
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
1006
1006
|
}
|
|
1007
1007
|
@container not (max-width: 500px) {
|
|
1008
|
-
.awsui_tab-
|
|
1008
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_count_1gl9c_napl5_1008:not(#\9) {
|
|
1009
1009
|
display: none;
|
|
1010
1010
|
}
|
|
1011
|
-
.awsui_tab-
|
|
1011
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_text_1gl9c_napl5_1011:not(#\9) {
|
|
1012
1012
|
display: inline;
|
|
1013
1013
|
}
|
|
1014
1014
|
}
|
|
1015
1015
|
@container (max-width: 500px) {
|
|
1016
|
-
.awsui_tab-
|
|
1016
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_count_1gl9c_napl5_1008:not(#\9) {
|
|
1017
1017
|
display: inline;
|
|
1018
1018
|
}
|
|
1019
|
-
.awsui_tab-
|
|
1019
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_text_1gl9c_napl5_1011:not(#\9) {
|
|
1020
1020
|
display: none;
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
1023
|
}
|
|
1024
1024
|
@supports not (contain: inline-size) {
|
|
1025
|
-
.awsui_tab-
|
|
1025
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_count_1gl9c_napl5_1008:not(#\9) {
|
|
1026
1026
|
display: none;
|
|
1027
1027
|
}
|
|
1028
|
-
.awsui_tab-
|
|
1028
|
+
.awsui_tab-button_1gl9c_napl5_898 > .awsui_text_1gl9c_napl5_1011:not(#\9) {
|
|
1029
1029
|
display: inline;
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
.awsui_loading-
|
|
1034
|
-
.awsui_error-
|
|
1033
|
+
.awsui_loading-screen_1gl9c_napl5_1033:not(#\9),
|
|
1034
|
+
.awsui_error-screen_1gl9c_napl5_1034:not(#\9) {
|
|
1035
1035
|
display: flex;
|
|
1036
1036
|
align-items: center;
|
|
1037
1037
|
justify-content: center;
|
|
@@ -1044,6 +1044,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gorbv_898:not(#\9):f
|
|
|
1044
1044
|
border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
.awsui_error-
|
|
1047
|
+
.awsui_error-screen_1gl9c_napl5_1034:not(#\9) {
|
|
1048
1048
|
color: var(--color-text-status-error-aknuvu, #d13212);
|
|
1049
1049
|
}
|