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