@cloudscape-design/components 3.0.1155 → 3.0.1156
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/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +21 -21
- package/anchor-navigation/styles.selectors.js +8 -8
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +164 -163
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
- package/attribute-editor/styles.css.js +15 -15
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +15 -15
- package/box/styles.css.js +192 -192
- package/box/styles.scoped.css +241 -241
- package/box/styles.selectors.js +192 -192
- package/breadcrumb-group/item/styles.css.js +7 -7
- package/breadcrumb-group/item/styles.scoped.css +28 -28
- package/breadcrumb-group/item/styles.selectors.js +7 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/item-element/styles.css.js +20 -20
- package/button-dropdown/item-element/styles.scoped.css +35 -35
- package/button-dropdown/item-element/styles.selectors.js +20 -20
- package/cards/styles.css.js +39 -39
- package/cards/styles.scoped.css +51 -51
- package/cards/styles.selectors.js +39 -39
- package/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +139 -139
- package/code-editor/styles.selectors.js +33 -33
- package/drawer/implementation.d.ts +1 -0
- package/drawer/implementation.d.ts.map +1 -1
- package/drawer/implementation.js +13 -4
- package/drawer/implementation.js.map +1 -1
- package/drawer/interfaces.d.ts +7 -0
- package/drawer/interfaces.d.ts.map +1 -1
- package/drawer/interfaces.js.map +1 -1
- package/drawer/styles.css.js +12 -8
- package/drawer/styles.scoped.css +35 -13
- package/drawer/styles.selectors.js +12 -8
- package/drawer/use-sticky-footer.d.ts +11 -0
- package/drawer/use-sticky-footer.d.ts.map +1 -0
- package/drawer/use-sticky-footer.js +35 -0
- package/drawer/use-sticky-footer.js.map +1 -0
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +75 -75
- package/help-panel/styles.selectors.js +6 -6
- package/icon/styles.css.js +39 -39
- package/icon/styles.scoped.css +87 -87
- package/icon/styles.selectors.js +39 -39
- package/internal/base-component/styles.scoped.css +62 -50
- package/internal/components/button-trigger/styles.css.js +13 -13
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +13 -13
- package/internal/components/cartesian-chart/styles.css.js +28 -28
- package/internal/components/cartesian-chart/styles.scoped.css +33 -33
- package/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.js +8 -8
- package/internal/generated/theming/index.cjs +24 -24
- package/internal/generated/theming/index.js +24 -24
- package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
- package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
- package/internal/hooks/use-portal-mode-classes/index.js +2 -2
- package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/key-value-pairs/styles.css.js +8 -8
- package/key-value-pairs/styles.scoped.css +10 -10
- package/key-value-pairs/styles.selectors.js +8 -8
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +91 -91
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +57 -57
- package/popover/styles.scoped.css +87 -87
- package/popover/styles.selectors.js +57 -57
- package/progress-bar/styles.css.js +19 -19
- package/progress-bar/styles.scoped.css +31 -31
- package/progress-bar/styles.selectors.js +19 -19
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +47 -47
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/icons/styles.css.js +22 -22
- package/split-panel/icons/styles.scoped.css +25 -25
- package/split-panel/icons/styles.selectors.js +22 -22
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +13 -13
- package/tag-editor/styles.selectors.js +3 -3
- package/test-utils/dom/drawer/index.d.ts +1 -0
- package/test-utils/dom/drawer/index.js +3 -0
- package/test-utils/dom/drawer/index.js.map +1 -1
- package/test-utils/selectors/drawer/index.d.ts +1 -0
- package/test-utils/selectors/drawer/index.js +3 -0
- package/test-utils/selectors/drawer/index.js.map +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +66 -66
- package/text-content/styles.selectors.js +1 -1
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +29 -29
- package/token/styles.selectors.js +14 -14
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -155,61 +155,61 @@ 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_gqn4w_158 .ace_editor .ace_gutter:not(#\9) {
|
|
159
159
|
border-start-start-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
|
|
160
160
|
}
|
|
161
|
-
.awsui_code-editor-
|
|
161
|
+
.awsui_code-editor-refresh_1gl9c_gqn4w_158 .ace_editor .ace_scroller:not(#\9) {
|
|
162
162
|
border-start-end-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.awsui_code-
|
|
165
|
+
.awsui_code-editor_1gl9c_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
171
|
+
.awsui_code-editor_1gl9c_gqn4w_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_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
181
|
color: var(--color-text-status-error-ksqavh, #db0000);
|
|
182
182
|
}
|
|
183
183
|
@supports (--css-variable-support-check: #000) {
|
|
184
|
-
body .awsui_code-
|
|
184
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
185
185
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
186
186
|
}
|
|
187
187
|
@media not print {
|
|
188
|
-
.awsui_code-
|
|
188
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
189
189
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
190
190
|
}
|
|
191
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
191
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
192
192
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
@supports (--css-variable-support-check: #000) {
|
|
197
|
-
body .awsui_code-
|
|
197
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
198
198
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
199
199
|
}
|
|
200
200
|
@media not print {
|
|
201
|
-
.awsui_code-
|
|
201
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
202
202
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
203
203
|
}
|
|
204
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
204
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
205
205
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
.awsui_code-
|
|
209
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
210
210
|
padding-inline: 24px 16px;
|
|
211
211
|
}
|
|
212
|
-
.awsui_code-
|
|
212
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9) {
|
|
213
213
|
/* A good test case for disabled folds
|
|
214
214
|
<<html<<<<
|
|
215
215
|
</html>
|
|
@@ -220,24 +220,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
220
220
|
border-block: none;
|
|
221
221
|
border-inline: none;
|
|
222
222
|
}
|
|
223
|
-
.awsui_code-
|
|
223
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
224
224
|
margin-inline-start: -21px;
|
|
225
225
|
}
|
|
226
|
-
.awsui_code-
|
|
227
|
-
.awsui_code-
|
|
226
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9),
|
|
227
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
228
228
|
box-shadow: none;
|
|
229
229
|
}
|
|
230
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
231
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
230
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
231
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
232
232
|
position: relative;
|
|
233
233
|
}
|
|
234
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
235
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
234
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
235
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
236
236
|
outline: 2px dotted transparent;
|
|
237
237
|
outline-offset: calc(-1px - 1px);
|
|
238
238
|
}
|
|
239
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
240
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
239
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
240
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
241
241
|
content: " ";
|
|
242
242
|
display: block;
|
|
243
243
|
position: absolute;
|
|
@@ -251,91 +251,91 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
251
251
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
252
252
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
253
253
|
}
|
|
254
|
-
.awsui_code-
|
|
254
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
255
255
|
background: transparent;
|
|
256
256
|
box-sizing: border-box;
|
|
257
257
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
|
|
258
258
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
|
|
259
259
|
}
|
|
260
|
-
.awsui_code-
|
|
260
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
261
261
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
|
|
262
262
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
|
|
263
263
|
}
|
|
264
|
-
.awsui_code-
|
|
264
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter:not(#\9) {
|
|
265
265
|
background-color: var(--color-background-code-editor-gutter-default-15qdwh, #f3f3f7);
|
|
266
266
|
color: var(--color-text-code-editor-gutter-default-nlshs8, #0f141a);
|
|
267
267
|
}
|
|
268
|
-
.awsui_code-
|
|
269
|
-
.awsui_code-
|
|
268
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter:not(#\9):focus,
|
|
269
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_scroller:not(#\9):focus {
|
|
270
270
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
271
271
|
}
|
|
272
272
|
@supports (--css-variable-support-check: #000) {
|
|
273
|
-
body .awsui_code-
|
|
273
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
274
274
|
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");
|
|
275
275
|
}
|
|
276
276
|
@media not print {
|
|
277
|
-
.awsui_code-
|
|
277
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
278
278
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
279
279
|
}
|
|
280
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
280
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
281
281
|
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");
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
285
|
@supports (--css-variable-support-check: #000) {
|
|
286
|
-
body .awsui_code-
|
|
286
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
287
287
|
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");
|
|
288
288
|
}
|
|
289
289
|
@media not print {
|
|
290
|
-
.awsui_code-
|
|
290
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
291
291
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
292
292
|
}
|
|
293
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
293
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
294
294
|
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");
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
298
|
@supports (--css-variable-support-check: #000) {
|
|
299
|
-
body .awsui_code-
|
|
299
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
300
300
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
301
301
|
}
|
|
302
302
|
@media not print {
|
|
303
|
-
.awsui_code-
|
|
303
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
304
304
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
305
305
|
}
|
|
306
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
306
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
307
307
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
@supports (--css-variable-support-check: #000) {
|
|
312
|
-
body .awsui_code-
|
|
312
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
313
313
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
314
314
|
}
|
|
315
315
|
@media not print {
|
|
316
|
-
.awsui_code-
|
|
316
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
317
317
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
318
318
|
}
|
|
319
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
319
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
320
320
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
|
-
.awsui_code-
|
|
324
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
325
325
|
background-color: var(--color-background-code-editor-gutter-active-line-default-51v1pv, #656871);
|
|
326
326
|
color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
|
|
327
327
|
}
|
|
328
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
329
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
328
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
329
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
330
330
|
position: relative;
|
|
331
331
|
}
|
|
332
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
333
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
332
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
333
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
334
334
|
outline: 2px dotted transparent;
|
|
335
335
|
outline-offset: calc(-2px - 1px);
|
|
336
336
|
}
|
|
337
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
338
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
337
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
338
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
339
339
|
content: " ";
|
|
340
340
|
display: block;
|
|
341
341
|
position: absolute;
|
|
@@ -350,135 +350,135 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
350
350
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
|
|
351
351
|
}
|
|
352
352
|
@supports (--css-variable-support-check: #000) {
|
|
353
|
-
body .awsui_code-
|
|
353
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
354
354
|
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");
|
|
355
355
|
}
|
|
356
356
|
@media not print {
|
|
357
|
-
.awsui_code-
|
|
357
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
358
358
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
359
359
|
}
|
|
360
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
360
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
361
361
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
@supports (--css-variable-support-check: #000) {
|
|
366
|
-
body .awsui_code-
|
|
366
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
367
367
|
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");
|
|
368
368
|
}
|
|
369
369
|
@media not print {
|
|
370
|
-
.awsui_code-
|
|
370
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
371
371
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
372
372
|
}
|
|
373
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
373
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
374
374
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
@supports (--css-variable-support-check: #000) {
|
|
379
|
-
body .awsui_code-
|
|
379
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
380
380
|
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");
|
|
381
381
|
}
|
|
382
382
|
@media not print {
|
|
383
|
-
.awsui_code-
|
|
383
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
384
384
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
385
385
|
}
|
|
386
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
386
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
387
387
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
388
388
|
}
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
@supports (--css-variable-support-check: #000) {
|
|
392
|
-
body .awsui_code-
|
|
392
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
393
393
|
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");
|
|
394
394
|
}
|
|
395
395
|
@media not print {
|
|
396
|
-
.awsui_code-
|
|
396
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
397
397
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
398
398
|
}
|
|
399
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
399
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
400
400
|
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");
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
|
-
.awsui_code-
|
|
404
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
405
405
|
color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
|
|
406
406
|
background-color: var(--color-background-code-editor-gutter-active-line-error-ro2qo1, #db0000);
|
|
407
407
|
}
|
|
408
408
|
@supports (--css-variable-support-check: #000) {
|
|
409
|
-
body .awsui_code-
|
|
409
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
410
410
|
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");
|
|
411
411
|
}
|
|
412
412
|
@media not print {
|
|
413
|
-
.awsui_code-
|
|
413
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
414
414
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
415
415
|
}
|
|
416
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
416
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
417
417
|
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");
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
@supports (--css-variable-support-check: #000) {
|
|
422
|
-
body .awsui_code-
|
|
422
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
423
423
|
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");
|
|
424
424
|
}
|
|
425
425
|
@media not print {
|
|
426
|
-
.awsui_code-
|
|
426
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
427
427
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
428
428
|
}
|
|
429
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
429
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
430
430
|
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");
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
@supports (--css-variable-support-check: #000) {
|
|
435
|
-
body .awsui_code-
|
|
435
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
436
436
|
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");
|
|
437
437
|
}
|
|
438
438
|
@media not print {
|
|
439
|
-
.awsui_code-
|
|
439
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
440
440
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
441
441
|
}
|
|
442
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
442
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .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='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
@supports (--css-variable-support-check: #000) {
|
|
448
|
-
body .awsui_code-
|
|
448
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
449
449
|
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");
|
|
450
450
|
}
|
|
451
451
|
@media not print {
|
|
452
|
-
.awsui_code-
|
|
452
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
453
453
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
454
454
|
}
|
|
455
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
455
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
456
456
|
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");
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
@supports (--css-variable-support-check: #000) {
|
|
461
|
-
body .awsui_code-
|
|
461
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
462
462
|
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");
|
|
463
463
|
}
|
|
464
464
|
@media not print {
|
|
465
|
-
.awsui_code-
|
|
465
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
466
466
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
467
467
|
}
|
|
468
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
468
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
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='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
@supports (--css-variable-support-check: #000) {
|
|
474
|
-
body .awsui_code-
|
|
474
|
+
body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
475
475
|
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");
|
|
476
476
|
}
|
|
477
477
|
@media not print {
|
|
478
|
-
.awsui_code-
|
|
478
|
+
.awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
479
479
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
480
480
|
}
|
|
481
|
-
body.awsui-polaris-dark-mode .awsui_code-
|
|
481
|
+
body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
482
482
|
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");
|
|
483
483
|
}
|
|
484
484
|
}
|
|
@@ -493,7 +493,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
493
493
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
494
494
|
SPDX-License-Identifier: Apache-2.0
|
|
495
495
|
*/
|
|
496
|
-
.
|
|
496
|
+
.awsui_pane_1gl9c_gqn4w_496:not(#\9) {
|
|
497
497
|
display: flex;
|
|
498
498
|
position: relative;
|
|
499
499
|
flex-direction: row;
|
|
@@ -504,79 +504,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
504
504
|
background: var(--color-background-code-editor-status-bar-yjtxod, #f3f3f7);
|
|
505
505
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
506
506
|
}
|
|
507
|
-
.awsui_pane__close-
|
|
507
|
+
.awsui_pane__close-container_1gl9c_gqn4w_507:not(#\9) {
|
|
508
508
|
position: absolute;
|
|
509
509
|
inset-block-start: 0;
|
|
510
510
|
inset-inline-end: calc(var(--space-s-tvghoh, 12px) / 2);
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
.awsui_pane__list_1gl9c_gqn4w_512:not(#\9) {
|
|
513
513
|
flex: 1;
|
|
514
514
|
overflow: auto;
|
|
515
515
|
max-block-size: 100%;
|
|
516
516
|
box-sizing: border-box;
|
|
517
517
|
margin-inline-end: calc(var(--line-height-body-m-2mh3ke, 20px) + 2 * var(--space-xs-ymlm0b, 8px));
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
.awsui_pane__table_1gl9c_gqn4w_519:not(#\9) {
|
|
520
520
|
inline-size: 100%;
|
|
521
521
|
border-spacing: 0;
|
|
522
522
|
margin-block: var(--space-s-tvghoh, 12px);
|
|
523
523
|
margin-inline: 0;
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
.awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9) {
|
|
526
526
|
border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
|
|
527
527
|
border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
|
|
528
528
|
}
|
|
529
|
-
.
|
|
529
|
+
.awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):first-child {
|
|
530
530
|
border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
|
|
531
531
|
border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
|
|
532
532
|
border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
|
|
533
533
|
}
|
|
534
|
-
.
|
|
534
|
+
.awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):last-child {
|
|
535
535
|
border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
|
|
536
536
|
border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
|
|
537
537
|
border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
|
|
538
538
|
}
|
|
539
|
-
.awsui_pane__item--
|
|
539
|
+
.awsui_pane__item--highlighted_1gl9c_gqn4w_539:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus {
|
|
540
540
|
cursor: pointer;
|
|
541
541
|
outline: none;
|
|
542
542
|
}
|
|
543
|
-
.awsui_pane__item--
|
|
543
|
+
.awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525 {
|
|
544
544
|
background-color: var(--color-background-code-editor-pane-item-hover-z6k9mr, #ebebf0);
|
|
545
545
|
}
|
|
546
|
-
.awsui_pane__item--
|
|
546
|
+
.awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525 {
|
|
547
547
|
border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
|
|
548
548
|
border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
|
|
549
549
|
}
|
|
550
|
-
.awsui_pane__item--
|
|
550
|
+
.awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):first-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525:first-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525:first-child {
|
|
551
551
|
border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
|
|
552
552
|
border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
|
|
553
553
|
border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
|
|
554
554
|
}
|
|
555
|
-
.awsui_pane__item--
|
|
555
|
+
.awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):last-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525:last-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525:last-child {
|
|
556
556
|
border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
|
|
557
557
|
border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
|
|
558
558
|
border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.awsui_pane__location_1gl9c_gqn4w_560:not(#\9), .awsui_pane__description_1gl9c_gqn4w_560:not(#\9) {
|
|
561
561
|
padding-block: var(--space-xxs-hwfkai, 4px);
|
|
562
562
|
padding-inline: var(--space-s-tvghoh, 12px);
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
.awsui_pane__location_1gl9c_gqn4w_560:not(#\9) {
|
|
565
565
|
vertical-align: baseline;
|
|
566
566
|
white-space: nowrap;
|
|
567
567
|
padding-inline-start: calc(var(--space-l-2ud1p3, 20px) + var(--space-s-tvghoh, 12px));
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
.awsui_pane__description_1gl9c_gqn4w_560:not(#\9) {
|
|
570
570
|
padding-inline-end: 0;
|
|
571
571
|
min-inline-size: 0;
|
|
572
572
|
word-break: break-word;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
.awsui_focus-
|
|
575
|
+
.awsui_focus-lock_1gl9c_gqn4w_575:not(#\9) {
|
|
576
576
|
block-size: 100%;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
-
.awsui_code-
|
|
579
|
+
.awsui_code-editor_1gl9c_gqn4w_158:not(#\9) {
|
|
580
580
|
border-collapse: separate;
|
|
581
581
|
border-spacing: 0;
|
|
582
582
|
box-sizing: border-box;
|
|
@@ -616,18 +616,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
616
616
|
inline-size: 100%;
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
-
.
|
|
619
|
+
.awsui_editor_1gl9c_gqn4w_619:not(#\9) {
|
|
620
620
|
position: absolute;
|
|
621
621
|
inset: 0;
|
|
622
622
|
}
|
|
623
|
-
.
|
|
623
|
+
.awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
|
|
624
624
|
position: relative;
|
|
625
625
|
}
|
|
626
|
-
.
|
|
626
|
+
.awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
|
|
627
627
|
outline: 2px dotted transparent;
|
|
628
628
|
outline-offset: calc(3px - 1px);
|
|
629
629
|
}
|
|
630
|
-
.
|
|
630
|
+
.awsui_editor_1gl9c_gqn4w_619:not(#\9):focus::before {
|
|
631
631
|
content: " ";
|
|
632
632
|
display: block;
|
|
633
633
|
position: absolute;
|
|
@@ -641,17 +641,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
641
641
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
642
642
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
643
643
|
}
|
|
644
|
-
.
|
|
644
|
+
.awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
|
|
645
645
|
position: absolute;
|
|
646
646
|
overflow: visible;
|
|
647
647
|
}
|
|
648
648
|
|
|
649
|
-
.awsui_editor-
|
|
649
|
+
.awsui_editor-refresh_1gl9c_gqn4w_649:not(#\9) {
|
|
650
650
|
border-start-start-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
|
|
651
651
|
border-start-end-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
.awsui_status-
|
|
654
|
+
.awsui_status-bar_1gl9c_gqn4w_654:not(#\9) {
|
|
655
655
|
container-type: inline-size;
|
|
656
656
|
display: flex;
|
|
657
657
|
vertical-align: middle;
|
|
@@ -660,38 +660,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
660
660
|
min-inline-size: 0;
|
|
661
661
|
word-break: break-word;
|
|
662
662
|
}
|
|
663
|
-
.awsui_status-bar-with-hidden-
|
|
663
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_gqn4w_663:not(#\9) {
|
|
664
664
|
border-end-start-radius: var(--border-radius-code-editor-5palck, 8px);
|
|
665
665
|
border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
|
|
666
666
|
}
|
|
667
|
-
.awsui_status-
|
|
667
|
+
.awsui_status-bar__left_1gl9c_gqn4w_667:not(#\9) {
|
|
668
668
|
flex: 1;
|
|
669
669
|
display: flex;
|
|
670
670
|
flex-wrap: wrap;
|
|
671
671
|
padding-inline-start: var(--space-l-2ud1p3, 20px);
|
|
672
672
|
border-inline-end: var(--border-width-field-2xc78x, 1px) solid var(--color-border-code-editor-default-2bfcfq, #dedee3);
|
|
673
673
|
}
|
|
674
|
-
.awsui_status-
|
|
674
|
+
.awsui_status-bar__right_1gl9c_gqn4w_674:not(#\9) {
|
|
675
675
|
display: flex;
|
|
676
676
|
align-items: center;
|
|
677
677
|
}
|
|
678
|
-
.awsui_status-bar__language-
|
|
678
|
+
.awsui_status-bar__language-mode_1gl9c_gqn4w_678:not(#\9), .awsui_status-bar__cursor-position_1gl9c_gqn4w_678:not(#\9) {
|
|
679
679
|
display: inline-block;
|
|
680
680
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
681
681
|
padding-block: var(--space-scaled-xs-xwoogq, 8px);
|
|
682
682
|
padding-inline: var(--space-s-tvghoh, 12px);
|
|
683
683
|
}
|
|
684
|
-
.awsui_status-bar__cog-
|
|
684
|
+
.awsui_status-bar__cog-button_1gl9c_gqn4w_684:not(#\9) {
|
|
685
685
|
padding-block: calc(var(--space-scaled-xxs-pfm1nx, 4px) - 1px);
|
|
686
686
|
padding-inline: calc(var(--space-xs-ymlm0b, 8px) - 2px);
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
-
.awsui_tab-
|
|
689
|
+
.awsui_tab-list_1gl9c_gqn4w_689:not(#\9) {
|
|
690
690
|
align-items: center;
|
|
691
691
|
display: inline-flex;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
-
.awsui_tab-
|
|
694
|
+
.awsui_tab-button_1gl9c_gqn4w_694:not(#\9) {
|
|
695
695
|
position: relative;
|
|
696
696
|
display: inline-flex;
|
|
697
697
|
gap: var(--space-xxs-hwfkai, 4px);
|
|
@@ -707,11 +707,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
707
707
|
cursor: pointer;
|
|
708
708
|
z-index: 1;
|
|
709
709
|
}
|
|
710
|
-
.awsui_tab-
|
|
710
|
+
.awsui_tab-button_1gl9c_gqn4w_694:not(#\9):hover {
|
|
711
711
|
color: var(--color-text-code-editor-tab-button-error-avwh01, #ffffff);
|
|
712
712
|
background: var(--color-text-status-error-ksqavh, #db0000);
|
|
713
713
|
}
|
|
714
|
-
.awsui_tab-
|
|
714
|
+
.awsui_tab-button_1gl9c_gqn4w_694:not(#\9)::after {
|
|
715
715
|
content: "";
|
|
716
716
|
position: absolute;
|
|
717
717
|
inset-inline: 0;
|
|
@@ -724,54 +724,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
|
|
|
724
724
|
background: var(--color-text-status-error-ksqavh, #db0000);
|
|
725
725
|
opacity: 0;
|
|
726
726
|
}
|
|
727
|
-
.awsui_tab-button--
|
|
727
|
+
.awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9) {
|
|
728
728
|
padding-block-end: calc(var(--space-scaled-xs-xwoogq, 8px) + var(--border-active-width-axzm24, 4px) - 2px);
|
|
729
729
|
}
|
|
730
|
-
.awsui_tab-button--
|
|
730
|
+
.awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9) {
|
|
731
731
|
color: var(--color-text-status-warning-6meo06, #855900);
|
|
732
732
|
}
|
|
733
|
-
.awsui_tab-button--
|
|
733
|
+
.awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9):hover {
|
|
734
734
|
background: var(--color-text-status-warning-6meo06, #855900);
|
|
735
735
|
}
|
|
736
|
-
.awsui_tab-button--
|
|
736
|
+
.awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9)::after {
|
|
737
737
|
background: var(--color-text-status-warning-6meo06, #855900);
|
|
738
738
|
}
|
|
739
|
-
.awsui_tab-button--
|
|
739
|
+
.awsui_tab-button--active_1gl9c_gqn4w_739:not(#\9)::after {
|
|
740
740
|
opacity: 1;
|
|
741
741
|
}
|
|
742
|
-
.awsui_tab-button--
|
|
742
|
+
.awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
|
|
743
743
|
transition: opacity var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-c-cxy2sk, cubic-bezier(0.84, 0, 0.16, 1));
|
|
744
744
|
}
|
|
745
745
|
@media (prefers-reduced-motion: reduce) {
|
|
746
|
-
.awsui_tab-button--
|
|
746
|
+
.awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
|
|
747
747
|
animation: none;
|
|
748
748
|
transition: none;
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
751
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
|
|
752
752
|
animation: none;
|
|
753
753
|
transition: none;
|
|
754
754
|
}
|
|
755
|
-
.awsui_tab-button--
|
|
755
|
+
.awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9) {
|
|
756
756
|
font-weight: normal;
|
|
757
757
|
color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
|
|
758
758
|
cursor: default;
|
|
759
759
|
}
|
|
760
|
-
.awsui_tab-button--
|
|
760
|
+
.awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9):hover {
|
|
761
761
|
color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
|
|
762
762
|
background: transparent;
|
|
763
763
|
}
|
|
764
|
-
.awsui_tab-button--
|
|
764
|
+
.awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9)::after {
|
|
765
765
|
display: none;
|
|
766
766
|
}
|
|
767
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
767
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus {
|
|
768
768
|
position: relative;
|
|
769
769
|
}
|
|
770
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
770
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus {
|
|
771
771
|
outline: 2px dotted transparent;
|
|
772
772
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-o87hra, -7px) - 1px);
|
|
773
773
|
}
|
|
774
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
774
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus::before {
|
|
775
775
|
content: " ";
|
|
776
776
|
display: block;
|
|
777
777
|
position: absolute;
|
|
@@ -785,54 +785,54 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):f
|
|
|
785
785
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
786
786
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
787
787
|
}
|
|
788
|
-
.awsui_tab-button--
|
|
788
|
+
.awsui_tab-button--divider_1gl9c_gqn4w_788:not(#\9) {
|
|
789
789
|
display: inline-block;
|
|
790
790
|
block-size: var(--line-height-body-m-2mh3ke, 20px);
|
|
791
791
|
inline-size: var(--border-code-editor-status-divider-width-4we6jf, 1px);
|
|
792
792
|
background: var(--color-border-tabs-divider-f5t9va, #c6c6cd);
|
|
793
793
|
vertical-align: middle;
|
|
794
794
|
}
|
|
795
|
-
.awsui_tab-button--
|
|
795
|
+
.awsui_tab-button--errors_1gl9c_gqn4w_795:not(#\9) {
|
|
796
796
|
/* used in test-utils */
|
|
797
797
|
}
|
|
798
798
|
@supports (contain: inline-size) {
|
|
799
|
-
.awsui_tab-
|
|
799
|
+
.awsui_tab-button_1gl9c_gqn4w_694:not(#\9) {
|
|
800
800
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
801
801
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
802
802
|
}
|
|
803
803
|
@container not (max-width: 500px) {
|
|
804
|
-
.awsui_tab-
|
|
804
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
|
|
805
805
|
display: none;
|
|
806
806
|
}
|
|
807
|
-
.awsui_tab-
|
|
807
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
|
|
808
808
|
display: inline;
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
811
|
@container (max-width: 500px) {
|
|
812
|
-
.awsui_tab-
|
|
812
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
|
|
813
813
|
display: inline;
|
|
814
814
|
}
|
|
815
|
-
.awsui_tab-
|
|
815
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
|
|
816
816
|
display: none;
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
@supports not (contain: inline-size) {
|
|
821
|
-
.awsui_tab-
|
|
821
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
|
|
822
822
|
display: none;
|
|
823
823
|
}
|
|
824
|
-
.awsui_tab-
|
|
824
|
+
.awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
|
|
825
825
|
display: inline;
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
.awsui_loading-
|
|
830
|
-
.awsui_error-
|
|
829
|
+
.awsui_loading-screen_1gl9c_gqn4w_829:not(#\9),
|
|
830
|
+
.awsui_error-screen_1gl9c_gqn4w_830:not(#\9) {
|
|
831
831
|
display: flex;
|
|
832
832
|
align-items: center;
|
|
833
833
|
justify-content: center;
|
|
834
834
|
block-size: 480px;
|
|
835
|
-
color: var(--color-text-body-secondary-
|
|
835
|
+
color: var(--color-text-body-secondary-yna5sb, #424650);
|
|
836
836
|
background: var(--color-background-code-editor-loading-6nwpin, #f9f9fa);
|
|
837
837
|
border-start-start-radius: var(--border-radius-code-editor-5palck, 8px);
|
|
838
838
|
border-start-end-radius: var(--border-radius-code-editor-5palck, 8px);
|
|
@@ -840,6 +840,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):f
|
|
|
840
840
|
border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
-
.awsui_error-
|
|
843
|
+
.awsui_error-screen_1gl9c_gqn4w_830:not(#\9) {
|
|
844
844
|
color: var(--color-text-status-error-ksqavh, #db0000);
|
|
845
845
|
}
|