@cloudscape-design/components-themeable 3.0.674 → 3.0.675
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/code-editor/styles.scss +10 -0
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +189 -181
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/copy-to-clipboard/internal.d.ts.map +1 -1
- package/lib/internal/template/copy-to-clipboard/internal.js +17 -13
- package/lib/internal/template/copy-to-clipboard/internal.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/package.json +1 -1
|
@@ -99,85 +99,85 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
99
99
|
SPDX-License-Identifier: Apache-2.0
|
|
100
100
|
*/
|
|
101
101
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
102
|
-
.awsui_code-editor-
|
|
102
|
+
.awsui_code-editor-refresh_1gl9c_12b32_102 .ace_editor .ace_gutter:not(#\9) {
|
|
103
103
|
border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
|
|
104
104
|
}
|
|
105
|
-
.awsui_code-editor-
|
|
105
|
+
.awsui_code-editor-refresh_1gl9c_12b32_102 .ace_editor .ace_scroller:not(#\9) {
|
|
106
106
|
border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.awsui_code-
|
|
109
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor:not(#\9) {
|
|
110
110
|
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
111
111
|
font-size: 14px;
|
|
112
112
|
line-height: 20px;
|
|
113
113
|
}
|
|
114
|
-
.awsui_code-
|
|
115
|
-
.awsui_code-
|
|
114
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
115
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
116
116
|
cursor: pointer;
|
|
117
117
|
background-repeat: no-repeat;
|
|
118
118
|
background-size: 16px 16px;
|
|
119
119
|
background-position: 4px 2px;
|
|
120
120
|
}
|
|
121
|
-
.awsui_code-
|
|
121
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
122
122
|
background-image: none;
|
|
123
123
|
}
|
|
124
|
-
.awsui_code-
|
|
124
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
125
125
|
color: var(--color-text-status-error-ofc4yr, #d13212);
|
|
126
126
|
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");
|
|
127
127
|
}
|
|
128
128
|
@supports (--css-variable-support-check: #000) {
|
|
129
129
|
@media not print {
|
|
130
|
-
.awsui_code-
|
|
130
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
131
131
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
132
132
|
}
|
|
133
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
133
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
134
134
|
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");
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
@supports (--css-variable-support-check: #000) {
|
|
139
|
-
.awsui-visual-refresh .awsui_code-
|
|
139
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
140
140
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' 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");
|
|
141
141
|
}
|
|
142
142
|
@media not print {
|
|
143
|
-
.awsui_code-
|
|
143
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
144
144
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
145
145
|
}
|
|
146
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
146
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
147
147
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' 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");
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
-
.awsui_code-
|
|
151
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
152
152
|
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");
|
|
153
153
|
}
|
|
154
154
|
@supports (--css-variable-support-check: #000) {
|
|
155
155
|
@media not print {
|
|
156
|
-
.awsui_code-
|
|
156
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
157
157
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
158
158
|
}
|
|
159
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
159
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
160
160
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23e0ca57' 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");
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
@supports (--css-variable-support-check: #000) {
|
|
165
|
-
.awsui-visual-refresh .awsui_code-
|
|
165
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
166
166
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%238d6605' 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");
|
|
167
167
|
}
|
|
168
168
|
@media not print {
|
|
169
|
-
.awsui_code-
|
|
169
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
170
170
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
171
171
|
}
|
|
172
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
172
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
173
173
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23e0ca57' 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");
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
.awsui_code-
|
|
177
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
178
178
|
padding-inline: 24px 16px;
|
|
179
179
|
}
|
|
180
|
-
.awsui_code-
|
|
180
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget:not(#\9) {
|
|
181
181
|
/* A good test case for disabled folds
|
|
182
182
|
<<html<<<<
|
|
183
183
|
</html>
|
|
@@ -188,24 +188,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
border-block: none;
|
|
189
189
|
border-inline: none;
|
|
190
190
|
}
|
|
191
|
-
.awsui_code-
|
|
191
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
192
192
|
margin-inline-start: -21px;
|
|
193
193
|
}
|
|
194
|
-
.awsui_code-
|
|
195
|
-
.awsui_code-
|
|
194
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget:not(#\9),
|
|
195
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
196
196
|
box-shadow: none;
|
|
197
197
|
}
|
|
198
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
199
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
198
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
199
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
200
200
|
position: relative;
|
|
201
201
|
}
|
|
202
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
203
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
202
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
203
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
204
204
|
outline: 2px dotted transparent;
|
|
205
205
|
outline-offset: calc(-1px - 1px);
|
|
206
206
|
}
|
|
207
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
208
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
207
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
208
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
209
209
|
content: " ";
|
|
210
210
|
display: block;
|
|
211
211
|
position: absolute;
|
|
@@ -219,143 +219,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
219
219
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
|
|
220
220
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
221
221
|
}
|
|
222
|
-
.awsui_code-
|
|
222
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
223
223
|
background: transparent;
|
|
224
224
|
box-sizing: border-box;
|
|
225
225
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
|
|
226
226
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
|
|
227
227
|
}
|
|
228
|
-
.awsui_code-
|
|
228
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
229
229
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
|
|
230
230
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
|
|
231
231
|
}
|
|
232
|
-
.awsui_code-
|
|
232
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter:not(#\9) {
|
|
233
233
|
background-color: var(--color-background-code-editor-gutter-default-qw8v9i, #f2f3f3);
|
|
234
234
|
color: var(--color-text-code-editor-gutter-default-5gmexo, #16191f);
|
|
235
235
|
}
|
|
236
|
-
.awsui_code-
|
|
237
|
-
.awsui_code-
|
|
236
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter:not(#\9):focus,
|
|
237
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_scroller:not(#\9):focus {
|
|
238
238
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
239
239
|
}
|
|
240
|
-
.awsui_code-
|
|
240
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
241
241
|
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");
|
|
242
242
|
}
|
|
243
243
|
@supports (--css-variable-support-check: #000) {
|
|
244
244
|
@media not print {
|
|
245
|
-
.awsui_code-
|
|
245
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
246
246
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
247
247
|
}
|
|
248
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
248
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
249
249
|
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");
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@supports (--css-variable-support-check: #000) {
|
|
254
|
-
.awsui-visual-refresh .awsui_code-
|
|
254
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
255
255
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
256
256
|
}
|
|
257
257
|
@media not print {
|
|
258
|
-
.awsui_code-
|
|
258
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
259
259
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
260
260
|
}
|
|
261
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
261
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
262
262
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
-
.awsui_code-
|
|
266
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
267
267
|
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");
|
|
268
268
|
}
|
|
269
269
|
@supports (--css-variable-support-check: #000) {
|
|
270
270
|
@media not print {
|
|
271
|
-
.awsui_code-
|
|
271
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
272
272
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
273
273
|
}
|
|
274
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
274
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
275
275
|
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");
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
@supports (--css-variable-support-check: #000) {
|
|
280
|
-
.awsui-visual-refresh .awsui_code-
|
|
280
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
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='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
282
282
|
}
|
|
283
283
|
@media not print {
|
|
284
|
-
.awsui_code-
|
|
284
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
285
285
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
286
286
|
}
|
|
287
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
287
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
288
288
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
.awsui_code-
|
|
292
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
293
293
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
294
294
|
}
|
|
295
295
|
@supports (--css-variable-support-check: #000) {
|
|
296
296
|
@media not print {
|
|
297
|
-
.awsui_code-
|
|
297
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
298
298
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
299
299
|
}
|
|
300
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
300
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
301
301
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
@supports (--css-variable-support-check: #000) {
|
|
306
|
-
.awsui-visual-refresh .awsui_code-
|
|
306
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .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='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
308
308
|
}
|
|
309
309
|
@media not print {
|
|
310
|
-
.awsui_code-
|
|
310
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
311
311
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
312
312
|
}
|
|
313
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
313
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
314
314
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
|
-
.awsui_code-
|
|
318
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
319
319
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
320
320
|
}
|
|
321
321
|
@supports (--css-variable-support-check: #000) {
|
|
322
322
|
@media not print {
|
|
323
|
-
.awsui_code-
|
|
323
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
324
324
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
325
325
|
}
|
|
326
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
326
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
327
327
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
@supports (--css-variable-support-check: #000) {
|
|
332
|
-
.awsui-visual-refresh .awsui_code-
|
|
332
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
333
333
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
334
334
|
}
|
|
335
335
|
@media not print {
|
|
336
|
-
.awsui_code-
|
|
336
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
337
337
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
338
338
|
}
|
|
339
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
339
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
340
340
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
|
-
.awsui_code-
|
|
344
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
345
345
|
background-color: var(--color-background-code-editor-gutter-active-line-default-mmq122, #687078);
|
|
346
346
|
color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
|
|
347
347
|
}
|
|
348
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
349
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
348
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
349
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
350
350
|
position: relative;
|
|
351
351
|
}
|
|
352
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
353
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
352
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
353
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
354
354
|
outline: 2px dotted transparent;
|
|
355
355
|
outline-offset: calc(-2px - 1px);
|
|
356
356
|
}
|
|
357
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
358
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
357
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
358
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
359
359
|
content: " ";
|
|
360
360
|
display: block;
|
|
361
361
|
position: absolute;
|
|
@@ -369,264 +369,264 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
369
369
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
|
|
370
370
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
|
|
371
371
|
}
|
|
372
|
-
.awsui_code-
|
|
372
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
373
373
|
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");
|
|
374
374
|
}
|
|
375
375
|
@supports (--css-variable-support-check: #000) {
|
|
376
376
|
@media not print {
|
|
377
|
-
.awsui_code-
|
|
377
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
378
378
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
379
379
|
}
|
|
380
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
380
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
381
381
|
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");
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
385
|
@supports (--css-variable-support-check: #000) {
|
|
386
|
-
.awsui-visual-refresh .awsui_code-
|
|
386
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open: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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
388
388
|
}
|
|
389
389
|
@media not print {
|
|
390
|
-
.awsui_code-
|
|
390
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
391
391
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
392
392
|
}
|
|
393
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
393
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
394
394
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
|
-
.awsui_code-
|
|
398
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
399
399
|
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");
|
|
400
400
|
}
|
|
401
401
|
@supports (--css-variable-support-check: #000) {
|
|
402
402
|
@media not print {
|
|
403
|
-
.awsui_code-
|
|
403
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
404
404
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
405
405
|
}
|
|
406
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
406
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
407
407
|
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");
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
411
|
@supports (--css-variable-support-check: #000) {
|
|
412
|
-
.awsui-visual-refresh .awsui_code-
|
|
412
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
413
413
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
414
414
|
}
|
|
415
415
|
@media not print {
|
|
416
|
-
.awsui_code-
|
|
416
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
417
417
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
418
418
|
}
|
|
419
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
419
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
420
420
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
.awsui_code-
|
|
424
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
425
425
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
426
426
|
}
|
|
427
427
|
@supports (--css-variable-support-check: #000) {
|
|
428
428
|
@media not print {
|
|
429
|
-
.awsui_code-
|
|
429
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
430
430
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
431
431
|
}
|
|
432
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
432
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
433
433
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
@supports (--css-variable-support-check: #000) {
|
|
438
|
-
.awsui-visual-refresh .awsui_code-
|
|
438
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
439
439
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
440
440
|
}
|
|
441
441
|
@media not print {
|
|
442
|
-
.awsui_code-
|
|
442
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
443
443
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
444
444
|
}
|
|
445
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
445
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
446
446
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
.awsui_code-
|
|
450
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
451
451
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
452
452
|
}
|
|
453
453
|
@supports (--css-variable-support-check: #000) {
|
|
454
454
|
@media not print {
|
|
455
|
-
.awsui_code-
|
|
455
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
456
456
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
457
457
|
}
|
|
458
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
458
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
459
459
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
@supports (--css-variable-support-check: #000) {
|
|
464
|
-
.awsui-visual-refresh .awsui_code-
|
|
464
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
465
465
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
466
466
|
}
|
|
467
467
|
@media not print {
|
|
468
|
-
.awsui_code-
|
|
468
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
469
469
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
470
470
|
}
|
|
471
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
471
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
472
472
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
.awsui_code-
|
|
476
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
477
477
|
color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
|
|
478
478
|
background-color: var(--color-background-code-editor-gutter-active-line-error-kp33q7, #d13212);
|
|
479
479
|
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");
|
|
480
480
|
}
|
|
481
481
|
@supports (--css-variable-support-check: #000) {
|
|
482
482
|
@media not print {
|
|
483
|
-
.awsui_code-
|
|
483
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
484
484
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
485
485
|
}
|
|
486
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
486
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
487
487
|
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");
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
@supports (--css-variable-support-check: #000) {
|
|
492
|
-
.awsui-visual-refresh .awsui_code-
|
|
492
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
493
493
|
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");
|
|
494
494
|
}
|
|
495
495
|
@media not print {
|
|
496
|
-
.awsui_code-
|
|
496
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
497
497
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
498
498
|
}
|
|
499
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
499
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
500
500
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' 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");
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
-
.awsui_code-
|
|
504
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
505
505
|
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");
|
|
506
506
|
}
|
|
507
507
|
@supports (--css-variable-support-check: #000) {
|
|
508
508
|
@media not print {
|
|
509
|
-
.awsui_code-
|
|
509
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
510
510
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
511
511
|
}
|
|
512
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
512
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
513
513
|
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");
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
@supports (--css-variable-support-check: #000) {
|
|
518
|
-
.awsui-visual-refresh .awsui_code-
|
|
518
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
519
519
|
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");
|
|
520
520
|
}
|
|
521
521
|
@media not print {
|
|
522
|
-
.awsui_code-
|
|
522
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
523
523
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
524
524
|
}
|
|
525
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
525
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
526
526
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' 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");
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
|
-
.awsui_code-
|
|
530
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
531
531
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
532
532
|
}
|
|
533
533
|
@supports (--css-variable-support-check: #000) {
|
|
534
534
|
@media not print {
|
|
535
|
-
.awsui_code-
|
|
535
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
536
536
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
537
537
|
}
|
|
538
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
538
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
539
539
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
@supports (--css-variable-support-check: #000) {
|
|
544
|
-
.awsui-visual-refresh .awsui_code-
|
|
544
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
545
545
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
546
546
|
}
|
|
547
547
|
@media not print {
|
|
548
|
-
.awsui_code-
|
|
548
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
549
549
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
550
550
|
}
|
|
551
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
551
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .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_12b32_102 .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_12b32_102 .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_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
552
552
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
.awsui_code-
|
|
556
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
557
557
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
558
558
|
}
|
|
559
559
|
@supports (--css-variable-support-check: #000) {
|
|
560
560
|
@media not print {
|
|
561
|
-
.awsui_code-
|
|
561
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
562
562
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
563
563
|
}
|
|
564
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
564
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
565
565
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
@supports (--css-variable-support-check: #000) {
|
|
570
|
-
.awsui-visual-refresh .awsui_code-
|
|
570
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
571
571
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
572
572
|
}
|
|
573
573
|
@media not print {
|
|
574
|
-
.awsui_code-
|
|
574
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
575
575
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
576
576
|
}
|
|
577
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
577
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .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_12b32_102 .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_12b32_102 .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_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
578
578
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
.awsui_code-
|
|
582
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
583
583
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
584
584
|
}
|
|
585
585
|
@supports (--css-variable-support-check: #000) {
|
|
586
586
|
@media not print {
|
|
587
|
-
.awsui_code-
|
|
587
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
588
588
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
589
589
|
}
|
|
590
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
590
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
591
591
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
@supports (--css-variable-support-check: #000) {
|
|
596
|
-
.awsui-visual-refresh .awsui_code-
|
|
596
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
597
597
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
598
598
|
}
|
|
599
599
|
@media not print {
|
|
600
|
-
.awsui_code-
|
|
600
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
601
601
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
602
602
|
}
|
|
603
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
603
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .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_12b32_102 .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_12b32_102 .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_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
604
604
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
|
-
.awsui_code-
|
|
608
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
609
609
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
610
610
|
}
|
|
611
611
|
@supports (--css-variable-support-check: #000) {
|
|
612
612
|
@media not print {
|
|
613
|
-
.awsui_code-
|
|
613
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
614
614
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
615
615
|
}
|
|
616
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
616
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
617
617
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
@supports (--css-variable-support-check: #000) {
|
|
622
|
-
.awsui-visual-refresh .awsui_code-
|
|
622
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
623
623
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
624
624
|
}
|
|
625
625
|
@media not print {
|
|
626
|
-
.awsui_code-
|
|
626
|
+
.awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
627
627
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
628
628
|
}
|
|
629
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
629
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12b32_102 .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_12b32_102 .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_12b32_102 .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_12b32_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
630
630
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
631
631
|
}
|
|
632
632
|
}
|
|
@@ -637,7 +637,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
637
637
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
638
638
|
SPDX-License-Identifier: Apache-2.0
|
|
639
639
|
*/
|
|
640
|
-
.
|
|
640
|
+
.awsui_pane_1gl9c_12b32_640:not(#\9) {
|
|
641
641
|
display: flex;
|
|
642
642
|
position: relative;
|
|
643
643
|
flex-direction: row;
|
|
@@ -648,75 +648,75 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
648
648
|
background: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
|
|
649
649
|
color: var(--color-text-body-default-ffdwgg, #16191f);
|
|
650
650
|
}
|
|
651
|
-
.awsui_pane__close-
|
|
651
|
+
.awsui_pane__close-container_1gl9c_12b32_651:not(#\9) {
|
|
652
652
|
position: absolute;
|
|
653
653
|
inset-block-start: 0;
|
|
654
654
|
inset-inline-end: calc(var(--space-s-2025hl, 12px) / 2);
|
|
655
655
|
}
|
|
656
|
-
.
|
|
656
|
+
.awsui_pane__list_1gl9c_12b32_656:not(#\9) {
|
|
657
657
|
flex: 1;
|
|
658
658
|
overflow: auto;
|
|
659
659
|
max-block-size: 100%;
|
|
660
660
|
box-sizing: border-box;
|
|
661
661
|
margin-inline-end: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-xs-xf5ch3, 8px));
|
|
662
662
|
}
|
|
663
|
-
.
|
|
663
|
+
.awsui_pane__table_1gl9c_12b32_663:not(#\9) {
|
|
664
664
|
inline-size: 100%;
|
|
665
665
|
border-spacing: 0;
|
|
666
666
|
margin-block: var(--space-s-2025hl, 12px);
|
|
667
667
|
margin-inline: 0;
|
|
668
668
|
}
|
|
669
|
-
.
|
|
669
|
+
.awsui_pane__item_1gl9c_12b32_669 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9) {
|
|
670
670
|
border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
|
|
671
671
|
border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
|
|
672
672
|
}
|
|
673
|
-
.
|
|
673
|
+
.awsui_pane__item_1gl9c_12b32_669 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9):first-child {
|
|
674
674
|
border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
|
|
675
675
|
border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
676
676
|
border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
.awsui_pane__item_1gl9c_12b32_669 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9):last-child {
|
|
679
679
|
border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
|
|
680
680
|
border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
681
681
|
border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
682
682
|
}
|
|
683
|
-
.awsui_pane__item--
|
|
683
|
+
.awsui_pane__item--highlighted_1gl9c_12b32_683:not(#\9), .awsui_pane__item_1gl9c_12b32_669:not(#\9):hover, .awsui_pane__item_1gl9c_12b32_669:not(#\9):focus {
|
|
684
684
|
cursor: pointer;
|
|
685
685
|
outline: none;
|
|
686
686
|
}
|
|
687
|
-
.awsui_pane__item--
|
|
687
|
+
.awsui_pane__item--highlighted_1gl9c_12b32_683 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9), .awsui_pane__item_1gl9c_12b32_669:not(#\9):hover > .awsui_pane__cell_1gl9c_12b32_669, .awsui_pane__item_1gl9c_12b32_669:not(#\9):focus > .awsui_pane__cell_1gl9c_12b32_669 {
|
|
688
688
|
background-color: var(--color-background-code-editor-pane-item-hover-aa7kp2, #eaeded);
|
|
689
689
|
}
|
|
690
|
-
.awsui_pane__item--
|
|
690
|
+
.awsui_pane__item--highlighted_1gl9c_12b32_683 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9), .awsui_pane__item_1gl9c_12b32_669:not(#\9):hover > .awsui_pane__cell_1gl9c_12b32_669, .awsui_pane__item_1gl9c_12b32_669:not(#\9):focus > .awsui_pane__cell_1gl9c_12b32_669 {
|
|
691
691
|
border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
|
|
692
692
|
border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
|
|
693
693
|
}
|
|
694
|
-
.awsui_pane__item--
|
|
694
|
+
.awsui_pane__item--highlighted_1gl9c_12b32_683 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9):first-child, .awsui_pane__item_1gl9c_12b32_669:not(#\9):hover > .awsui_pane__cell_1gl9c_12b32_669:first-child, .awsui_pane__item_1gl9c_12b32_669:not(#\9):focus > .awsui_pane__cell_1gl9c_12b32_669:first-child {
|
|
695
695
|
border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
|
|
696
696
|
border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
697
697
|
border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
698
698
|
}
|
|
699
|
-
.awsui_pane__item--
|
|
699
|
+
.awsui_pane__item--highlighted_1gl9c_12b32_683 > .awsui_pane__cell_1gl9c_12b32_669:not(#\9):last-child, .awsui_pane__item_1gl9c_12b32_669:not(#\9):hover > .awsui_pane__cell_1gl9c_12b32_669:last-child, .awsui_pane__item_1gl9c_12b32_669:not(#\9):focus > .awsui_pane__cell_1gl9c_12b32_669:last-child {
|
|
700
700
|
border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
|
|
701
701
|
border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
702
702
|
border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
|
|
703
703
|
}
|
|
704
|
-
.
|
|
704
|
+
.awsui_pane__location_1gl9c_12b32_704:not(#\9), .awsui_pane__description_1gl9c_12b32_704:not(#\9) {
|
|
705
705
|
padding-block: var(--space-xxs-9rrxti, 4px);
|
|
706
706
|
padding-inline: var(--space-s-2025hl, 12px);
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
.awsui_pane__location_1gl9c_12b32_704:not(#\9) {
|
|
709
709
|
vertical-align: baseline;
|
|
710
710
|
white-space: nowrap;
|
|
711
711
|
padding-inline-start: calc(var(--space-l-xu1x80, 20px) + var(--space-s-2025hl, 12px));
|
|
712
712
|
}
|
|
713
|
-
.
|
|
713
|
+
.awsui_pane__description_1gl9c_12b32_704:not(#\9) {
|
|
714
714
|
padding-inline-end: 0;
|
|
715
715
|
min-inline-size: 0;
|
|
716
716
|
word-break: break-word;
|
|
717
717
|
}
|
|
718
718
|
|
|
719
|
-
.awsui_focus-
|
|
719
|
+
.awsui_focus-lock_1gl9c_12b32_719:not(#\9) {
|
|
720
720
|
block-size: 100%;
|
|
721
721
|
}
|
|
722
722
|
|
|
@@ -724,7 +724,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
724
724
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
725
725
|
SPDX-License-Identifier: Apache-2.0
|
|
726
726
|
*/
|
|
727
|
-
.awsui_code-
|
|
727
|
+
.awsui_code-editor_1gl9c_12b32_102:not(#\9) {
|
|
728
728
|
border-collapse: separate;
|
|
729
729
|
border-spacing: 0;
|
|
730
730
|
box-sizing: border-box;
|
|
@@ -768,20 +768,20 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
768
768
|
inline-size: 100%;
|
|
769
769
|
}
|
|
770
770
|
|
|
771
|
-
.
|
|
771
|
+
.awsui_editor_1gl9c_12b32_770:not(#\9) {
|
|
772
772
|
position: absolute;
|
|
773
773
|
inset: 0;
|
|
774
774
|
}
|
|
775
|
-
.
|
|
775
|
+
.awsui_editor_1gl9c_12b32_770:not(#\9):focus {
|
|
776
776
|
position: relative;
|
|
777
777
|
position: absolute;
|
|
778
778
|
overflow: visible;
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
.awsui_editor_1gl9c_12b32_770:not(#\9):focus {
|
|
781
781
|
outline: 2px dotted transparent;
|
|
782
782
|
outline-offset: calc(3px - 1px);
|
|
783
783
|
}
|
|
784
|
-
.
|
|
784
|
+
.awsui_editor_1gl9c_12b32_770:not(#\9):focus::before {
|
|
785
785
|
content: " ";
|
|
786
786
|
display: block;
|
|
787
787
|
position: absolute;
|
|
@@ -796,12 +796,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
796
796
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
797
797
|
}
|
|
798
798
|
|
|
799
|
-
.awsui_editor-
|
|
799
|
+
.awsui_editor-refresh_1gl9c_12b32_798:not(#\9) {
|
|
800
800
|
border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
|
|
801
801
|
border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
|
|
802
802
|
}
|
|
803
803
|
|
|
804
|
-
.awsui_status-
|
|
804
|
+
.awsui_status-bar_1gl9c_12b32_803:not(#\9) {
|
|
805
805
|
container-type: inline-size;
|
|
806
806
|
display: flex;
|
|
807
807
|
vertical-align: middle;
|
|
@@ -810,38 +810,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
810
810
|
min-inline-size: 0;
|
|
811
811
|
word-break: break-word;
|
|
812
812
|
}
|
|
813
|
-
.awsui_status-bar-with-hidden-
|
|
813
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_12b32_812:not(#\9) {
|
|
814
814
|
border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
|
|
815
815
|
border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
|
|
816
816
|
}
|
|
817
|
-
.awsui_status-
|
|
817
|
+
.awsui_status-bar__left_1gl9c_12b32_816:not(#\9) {
|
|
818
818
|
flex: 1;
|
|
819
819
|
display: flex;
|
|
820
820
|
flex-wrap: wrap;
|
|
821
821
|
padding-inline-start: var(--space-l-xu1x80, 20px);
|
|
822
822
|
border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
|
|
823
823
|
}
|
|
824
|
-
.awsui_status-
|
|
824
|
+
.awsui_status-bar__right_1gl9c_12b32_823:not(#\9) {
|
|
825
825
|
display: flex;
|
|
826
826
|
align-items: center;
|
|
827
827
|
}
|
|
828
|
-
.awsui_status-bar__language-
|
|
828
|
+
.awsui_status-bar__language-mode_1gl9c_12b32_827:not(#\9), .awsui_status-bar__cursor-position_1gl9c_12b32_827:not(#\9) {
|
|
829
829
|
display: inline-block;
|
|
830
830
|
color: var(--color-text-body-default-ffdwgg, #16191f);
|
|
831
831
|
padding-block: var(--space-scaled-xs-x91h81, 8px);
|
|
832
832
|
padding-inline: var(--space-s-2025hl, 12px);
|
|
833
833
|
}
|
|
834
|
-
.awsui_status-bar__cog-
|
|
834
|
+
.awsui_status-bar__cog-button_1gl9c_12b32_833:not(#\9) {
|
|
835
835
|
padding-block: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px);
|
|
836
836
|
padding-inline: calc(var(--space-xs-xf5ch3, 8px) - 2px);
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.awsui_tab-
|
|
839
|
+
.awsui_tab-list_1gl9c_12b32_838:not(#\9) {
|
|
840
840
|
align-items: center;
|
|
841
841
|
display: inline-flex;
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
.awsui_tab-
|
|
844
|
+
.awsui_tab-button_1gl9c_12b32_843:not(#\9) {
|
|
845
845
|
position: relative;
|
|
846
846
|
display: inline-flex;
|
|
847
847
|
gap: var(--space-xxs-9rrxti, 4px);
|
|
@@ -857,11 +857,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
857
857
|
cursor: pointer;
|
|
858
858
|
z-index: 1;
|
|
859
859
|
}
|
|
860
|
-
.awsui_tab-
|
|
860
|
+
.awsui_tab-button_1gl9c_12b32_843:not(#\9):hover {
|
|
861
861
|
color: var(--color-text-code-editor-tab-button-error-xw0xdi, #ffffff);
|
|
862
862
|
background: var(--color-text-status-error-ofc4yr, #d13212);
|
|
863
863
|
}
|
|
864
|
-
.awsui_tab-
|
|
864
|
+
.awsui_tab-button_1gl9c_12b32_843:not(#\9)::after {
|
|
865
865
|
content: "";
|
|
866
866
|
position: absolute;
|
|
867
867
|
inset-inline: 0;
|
|
@@ -874,54 +874,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1kyah_102 .ace_edit
|
|
|
874
874
|
background: var(--color-text-status-error-ofc4yr, #d13212);
|
|
875
875
|
opacity: 0;
|
|
876
876
|
}
|
|
877
|
-
.awsui_tab-button--
|
|
877
|
+
.awsui_tab-button--refresh_1gl9c_12b32_876:not(#\9) {
|
|
878
878
|
padding-block-end: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
|
|
879
879
|
}
|
|
880
|
-
.awsui_tab-button--
|
|
880
|
+
.awsui_tab-button--warnings_1gl9c_12b32_879:not(#\9) {
|
|
881
881
|
color: var(--color-text-status-warning-azn00c, #906806);
|
|
882
882
|
}
|
|
883
|
-
.awsui_tab-button--
|
|
883
|
+
.awsui_tab-button--warnings_1gl9c_12b32_879:not(#\9):hover {
|
|
884
884
|
background: var(--color-text-status-warning-azn00c, #906806);
|
|
885
885
|
}
|
|
886
|
-
.awsui_tab-button--
|
|
886
|
+
.awsui_tab-button--warnings_1gl9c_12b32_879:not(#\9)::after {
|
|
887
887
|
background: var(--color-text-status-warning-azn00c, #906806);
|
|
888
888
|
}
|
|
889
|
-
.awsui_tab-button--
|
|
889
|
+
.awsui_tab-button--active_1gl9c_12b32_888:not(#\9)::after {
|
|
890
890
|
opacity: 1;
|
|
891
891
|
}
|
|
892
|
-
.awsui_tab-button--
|
|
892
|
+
.awsui_tab-button--refresh_1gl9c_12b32_876:not(#\9)::after {
|
|
893
893
|
transition: opacity var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
|
|
894
894
|
}
|
|
895
895
|
@media (prefers-reduced-motion: reduce) {
|
|
896
|
-
.awsui_tab-button--
|
|
896
|
+
.awsui_tab-button--refresh_1gl9c_12b32_876:not(#\9)::after {
|
|
897
897
|
animation: none;
|
|
898
898
|
transition: none;
|
|
899
899
|
}
|
|
900
900
|
}
|
|
901
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
901
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_12b32_876:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_12b32_876:not(#\9)::after {
|
|
902
902
|
animation: none;
|
|
903
903
|
transition: none;
|
|
904
904
|
}
|
|
905
|
-
.awsui_tab-button--
|
|
905
|
+
.awsui_tab-button--disabled_1gl9c_12b32_904:not(#\9) {
|
|
906
906
|
font-weight: normal;
|
|
907
907
|
color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
|
|
908
908
|
cursor: default;
|
|
909
909
|
}
|
|
910
|
-
.awsui_tab-button--
|
|
910
|
+
.awsui_tab-button--disabled_1gl9c_12b32_904:not(#\9):hover {
|
|
911
911
|
color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
|
|
912
912
|
background: transparent;
|
|
913
913
|
}
|
|
914
|
-
.awsui_tab-button--
|
|
914
|
+
.awsui_tab-button--disabled_1gl9c_12b32_904:not(#\9)::after {
|
|
915
915
|
display: none;
|
|
916
916
|
}
|
|
917
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
917
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12b32_843:not(#\9):focus {
|
|
918
918
|
position: relative;
|
|
919
919
|
}
|
|
920
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
920
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12b32_843:not(#\9):focus {
|
|
921
921
|
outline: 2px dotted transparent;
|
|
922
922
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-frwh89, 3px) - 1px);
|
|
923
923
|
}
|
|
924
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
924
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12b32_843:not(#\9):focus::before {
|
|
925
925
|
content: " ";
|
|
926
926
|
display: block;
|
|
927
927
|
position: absolute;
|
|
@@ -935,41 +935,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1kyah_843:not(#\9):f
|
|
|
935
935
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
|
|
936
936
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
937
937
|
}
|
|
938
|
-
.awsui_tab-button--
|
|
938
|
+
.awsui_tab-button--divider_1gl9c_12b32_937:not(#\9) {
|
|
939
939
|
display: inline-block;
|
|
940
940
|
block-size: var(--line-height-body-m-2zx78l, 22px);
|
|
941
941
|
inline-size: var(--border-code-editor-status-divider-width-j22nww, 0px);
|
|
942
942
|
background: var(--color-border-tabs-divider-xzqbyc, #aab7b8);
|
|
943
943
|
vertical-align: middle;
|
|
944
944
|
}
|
|
945
|
-
.awsui_tab-button--
|
|
945
|
+
.awsui_tab-button--errors_1gl9c_12b32_944:not(#\9) {
|
|
946
946
|
/* used in test-utils */
|
|
947
947
|
}
|
|
948
948
|
@supports (contain: inline-size) {
|
|
949
|
-
.awsui_tab-
|
|
949
|
+
.awsui_tab-button_1gl9c_12b32_843:not(#\9) {
|
|
950
950
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
951
951
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
952
952
|
}
|
|
953
953
|
@container not (max-width: 500px) {
|
|
954
|
-
.awsui_tab-
|
|
954
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_count_1gl9c_12b32_953:not(#\9) {
|
|
955
955
|
display: none;
|
|
956
956
|
}
|
|
957
|
-
.awsui_tab-
|
|
957
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_text_1gl9c_12b32_956:not(#\9) {
|
|
958
958
|
display: inline;
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
961
|
@container (max-width: 500px) {
|
|
962
|
-
.awsui_tab-
|
|
962
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_count_1gl9c_12b32_953:not(#\9) {
|
|
963
963
|
display: inline;
|
|
964
964
|
}
|
|
965
|
-
.awsui_tab-
|
|
965
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_text_1gl9c_12b32_956:not(#\9) {
|
|
966
966
|
display: none;
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
|
+
@supports not (contain: inline-size) {
|
|
971
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_count_1gl9c_12b32_953:not(#\9) {
|
|
972
|
+
display: none;
|
|
973
|
+
}
|
|
974
|
+
.awsui_tab-button_1gl9c_12b32_843 > .awsui_text_1gl9c_12b32_956:not(#\9) {
|
|
975
|
+
display: inline;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
970
978
|
|
|
971
|
-
.awsui_loading-
|
|
972
|
-
.awsui_error-
|
|
979
|
+
.awsui_loading-screen_1gl9c_12b32_978:not(#\9),
|
|
980
|
+
.awsui_error-screen_1gl9c_12b32_979:not(#\9) {
|
|
973
981
|
display: flex;
|
|
974
982
|
align-items: center;
|
|
975
983
|
justify-content: center;
|
|
@@ -982,6 +990,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1kyah_843:not(#\9):f
|
|
|
982
990
|
border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
|
|
983
991
|
}
|
|
984
992
|
|
|
985
|
-
.awsui_error-
|
|
993
|
+
.awsui_error-screen_1gl9c_12b32_979:not(#\9) {
|
|
986
994
|
color: var(--color-text-status-error-ofc4yr, #d13212);
|
|
987
995
|
}
|