@cloudscape-design/components-themeable 3.0.47 → 3.0.50
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/scss/code-editor/ace-editor.scss +9 -5
- package/lib/internal/scss/code-editor/styles.scss +5 -2
- package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/internal.js +10 -4
- package/lib/internal/template/autosuggest/internal.js.map +1 -1
- package/lib/internal/template/code-editor/index.d.ts.map +1 -1
- package/lib/internal/template/code-editor/index.js +14 -13
- package/lib/internal/template/code-editor/index.js.map +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -32
- package/lib/internal/template/code-editor/styles.scoped.css +173 -167
- package/lib/internal/template/code-editor/styles.selectors.js +33 -32
- package/lib/internal/template/internal/components/autosuggest-input/index.d.ts +6 -1
- package/lib/internal/template/internal/components/autosuggest-input/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/autosuggest-input/index.js +10 -16
- package/lib/internal/template/internal/components/autosuggest-input/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +2 -2
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +4 -0
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +0 -1
- package/lib/internal/template/internal/generated/styles/tokens.js +0 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +0 -2
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +0 -5
- package/lib/internal/template/internal/generated/theming/index.d.ts +0 -5
- package/lib/internal/template/internal/generated/theming/index.js +0 -2
- package/lib/internal/template/property-filter/controller.js +2 -2
- package/lib/internal/template/property-filter/controller.js.map +1 -1
- package/lib/internal/template/property-filter/index.d.ts.map +1 -1
- package/lib/internal/template/property-filter/index.js +2 -3
- package/lib/internal/template/property-filter/index.js.map +1 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.d.ts.map +1 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.js +5 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
- package/lib/internal/template/split-panel/index.d.ts.map +1 -1
- package/lib/internal/template/split-panel/index.js +9 -8
- package/lib/internal/template/split-panel/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -95,75 +95,75 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
97
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
98
|
-
.awsui_code-
|
|
98
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor:not(#\9) {
|
|
99
99
|
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
100
100
|
font-size: 14px;
|
|
101
101
|
line-height: 20px;
|
|
102
102
|
}
|
|
103
|
-
.awsui_code-
|
|
104
|
-
.awsui_code-
|
|
103
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
104
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
105
105
|
cursor: pointer;
|
|
106
106
|
background-repeat: no-repeat;
|
|
107
107
|
background-size: 16px 16px;
|
|
108
108
|
background-position: 4px 2px;
|
|
109
109
|
}
|
|
110
|
-
.awsui_code-
|
|
110
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
111
111
|
background-image: none;
|
|
112
112
|
}
|
|
113
|
-
.awsui_code-
|
|
113
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
114
114
|
color: var(--color-text-status-error-jer77f, #d13212);
|
|
115
115
|
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");
|
|
116
116
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
117
117
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
118
118
|
}
|
|
119
119
|
@supports (--css-variable-support-check: #000) {
|
|
120
|
-
.awsui_code-
|
|
120
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
121
121
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
122
122
|
}
|
|
123
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
123
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
124
124
|
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");
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
@supports (--css-variable-support-check: #000) {
|
|
128
|
-
.awsui_code-
|
|
128
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
129
129
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
130
130
|
}
|
|
131
|
-
.awsui-visual-refresh .awsui_code-
|
|
131
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
132
132
|
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");
|
|
133
133
|
}
|
|
134
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
134
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
135
135
|
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");
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
.awsui_code-
|
|
138
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
139
139
|
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 %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
140
140
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
141
141
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
142
142
|
}
|
|
143
143
|
@supports (--css-variable-support-check: #000) {
|
|
144
|
-
.awsui_code-
|
|
144
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
145
145
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
146
146
|
}
|
|
147
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
147
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
148
148
|
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 %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
@supports (--css-variable-support-check: #000) {
|
|
152
|
-
.awsui_code-
|
|
152
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
153
153
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
154
154
|
}
|
|
155
|
-
.awsui-visual-refresh .awsui_code-
|
|
155
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
156
156
|
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 %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
157
157
|
}
|
|
158
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
158
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
159
159
|
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 %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
.awsui_code-
|
|
162
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
163
163
|
padding-left: 24px;
|
|
164
164
|
padding-right: 16px;
|
|
165
165
|
}
|
|
166
|
-
.awsui_code-
|
|
166
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget:not(#\9) {
|
|
167
167
|
/* A good test case for disabled folds
|
|
168
168
|
<<html<<<<
|
|
169
169
|
</html>
|
|
@@ -174,221 +174,217 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
174
174
|
border: none;
|
|
175
175
|
box-shadow: none;
|
|
176
176
|
}
|
|
177
|
-
.awsui_code-
|
|
177
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
178
178
|
background: transparent;
|
|
179
179
|
box-sizing: border-box;
|
|
180
180
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-wvvw7v, #d5dbdb);
|
|
181
181
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-wvvw7v, #d5dbdb);
|
|
182
182
|
}
|
|
183
|
-
.awsui_code-
|
|
183
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
184
184
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
|
|
185
185
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
|
|
186
186
|
}
|
|
187
|
-
.awsui_code-
|
|
187
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter:not(#\9) {
|
|
188
188
|
background-color: var(--color-background-code-editor-gutter-default-jzy459, #f2f3f3);
|
|
189
189
|
color: var(--color-text-code-editor-gutter-default-xo884c, #16191f);
|
|
190
|
-
border-top-left-radius: max(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px), 0px);
|
|
191
190
|
}
|
|
192
|
-
.awsui_code-
|
|
193
|
-
border-top-right-radius: max(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px), 0px);
|
|
194
|
-
}
|
|
195
|
-
.awsui_code-editor_1gl9c_1eio4_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
191
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
196
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='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
197
193
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
198
194
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
199
195
|
}
|
|
200
196
|
@supports (--css-variable-support-check: #000) {
|
|
201
|
-
.awsui_code-
|
|
197
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
202
198
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
203
199
|
}
|
|
204
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
200
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
205
201
|
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");
|
|
206
202
|
}
|
|
207
203
|
}
|
|
208
204
|
@supports (--css-variable-support-check: #000) {
|
|
209
|
-
.awsui_code-
|
|
205
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
210
206
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
211
207
|
}
|
|
212
|
-
.awsui-visual-refresh .awsui_code-
|
|
208
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
213
209
|
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");
|
|
214
210
|
}
|
|
215
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
211
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
216
212
|
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");
|
|
217
213
|
}
|
|
218
214
|
}
|
|
219
|
-
.awsui_code-
|
|
215
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
220
216
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
221
217
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
222
218
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
223
219
|
}
|
|
224
220
|
@supports (--css-variable-support-check: #000) {
|
|
225
|
-
.awsui_code-
|
|
221
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
226
222
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
227
223
|
}
|
|
228
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
224
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
229
225
|
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");
|
|
230
226
|
}
|
|
231
227
|
}
|
|
232
228
|
@supports (--css-variable-support-check: #000) {
|
|
233
|
-
.awsui_code-
|
|
229
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
234
230
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
235
231
|
}
|
|
236
|
-
.awsui-visual-refresh .awsui_code-
|
|
232
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
237
233
|
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");
|
|
238
234
|
}
|
|
239
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
235
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
240
236
|
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");
|
|
241
237
|
}
|
|
242
238
|
}
|
|
243
|
-
.awsui_code-
|
|
239
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
244
240
|
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");
|
|
245
241
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
246
242
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
247
243
|
}
|
|
248
244
|
@supports (--css-variable-support-check: #000) {
|
|
249
|
-
.awsui_code-
|
|
245
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
250
246
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
251
247
|
}
|
|
252
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
248
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
253
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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
254
250
|
}
|
|
255
251
|
}
|
|
256
252
|
@supports (--css-variable-support-check: #000) {
|
|
257
|
-
.awsui_code-
|
|
253
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
258
254
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
259
255
|
}
|
|
260
|
-
.awsui-visual-refresh .awsui_code-
|
|
256
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
261
257
|
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");
|
|
262
258
|
}
|
|
263
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
259
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
264
260
|
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");
|
|
265
261
|
}
|
|
266
262
|
}
|
|
267
|
-
.awsui_code-
|
|
263
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
268
264
|
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");
|
|
269
265
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
270
266
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
271
267
|
}
|
|
272
268
|
@supports (--css-variable-support-check: #000) {
|
|
273
|
-
.awsui_code-
|
|
269
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
274
270
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
275
271
|
}
|
|
276
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
272
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
277
273
|
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");
|
|
278
274
|
}
|
|
279
275
|
}
|
|
280
276
|
@supports (--css-variable-support-check: #000) {
|
|
281
|
-
.awsui_code-
|
|
277
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
282
278
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
283
279
|
}
|
|
284
|
-
.awsui-visual-refresh .awsui_code-
|
|
280
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
285
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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
286
282
|
}
|
|
287
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
283
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
288
284
|
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");
|
|
289
285
|
}
|
|
290
286
|
}
|
|
291
|
-
.awsui_code-
|
|
287
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
292
288
|
background-color: var(--color-background-code-editor-gutter-active-line-default-iqj33p, #687078);
|
|
293
289
|
color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
|
|
294
290
|
}
|
|
295
|
-
.awsui_code-
|
|
291
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
296
292
|
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");
|
|
297
293
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
298
294
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
299
295
|
}
|
|
300
296
|
@supports (--css-variable-support-check: #000) {
|
|
301
|
-
.awsui_code-
|
|
297
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
302
298
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
303
299
|
}
|
|
304
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
300
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
305
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='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
306
302
|
}
|
|
307
303
|
}
|
|
308
304
|
@supports (--css-variable-support-check: #000) {
|
|
309
|
-
.awsui_code-
|
|
305
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
310
306
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
311
307
|
}
|
|
312
|
-
.awsui-visual-refresh .awsui_code-
|
|
308
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
313
309
|
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");
|
|
314
310
|
}
|
|
315
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
311
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
316
312
|
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");
|
|
317
313
|
}
|
|
318
314
|
}
|
|
319
|
-
.awsui_code-
|
|
315
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
320
316
|
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");
|
|
321
317
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
322
318
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
323
319
|
}
|
|
324
320
|
@supports (--css-variable-support-check: #000) {
|
|
325
|
-
.awsui_code-
|
|
321
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
326
322
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
327
323
|
}
|
|
328
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
324
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
329
325
|
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");
|
|
330
326
|
}
|
|
331
327
|
}
|
|
332
328
|
@supports (--css-variable-support-check: #000) {
|
|
333
|
-
.awsui_code-
|
|
329
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
334
330
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
335
331
|
}
|
|
336
|
-
.awsui-visual-refresh .awsui_code-
|
|
332
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
337
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
338
334
|
}
|
|
339
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
335
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
340
336
|
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");
|
|
341
337
|
}
|
|
342
338
|
}
|
|
343
|
-
.awsui_code-
|
|
339
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
344
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='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
345
341
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
346
342
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
347
343
|
}
|
|
348
344
|
@supports (--css-variable-support-check: #000) {
|
|
349
|
-
.awsui_code-
|
|
345
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
350
346
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
351
347
|
}
|
|
352
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
348
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
353
349
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
354
350
|
}
|
|
355
351
|
}
|
|
356
352
|
@supports (--css-variable-support-check: #000) {
|
|
357
|
-
.awsui_code-
|
|
353
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
358
354
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
359
355
|
}
|
|
360
|
-
.awsui-visual-refresh .awsui_code-
|
|
356
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
361
357
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
362
358
|
}
|
|
363
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
359
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
364
360
|
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");
|
|
365
361
|
}
|
|
366
362
|
}
|
|
367
|
-
.awsui_code-
|
|
363
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
368
364
|
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");
|
|
369
365
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
370
366
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
371
367
|
}
|
|
372
368
|
@supports (--css-variable-support-check: #000) {
|
|
373
|
-
.awsui_code-
|
|
369
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
374
370
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
375
371
|
}
|
|
376
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
372
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
377
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='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
378
374
|
}
|
|
379
375
|
}
|
|
380
376
|
@supports (--css-variable-support-check: #000) {
|
|
381
|
-
.awsui_code-
|
|
377
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
382
378
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
383
379
|
}
|
|
384
|
-
.awsui-visual-refresh .awsui_code-
|
|
380
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
385
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
386
382
|
}
|
|
387
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
383
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
388
384
|
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");
|
|
389
385
|
}
|
|
390
386
|
}
|
|
391
|
-
.awsui_code-
|
|
387
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
392
388
|
color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
|
|
393
389
|
background-color: var(--color-background-code-editor-gutter-active-line-error-stt57c, #d13212);
|
|
394
390
|
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");
|
|
@@ -396,151 +392,158 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
396
392
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
397
393
|
}
|
|
398
394
|
@supports (--css-variable-support-check: #000) {
|
|
399
|
-
.awsui_code-
|
|
395
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
400
396
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
401
397
|
}
|
|
402
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
398
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
403
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='%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");
|
|
404
400
|
}
|
|
405
401
|
}
|
|
406
402
|
@supports (--css-variable-support-check: #000) {
|
|
407
|
-
.awsui_code-
|
|
403
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
408
404
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
409
405
|
}
|
|
410
|
-
.awsui-visual-refresh .awsui_code-
|
|
406
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
411
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='%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");
|
|
412
408
|
}
|
|
413
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
409
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
414
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='%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");
|
|
415
411
|
}
|
|
416
412
|
}
|
|
417
|
-
.awsui_code-
|
|
413
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
418
414
|
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");
|
|
419
415
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
420
416
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
421
417
|
}
|
|
422
418
|
@supports (--css-variable-support-check: #000) {
|
|
423
|
-
.awsui_code-
|
|
419
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
424
420
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
425
421
|
}
|
|
426
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
422
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
427
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='%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");
|
|
428
424
|
}
|
|
429
425
|
}
|
|
430
426
|
@supports (--css-variable-support-check: #000) {
|
|
431
|
-
.awsui_code-
|
|
427
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
432
428
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
433
429
|
}
|
|
434
|
-
.awsui-visual-refresh .awsui_code-
|
|
430
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
435
431
|
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");
|
|
436
432
|
}
|
|
437
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
433
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
438
434
|
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");
|
|
439
435
|
}
|
|
440
436
|
}
|
|
441
|
-
.awsui_code-
|
|
437
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
442
438
|
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");
|
|
443
439
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
444
440
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
445
441
|
}
|
|
446
442
|
@supports (--css-variable-support-check: #000) {
|
|
447
|
-
.awsui_code-
|
|
443
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
448
444
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
449
445
|
}
|
|
450
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
446
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
451
447
|
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");
|
|
452
448
|
}
|
|
453
449
|
}
|
|
454
450
|
@supports (--css-variable-support-check: #000) {
|
|
455
|
-
.awsui_code-
|
|
451
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
456
452
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
457
453
|
}
|
|
458
|
-
.awsui-visual-refresh .awsui_code-
|
|
454
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
459
455
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
460
456
|
}
|
|
461
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
457
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .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_12bdt_98 .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_12bdt_98 .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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
462
458
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
463
459
|
}
|
|
464
460
|
}
|
|
465
|
-
.awsui_code-
|
|
461
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
466
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='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
467
463
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
468
464
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
469
465
|
}
|
|
470
466
|
@supports (--css-variable-support-check: #000) {
|
|
471
|
-
.awsui_code-
|
|
467
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
472
468
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
473
469
|
}
|
|
474
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
470
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
475
471
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
476
472
|
}
|
|
477
473
|
}
|
|
478
474
|
@supports (--css-variable-support-check: #000) {
|
|
479
|
-
.awsui_code-
|
|
475
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
480
476
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
481
477
|
}
|
|
482
|
-
.awsui-visual-refresh .awsui_code-
|
|
478
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
483
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
484
480
|
}
|
|
485
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
481
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .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_12bdt_98 .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_12bdt_98 .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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
486
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='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
487
483
|
}
|
|
488
484
|
}
|
|
489
|
-
.awsui_code-
|
|
485
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
490
486
|
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");
|
|
491
487
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
492
488
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
493
489
|
}
|
|
494
490
|
@supports (--css-variable-support-check: #000) {
|
|
495
|
-
.awsui_code-
|
|
491
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
496
492
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
497
493
|
}
|
|
498
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
494
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
499
495
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
500
496
|
}
|
|
501
497
|
}
|
|
502
498
|
@supports (--css-variable-support-check: #000) {
|
|
503
|
-
.awsui_code-
|
|
499
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
504
500
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
505
501
|
}
|
|
506
|
-
.awsui-visual-refresh .awsui_code-
|
|
502
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
507
503
|
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");
|
|
508
504
|
}
|
|
509
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
505
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .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_12bdt_98 .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_12bdt_98 .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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
510
506
|
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");
|
|
511
507
|
}
|
|
512
508
|
}
|
|
513
|
-
.awsui_code-
|
|
509
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
514
510
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
515
511
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
516
512
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
517
513
|
}
|
|
518
514
|
@supports (--css-variable-support-check: #000) {
|
|
519
|
-
.awsui_code-
|
|
515
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
520
516
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
521
517
|
}
|
|
522
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
518
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
523
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='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
524
520
|
}
|
|
525
521
|
}
|
|
526
522
|
@supports (--css-variable-support-check: #000) {
|
|
527
|
-
.awsui_code-
|
|
523
|
+
.awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
528
524
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
529
525
|
}
|
|
530
|
-
.awsui-visual-refresh .awsui_code-
|
|
526
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
531
527
|
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");
|
|
532
528
|
}
|
|
533
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
529
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .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_12bdt_98 .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_12bdt_98 .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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
534
530
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
535
531
|
}
|
|
536
532
|
}
|
|
537
533
|
|
|
534
|
+
.awsui_code-editor-refresh_1gl9c_12bdt_534 .ace_editor .ace_gutter:not(#\9) {
|
|
535
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
536
|
+
}
|
|
537
|
+
.awsui_code-editor-refresh_1gl9c_12bdt_534 .ace_editor .ace_scroller:not(#\9) {
|
|
538
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
539
|
+
}
|
|
540
|
+
|
|
538
541
|
/* stylelint-enable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
539
542
|
/*
|
|
540
543
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
541
544
|
SPDX-License-Identifier: Apache-2.0
|
|
542
545
|
*/
|
|
543
|
-
.
|
|
546
|
+
.awsui_pane_1gl9c_12bdt_546:not(#\9) {
|
|
544
547
|
display: flex;
|
|
545
548
|
position: relative;
|
|
546
549
|
flex-direction: row;
|
|
@@ -551,74 +554,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
551
554
|
background: var(--color-background-code-editor-status-bar-ewmb7s, #f2f3f3);
|
|
552
555
|
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
553
556
|
}
|
|
554
|
-
.awsui_pane__close-
|
|
557
|
+
.awsui_pane__close-container_1gl9c_12bdt_557:not(#\9) {
|
|
555
558
|
position: absolute;
|
|
556
559
|
top: 0;
|
|
557
560
|
right: calc(var(--space-s-hv8c1d, 12px) / 2);
|
|
558
561
|
}
|
|
559
|
-
.
|
|
562
|
+
.awsui_pane__list_1gl9c_12bdt_562:not(#\9) {
|
|
560
563
|
flex: 1;
|
|
561
564
|
overflow: auto;
|
|
562
565
|
max-height: 100%;
|
|
563
566
|
box-sizing: border-box;
|
|
564
567
|
margin-right: calc(var(--font-body-m-line-height-i7xxvv, 22px) + 2 * var(--space-xs-rsr2qu, 8px));
|
|
565
568
|
}
|
|
566
|
-
.
|
|
569
|
+
.awsui_pane__table_1gl9c_12bdt_569:not(#\9) {
|
|
567
570
|
width: 100%;
|
|
568
571
|
border-spacing: 0;
|
|
569
572
|
margin: var(--space-s-hv8c1d, 12px) 0;
|
|
570
573
|
}
|
|
571
|
-
.
|
|
574
|
+
.awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9) {
|
|
572
575
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
573
576
|
border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
574
577
|
}
|
|
575
|
-
.
|
|
578
|
+
.awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):first-child {
|
|
576
579
|
border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
577
580
|
border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
578
581
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
579
582
|
}
|
|
580
|
-
.
|
|
583
|
+
.awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):last-child {
|
|
581
584
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
582
585
|
border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
583
586
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
584
587
|
}
|
|
585
|
-
.awsui_pane__item--
|
|
588
|
+
.awsui_pane__item--highlighted_1gl9c_12bdt_588:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus {
|
|
586
589
|
cursor: pointer;
|
|
587
590
|
outline: none;
|
|
588
591
|
}
|
|
589
|
-
.awsui_pane__item--
|
|
592
|
+
.awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574 {
|
|
590
593
|
background-color: var(--color-background-code-editor-pane-item-hover-zlbhj7, #eaeded);
|
|
591
594
|
}
|
|
592
|
-
.awsui_pane__item--
|
|
595
|
+
.awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574 {
|
|
593
596
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
594
597
|
border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
595
598
|
}
|
|
596
|
-
.awsui_pane__item--
|
|
599
|
+
.awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):first-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574:first-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574:first-child {
|
|
597
600
|
border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
598
601
|
border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
599
602
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
600
603
|
}
|
|
601
|
-
.awsui_pane__item--
|
|
604
|
+
.awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):last-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574:last-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574:last-child {
|
|
602
605
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
603
606
|
border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
604
607
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
605
608
|
}
|
|
606
|
-
.
|
|
609
|
+
.awsui_pane__location_1gl9c_12bdt_609:not(#\9), .awsui_pane__description_1gl9c_12bdt_609:not(#\9) {
|
|
607
610
|
padding: var(--space-xxs-ynfts5, 4px) var(--space-s-hv8c1d, 12px);
|
|
608
611
|
}
|
|
609
|
-
.
|
|
612
|
+
.awsui_pane__location_1gl9c_12bdt_609:not(#\9) {
|
|
610
613
|
vertical-align: baseline;
|
|
611
614
|
white-space: nowrap;
|
|
612
615
|
padding-left: calc(var(--space-l-4vl6xu, 20px) + var(--space-s-hv8c1d, 12px));
|
|
613
616
|
}
|
|
614
|
-
.
|
|
617
|
+
.awsui_pane__description_1gl9c_12bdt_609:not(#\9) {
|
|
615
618
|
padding-right: 0;
|
|
616
619
|
min-width: 0;
|
|
617
620
|
-ms-word-break: break-all;
|
|
618
621
|
word-break: break-word;
|
|
619
622
|
}
|
|
620
623
|
|
|
621
|
-
.awsui_focus-
|
|
624
|
+
.awsui_focus-lock_1gl9c_12bdt_624:not(#\9) {
|
|
622
625
|
height: 100%;
|
|
623
626
|
}
|
|
624
627
|
|
|
@@ -626,7 +629,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
626
629
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
627
630
|
SPDX-License-Identifier: Apache-2.0
|
|
628
631
|
*/
|
|
629
|
-
.awsui_code-
|
|
632
|
+
.awsui_code-editor_1gl9c_12bdt_98:not(#\9) {
|
|
630
633
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
631
634
|
border-collapse: separate;
|
|
632
635
|
border-spacing: 0;
|
|
@@ -667,12 +670,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
667
670
|
width: 100%;
|
|
668
671
|
}
|
|
669
672
|
|
|
670
|
-
.awsui_resizable-
|
|
673
|
+
.awsui_resizable-box_1gl9c_12bdt_647:not(#\9) {
|
|
671
674
|
position: relative;
|
|
672
675
|
width: 100%;
|
|
673
676
|
}
|
|
674
677
|
|
|
675
|
-
.awsui_resizable-box-
|
|
678
|
+
.awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
676
679
|
position: absolute;
|
|
677
680
|
right: 0;
|
|
678
681
|
bottom: 0;
|
|
@@ -690,44 +693,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
690
693
|
cursor: ns-resize;
|
|
691
694
|
}
|
|
692
695
|
@supports (--css-variable-support-check: #000) {
|
|
693
|
-
.awsui_resizable-box-
|
|
696
|
+
.awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
694
697
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
695
698
|
}
|
|
696
|
-
.awsui-polaris-dark-mode .awsui_resizable-box-
|
|
699
|
+
.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
697
700
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23687078' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
|
|
698
701
|
}
|
|
699
702
|
}
|
|
700
703
|
@supports (--css-variable-support-check: #000) {
|
|
701
|
-
.awsui_resizable-box-
|
|
704
|
+
.awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
702
705
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
703
706
|
}
|
|
704
|
-
.awsui-visual-refresh .awsui_resizable-box-
|
|
707
|
+
.awsui-visual-refresh .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
705
708
|
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-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
|
|
706
709
|
}
|
|
707
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_resizable-box-
|
|
710
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
|
|
708
711
|
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-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
|
|
709
712
|
}
|
|
710
713
|
}
|
|
711
714
|
|
|
712
|
-
.
|
|
715
|
+
.awsui_editor_1gl9c_12bdt_689:not(#\9) {
|
|
713
716
|
position: absolute;
|
|
714
717
|
top: 0;
|
|
715
718
|
right: 0;
|
|
716
719
|
bottom: 0;
|
|
717
720
|
left: 0;
|
|
718
|
-
border-top-left-radius: max(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px), 0px);
|
|
719
|
-
border-top-right-radius: max(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px), 0px);
|
|
720
721
|
}
|
|
721
|
-
.
|
|
722
|
+
.awsui_editor_1gl9c_12bdt_689:not(#\9):focus {
|
|
722
723
|
position: relative;
|
|
723
724
|
position: absolute;
|
|
724
725
|
overflow: visible;
|
|
725
726
|
}
|
|
726
|
-
.
|
|
727
|
+
.awsui_editor_1gl9c_12bdt_689:not(#\9):focus {
|
|
727
728
|
outline: 2px dotted transparent;
|
|
728
729
|
outline-offset: calc(3px - 1px);
|
|
729
730
|
}
|
|
730
|
-
.
|
|
731
|
+
.awsui_editor_1gl9c_12bdt_689:not(#\9):focus::before {
|
|
731
732
|
content: " ";
|
|
732
733
|
display: block;
|
|
733
734
|
position: absolute;
|
|
@@ -739,7 +740,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
739
740
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
740
741
|
}
|
|
741
742
|
|
|
742
|
-
.
|
|
743
|
+
.awsui_code-editor-refresh_1gl9c_12bdt_534 > .awsui_resizable-box_1gl9c_12bdt_647 > .awsui_editor_1gl9c_12bdt_689:not(#\9) {
|
|
744
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
745
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.awsui_status-bar_1gl9c_12bdt_722:not(#\9) {
|
|
743
749
|
display: flex;
|
|
744
750
|
vertical-align: middle;
|
|
745
751
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
|
|
@@ -748,41 +754,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
748
754
|
-ms-word-break: break-all;
|
|
749
755
|
word-break: break-word;
|
|
750
756
|
}
|
|
751
|
-
.awsui_status-bar-with-hidden-
|
|
757
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_12bdt_731:not(#\9) {
|
|
752
758
|
border-bottom-left-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
753
759
|
border-bottom-right-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
754
760
|
}
|
|
755
|
-
.awsui_status-
|
|
761
|
+
.awsui_status-bar__left_1gl9c_12bdt_735:not(#\9) {
|
|
756
762
|
flex: 1;
|
|
757
763
|
display: flex;
|
|
758
764
|
flex-wrap: wrap;
|
|
759
765
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
760
766
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
|
|
761
767
|
}
|
|
762
|
-
.awsui_status-bar__left-
|
|
768
|
+
.awsui_status-bar__left-virtual_1gl9c_12bdt_742:not(#\9) {
|
|
763
769
|
flex-wrap: nowrap;
|
|
764
770
|
white-space: nowrap;
|
|
765
771
|
}
|
|
766
|
-
.awsui_status-
|
|
772
|
+
.awsui_status-bar__right_1gl9c_12bdt_746:not(#\9) {
|
|
767
773
|
display: flex;
|
|
768
774
|
align-items: center;
|
|
769
775
|
}
|
|
770
|
-
.awsui_status-bar__language-
|
|
776
|
+
.awsui_status-bar__language-mode_1gl9c_12bdt_750:not(#\9), .awsui_status-bar__cursor-position_1gl9c_12bdt_750:not(#\9) {
|
|
771
777
|
display: inline-block;
|
|
772
778
|
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
773
779
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
774
780
|
}
|
|
775
|
-
.awsui_status-bar__cog-
|
|
781
|
+
.awsui_status-bar__cog-button_1gl9c_12bdt_755:not(#\9) {
|
|
776
782
|
padding: calc(var(--space-scaled-xxs-95dhkm, 4px) - 1px) calc(var(--space-xs-rsr2qu, 8px) - 2px);
|
|
777
783
|
}
|
|
778
784
|
|
|
779
|
-
.awsui_status-bar-
|
|
785
|
+
.awsui_status-bar-virtual_1gl9c_12bdt_759:not(#\9) {
|
|
780
786
|
position: absolute !important;
|
|
781
787
|
top: -9999px !important;
|
|
782
788
|
left: -9999px !important;
|
|
783
789
|
}
|
|
784
790
|
|
|
785
|
-
.awsui_tab-
|
|
791
|
+
.awsui_tab-button_1gl9c_12bdt_765:not(#\9) {
|
|
786
792
|
position: relative;
|
|
787
793
|
display: inline-block;
|
|
788
794
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
@@ -795,10 +801,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
795
801
|
cursor: pointer;
|
|
796
802
|
z-index: 1;
|
|
797
803
|
}
|
|
798
|
-
.awsui_tab-button--
|
|
804
|
+
.awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9) {
|
|
799
805
|
padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-active-width-bo43mb, 2px) - 2px);
|
|
800
806
|
}
|
|
801
|
-
.awsui_tab-
|
|
807
|
+
.awsui_tab-button_1gl9c_12bdt_765:not(#\9)::after {
|
|
802
808
|
content: "";
|
|
803
809
|
position: absolute;
|
|
804
810
|
left: 0;
|
|
@@ -809,46 +815,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
809
815
|
background: var(--color-text-status-error-jer77f, #d13212);
|
|
810
816
|
opacity: 0;
|
|
811
817
|
}
|
|
812
|
-
.awsui_tab-button--
|
|
818
|
+
.awsui_tab-button--active_1gl9c_12bdt_792:not(#\9)::after {
|
|
813
819
|
opacity: 1;
|
|
814
820
|
}
|
|
815
|
-
.awsui_tab-button--
|
|
821
|
+
.awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
|
|
816
822
|
transition: opacity var(--motion-duration-refresh-only-medium-5flen2, 165ms) var(--motion-easing-refresh-only-c-ic6jr0, cubic-bezier(0.84, 0, 0.16, 1));
|
|
817
823
|
}
|
|
818
824
|
@media (prefers-reduced-motion: reduce) {
|
|
819
|
-
.awsui_tab-button--
|
|
825
|
+
.awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
|
|
820
826
|
animation: none;
|
|
821
827
|
transition: none;
|
|
822
828
|
}
|
|
823
829
|
}
|
|
824
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
830
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
|
|
825
831
|
animation: none;
|
|
826
832
|
transition: none;
|
|
827
833
|
}
|
|
828
|
-
.awsui_tab-
|
|
834
|
+
.awsui_tab-button_1gl9c_12bdt_765:not(#\9):hover {
|
|
829
835
|
color: var(--color-text-code-editor-tab-button-error-r25g2o, #ffffff);
|
|
830
836
|
background: var(--color-text-status-error-jer77f, #d13212);
|
|
831
837
|
}
|
|
832
|
-
.awsui_tab-button--
|
|
838
|
+
.awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9) {
|
|
833
839
|
font-weight: normal;
|
|
834
840
|
color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
|
|
835
841
|
cursor: default;
|
|
836
842
|
}
|
|
837
|
-
.awsui_tab-button--
|
|
843
|
+
.awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9):hover {
|
|
838
844
|
color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
|
|
839
845
|
background: transparent;
|
|
840
846
|
}
|
|
841
|
-
.awsui_tab-button--
|
|
847
|
+
.awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9)::after {
|
|
842
848
|
display: none;
|
|
843
849
|
}
|
|
844
|
-
.awsui_tab-
|
|
850
|
+
.awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
845
851
|
position: relative;
|
|
846
852
|
}
|
|
847
|
-
.awsui_tab-
|
|
853
|
+
.awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
848
854
|
outline: 2px dotted transparent;
|
|
849
855
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-hxg2um, 3px) - 1px);
|
|
850
856
|
}
|
|
851
|
-
.awsui_tab-
|
|
857
|
+
.awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
852
858
|
content: " ";
|
|
853
859
|
display: block;
|
|
854
860
|
position: absolute;
|
|
@@ -859,19 +865,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
859
865
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
860
866
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
861
867
|
}
|
|
862
|
-
.awsui_tab-button--
|
|
868
|
+
.awsui_tab-button--divider_1gl9c_12bdt_842:not(#\9) {
|
|
863
869
|
display: inline-block;
|
|
864
870
|
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
865
871
|
width: var(--border-code-editor-status-divider-width-bgledl, 0px);
|
|
866
872
|
background: var(--color-border-tabs-divider-lf9ugx, #aab7b8);
|
|
867
873
|
vertical-align: middle;
|
|
868
874
|
}
|
|
869
|
-
.awsui_tab-button--
|
|
875
|
+
.awsui_tab-button--errors_1gl9c_12bdt_849:not(#\9), .awsui_tab-button--warnings_1gl9c_12bdt_849:not(#\9) {
|
|
870
876
|
/* used in test-utils */
|
|
871
877
|
}
|
|
872
878
|
|
|
873
|
-
.awsui_loading-
|
|
874
|
-
.awsui_error-
|
|
879
|
+
.awsui_loading-screen_1gl9c_12bdt_853:not(#\9),
|
|
880
|
+
.awsui_error-screen_1gl9c_12bdt_854:not(#\9) {
|
|
875
881
|
display: flex;
|
|
876
882
|
align-items: center;
|
|
877
883
|
justify-content: center;
|
|
@@ -881,6 +887,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
881
887
|
border-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
882
888
|
}
|
|
883
889
|
|
|
884
|
-
.awsui_error-
|
|
890
|
+
.awsui_error-screen_1gl9c_12bdt_854:not(#\9) {
|
|
885
891
|
color: var(--color-text-status-error-jer77f, #d13212);
|
|
886
892
|
}
|