@cloudscape-design/components-themeable 3.0.17 → 3.0.20
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 +2 -2
- package/lib/internal/scss/code-editor/pane.scss +2 -2
- package/lib/internal/scss/code-editor/styles.scss +6 -6
- package/lib/internal/scss/date-picker/styles.scss +1 -1
- package/lib/internal/scss/date-range-picker/calendar/grids/day/styles.scss +2 -2
- package/lib/internal/scss/popover/body.scss +1 -1
- package/lib/internal/scss/tutorial-panel/components/tutorial-list/styles.scss +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +174 -174
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/date-picker/styles.css.js +24 -24
- package/lib/internal/template/date-picker/styles.scoped.css +42 -42
- package/lib/internal/template/date-picker/styles.selectors.js +24 -24
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +30 -31
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +10 -4
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +15 -6
- package/lib/internal/template/internal/generated/theming/index.js +15 -6
- package/lib/internal/template/popover/styles.css.js +48 -48
- package/lib/internal/template/popover/styles.scoped.css +63 -63
- package/lib/internal/template/popover/styles.selectors.js +48 -48
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/package.json +1 -1
|
@@ -95,22 +95,22 @@ 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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
104
|
+
.awsui_code-editor_1gl9c_1etk1_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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
114
114
|
color: #d13212;
|
|
115
115
|
color: var(--color-text-status-error-jer77f, #d13212);
|
|
116
116
|
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");
|
|
@@ -118,53 +118,53 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
118
118
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
119
119
|
}
|
|
120
120
|
@supports (--css-variable-support-check: #000) {
|
|
121
|
-
.awsui_code-
|
|
121
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
122
122
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
123
123
|
}
|
|
124
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
124
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
125
125
|
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");
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
@supports (--css-variable-support-check: #000) {
|
|
129
|
-
.awsui_code-
|
|
129
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
130
130
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
131
131
|
}
|
|
132
|
-
.awsui-visual-refresh .awsui_code-
|
|
132
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
133
133
|
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");
|
|
134
134
|
}
|
|
135
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
135
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
136
136
|
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");
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
.awsui_code-
|
|
139
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
140
140
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
141
141
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
142
142
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
143
143
|
}
|
|
144
144
|
@supports (--css-variable-support-check: #000) {
|
|
145
|
-
.awsui_code-
|
|
145
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
146
146
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
147
147
|
}
|
|
148
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
148
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
149
149
|
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");
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
@supports (--css-variable-support-check: #000) {
|
|
153
|
-
.awsui_code-
|
|
153
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
154
154
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
155
155
|
}
|
|
156
|
-
.awsui-visual-refresh .awsui_code-
|
|
156
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
157
157
|
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");
|
|
158
158
|
}
|
|
159
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
159
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
160
160
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
.awsui_code-
|
|
163
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
164
164
|
padding-left: 24px;
|
|
165
165
|
padding-right: 16px;
|
|
166
166
|
}
|
|
167
|
-
.awsui_code-
|
|
167
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget:not(#\9) {
|
|
168
168
|
/* A good test case for disabled folds
|
|
169
169
|
<<html<<<<
|
|
170
170
|
</html>
|
|
@@ -175,7 +175,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
175
175
|
border: none;
|
|
176
176
|
box-shadow: none;
|
|
177
177
|
}
|
|
178
|
-
.awsui_code-
|
|
178
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
179
179
|
background: transparent;
|
|
180
180
|
box-sizing: border-box;
|
|
181
181
|
border-top: 1px solid #d5dbdb;
|
|
@@ -183,217 +183,217 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
border-bottom: 1px solid #d5dbdb;
|
|
184
184
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-wvvw7v, #d5dbdb);
|
|
185
185
|
}
|
|
186
|
-
.awsui_code-
|
|
186
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
187
187
|
border-top: 1px solid #687078;
|
|
188
188
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
|
|
189
189
|
border-bottom: 1px solid #687078;
|
|
190
190
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
|
|
191
191
|
}
|
|
192
|
-
.awsui_code-
|
|
192
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter:not(#\9) {
|
|
193
193
|
background-color: #f2f3f3;
|
|
194
194
|
background-color: var(--color-background-code-editor-gutter-default-jzy459, #f2f3f3);
|
|
195
195
|
color: #16191f;
|
|
196
196
|
color: var(--color-text-code-editor-gutter-default-xo884c, #16191f);
|
|
197
197
|
}
|
|
198
|
-
.awsui_code-
|
|
198
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
199
199
|
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");
|
|
200
200
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
201
201
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
202
202
|
}
|
|
203
203
|
@supports (--css-variable-support-check: #000) {
|
|
204
|
-
.awsui_code-
|
|
204
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
205
205
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
206
206
|
}
|
|
207
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
207
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
208
208
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
@supports (--css-variable-support-check: #000) {
|
|
212
|
-
.awsui_code-
|
|
212
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
213
213
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
214
214
|
}
|
|
215
|
-
.awsui-visual-refresh .awsui_code-
|
|
215
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
216
216
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
217
217
|
}
|
|
218
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
218
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
219
219
|
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");
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
.awsui_code-
|
|
222
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
223
223
|
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");
|
|
224
224
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
225
225
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
226
226
|
}
|
|
227
227
|
@supports (--css-variable-support-check: #000) {
|
|
228
|
-
.awsui_code-
|
|
228
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
229
229
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
230
230
|
}
|
|
231
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
231
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
232
232
|
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");
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
235
|
@supports (--css-variable-support-check: #000) {
|
|
236
|
-
.awsui_code-
|
|
236
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
237
237
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
238
238
|
}
|
|
239
|
-
.awsui-visual-refresh .awsui_code-
|
|
239
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
240
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='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
241
241
|
}
|
|
242
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
242
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
243
243
|
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");
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.awsui_code-
|
|
246
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
247
247
|
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");
|
|
248
248
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
249
249
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
250
250
|
}
|
|
251
251
|
@supports (--css-variable-support-check: #000) {
|
|
252
|
-
.awsui_code-
|
|
252
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
253
253
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
254
254
|
}
|
|
255
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
255
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
256
256
|
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");
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
@supports (--css-variable-support-check: #000) {
|
|
260
|
-
.awsui_code-
|
|
260
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
261
261
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
262
262
|
}
|
|
263
|
-
.awsui-visual-refresh .awsui_code-
|
|
263
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
264
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='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
265
265
|
}
|
|
266
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
266
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
267
267
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
.awsui_code-
|
|
270
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
271
271
|
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");
|
|
272
272
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
273
273
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
274
274
|
}
|
|
275
275
|
@supports (--css-variable-support-check: #000) {
|
|
276
|
-
.awsui_code-
|
|
276
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
277
277
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
278
278
|
}
|
|
279
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
279
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
280
280
|
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");
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
@supports (--css-variable-support-check: #000) {
|
|
284
|
-
.awsui_code-
|
|
284
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
285
285
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
286
286
|
}
|
|
287
|
-
.awsui-visual-refresh .awsui_code-
|
|
287
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
288
288
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
289
289
|
}
|
|
290
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
290
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
291
291
|
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");
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
|
-
.awsui_code-
|
|
294
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
295
295
|
background-color: #687078;
|
|
296
296
|
background-color: var(--color-background-code-editor-gutter-active-line-default-iqj33p, #687078);
|
|
297
297
|
color: #ffffff;
|
|
298
298
|
color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
|
|
299
299
|
}
|
|
300
|
-
.awsui_code-
|
|
300
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
301
301
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
302
302
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
303
303
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
304
304
|
}
|
|
305
305
|
@supports (--css-variable-support-check: #000) {
|
|
306
|
-
.awsui_code-
|
|
306
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
307
307
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
308
308
|
}
|
|
309
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
309
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
310
310
|
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");
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
@supports (--css-variable-support-check: #000) {
|
|
314
|
-
.awsui_code-
|
|
314
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
315
315
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
316
316
|
}
|
|
317
|
-
.awsui-visual-refresh .awsui_code-
|
|
317
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
318
318
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
319
319
|
}
|
|
320
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
320
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
321
321
|
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");
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
|
-
.awsui_code-
|
|
324
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
325
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='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
326
326
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
327
327
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
328
328
|
}
|
|
329
329
|
@supports (--css-variable-support-check: #000) {
|
|
330
|
-
.awsui_code-
|
|
330
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
331
331
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
332
332
|
}
|
|
333
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
333
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
334
334
|
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");
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
@supports (--css-variable-support-check: #000) {
|
|
338
|
-
.awsui_code-
|
|
338
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
339
339
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
340
340
|
}
|
|
341
|
-
.awsui-visual-refresh .awsui_code-
|
|
341
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
342
342
|
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");
|
|
343
343
|
}
|
|
344
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
344
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
345
345
|
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");
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
.awsui_code-
|
|
348
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
349
349
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
350
350
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
351
351
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
352
352
|
}
|
|
353
353
|
@supports (--css-variable-support-check: #000) {
|
|
354
|
-
.awsui_code-
|
|
354
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
355
355
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
356
356
|
}
|
|
357
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
357
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
358
358
|
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");
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
@supports (--css-variable-support-check: #000) {
|
|
362
|
-
.awsui_code-
|
|
362
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
363
363
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
364
364
|
}
|
|
365
|
-
.awsui-visual-refresh .awsui_code-
|
|
365
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
366
366
|
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");
|
|
367
367
|
}
|
|
368
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
368
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
369
369
|
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");
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
|
-
.awsui_code-
|
|
372
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
373
373
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
374
374
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
375
375
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
376
376
|
}
|
|
377
377
|
@supports (--css-variable-support-check: #000) {
|
|
378
|
-
.awsui_code-
|
|
378
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
379
379
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
380
380
|
}
|
|
381
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
381
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
382
382
|
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");
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
385
|
@supports (--css-variable-support-check: #000) {
|
|
386
|
-
.awsui_code-
|
|
386
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
387
387
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
388
388
|
}
|
|
389
|
-
.awsui-visual-refresh .awsui_code-
|
|
389
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
390
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
391
391
|
}
|
|
392
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
392
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
393
393
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
|
-
.awsui_code-
|
|
396
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
397
397
|
color: #ffffff;
|
|
398
398
|
color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
|
|
399
399
|
background-color: #d13212;
|
|
@@ -403,152 +403,152 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
403
403
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
404
404
|
}
|
|
405
405
|
@supports (--css-variable-support-check: #000) {
|
|
406
|
-
.awsui_code-
|
|
406
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
407
407
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
408
408
|
}
|
|
409
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
409
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
410
410
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
@supports (--css-variable-support-check: #000) {
|
|
414
|
-
.awsui_code-
|
|
414
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
415
415
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
416
416
|
}
|
|
417
|
-
.awsui-visual-refresh .awsui_code-
|
|
417
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
418
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 %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");
|
|
419
419
|
}
|
|
420
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
420
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
421
421
|
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");
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
.awsui_code-
|
|
424
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
425
425
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
426
426
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
427
427
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
428
428
|
}
|
|
429
429
|
@supports (--css-variable-support-check: #000) {
|
|
430
|
-
.awsui_code-
|
|
430
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
431
431
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
432
432
|
}
|
|
433
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
433
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
434
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='%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");
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
@supports (--css-variable-support-check: #000) {
|
|
438
|
-
.awsui_code-
|
|
438
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
439
439
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
440
440
|
}
|
|
441
|
-
.awsui-visual-refresh .awsui_code-
|
|
441
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
442
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='%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");
|
|
443
443
|
}
|
|
444
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
444
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
445
445
|
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");
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
|
-
.awsui_code-
|
|
448
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
449
449
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
450
450
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
451
451
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
452
452
|
}
|
|
453
453
|
@supports (--css-variable-support-check: #000) {
|
|
454
|
-
.awsui_code-
|
|
454
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
455
455
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
456
456
|
}
|
|
457
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
457
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
458
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='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
@supports (--css-variable-support-check: #000) {
|
|
462
|
-
.awsui_code-
|
|
462
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
463
463
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
464
464
|
}
|
|
465
|
-
.awsui-visual-refresh .awsui_code-
|
|
465
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
466
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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
467
467
|
}
|
|
468
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
468
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
469
469
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
.awsui_code-
|
|
472
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
473
473
|
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");
|
|
474
474
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
475
475
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
476
476
|
}
|
|
477
477
|
@supports (--css-variable-support-check: #000) {
|
|
478
|
-
.awsui_code-
|
|
478
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
479
479
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
480
480
|
}
|
|
481
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
481
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
482
482
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
@supports (--css-variable-support-check: #000) {
|
|
486
|
-
.awsui_code-
|
|
486
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
487
487
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
488
488
|
}
|
|
489
|
-
.awsui-visual-refresh .awsui_code-
|
|
489
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
490
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
491
491
|
}
|
|
492
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
492
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
493
493
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
|
-
.awsui_code-
|
|
496
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
497
497
|
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");
|
|
498
498
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
499
499
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
500
500
|
}
|
|
501
501
|
@supports (--css-variable-support-check: #000) {
|
|
502
|
-
.awsui_code-
|
|
502
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
503
503
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
504
504
|
}
|
|
505
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
505
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
506
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='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
@supports (--css-variable-support-check: #000) {
|
|
510
|
-
.awsui_code-
|
|
510
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
511
511
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
512
512
|
}
|
|
513
|
-
.awsui-visual-refresh .awsui_code-
|
|
513
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
514
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='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
515
515
|
}
|
|
516
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
516
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
517
517
|
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");
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
|
-
.awsui_code-
|
|
520
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
521
521
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
522
522
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
523
523
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
524
524
|
}
|
|
525
525
|
@supports (--css-variable-support-check: #000) {
|
|
526
|
-
.awsui_code-
|
|
526
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
527
527
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
528
528
|
}
|
|
529
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
529
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
530
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='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
@supports (--css-variable-support-check: #000) {
|
|
534
|
-
.awsui_code-
|
|
534
|
+
.awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
535
535
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
536
536
|
}
|
|
537
|
-
.awsui-visual-refresh .awsui_code-
|
|
537
|
+
.awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
538
538
|
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");
|
|
539
539
|
}
|
|
540
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-
|
|
540
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1etk1_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_1etk1_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_1etk1_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_1etk1_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
541
541
|
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");
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
.awsui_code-editor-
|
|
545
|
+
.awsui_code-editor-refresh_1gl9c_1etk1_534 .ace_editor .ace_gutter:not(#\9) {
|
|
546
546
|
border-top-left-radius: calc(0px - 1px);
|
|
547
|
-
border-top-left-radius: calc(var(--border-radius-
|
|
547
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
548
548
|
}
|
|
549
|
-
.awsui_code-editor-
|
|
549
|
+
.awsui_code-editor-refresh_1gl9c_1etk1_534 .ace_editor .ace_scroller:not(#\9) {
|
|
550
550
|
border-top-right-radius: calc(0px - 1px);
|
|
551
|
-
border-top-right-radius: calc(var(--border-radius-
|
|
551
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
/* stylelint-enable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
@@ -556,7 +556,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
556
556
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
557
557
|
SPDX-License-Identifier: Apache-2.0
|
|
558
558
|
*/
|
|
559
|
-
.
|
|
559
|
+
.awsui_pane_1gl9c_1etk1_546:not(#\9) {
|
|
560
560
|
display: flex;
|
|
561
561
|
position: relative;
|
|
562
562
|
flex-direction: row;
|
|
@@ -564,21 +564,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
564
564
|
border-top: 1px solid #d5dbdb;
|
|
565
565
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
|
|
566
566
|
border-bottom-left-radius: 0px;
|
|
567
|
-
border-bottom-left-radius: var(--border-radius-
|
|
567
|
+
border-bottom-left-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
568
568
|
border-bottom-right-radius: 0px;
|
|
569
|
-
border-bottom-right-radius: var(--border-radius-
|
|
569
|
+
border-bottom-right-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
570
570
|
background: #f2f3f3;
|
|
571
571
|
background: var(--color-background-code-editor-status-bar-ewmb7s, #f2f3f3);
|
|
572
572
|
color: #16191f;
|
|
573
573
|
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
574
574
|
}
|
|
575
|
-
.awsui_pane__close-
|
|
575
|
+
.awsui_pane__close-container_1gl9c_1etk1_557:not(#\9) {
|
|
576
576
|
position: absolute;
|
|
577
577
|
top: 0;
|
|
578
578
|
right: calc(12px / 2);
|
|
579
579
|
right: calc(var(--space-s-hv8c1d, 12px) / 2);
|
|
580
580
|
}
|
|
581
|
-
.
|
|
581
|
+
.awsui_pane__list_1gl9c_1etk1_562:not(#\9) {
|
|
582
582
|
flex: 1;
|
|
583
583
|
overflow: auto;
|
|
584
584
|
max-height: 100%;
|
|
@@ -586,19 +586,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
586
586
|
margin-right: calc(22px + 2 * 8px);
|
|
587
587
|
margin-right: calc(var(--font-body-m-line-height-i7xxvv, 22px) + 2 * var(--space-xs-rsr2qu, 8px));
|
|
588
588
|
}
|
|
589
|
-
.
|
|
589
|
+
.awsui_pane__table_1gl9c_1etk1_569:not(#\9) {
|
|
590
590
|
width: 100%;
|
|
591
591
|
border-spacing: 0;
|
|
592
592
|
margin: 12px 0;
|
|
593
593
|
margin: var(--space-s-hv8c1d, 12px) 0;
|
|
594
594
|
}
|
|
595
|
-
.
|
|
595
|
+
.awsui_pane__item_1gl9c_1etk1_574 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9) {
|
|
596
596
|
border-top: 1px solid transparent;
|
|
597
597
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
598
598
|
border-bottom: 1px solid transparent;
|
|
599
599
|
border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
600
600
|
}
|
|
601
|
-
.
|
|
601
|
+
.awsui_pane__item_1gl9c_1etk1_574 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9):first-child {
|
|
602
602
|
border-left: 1px solid transparent;
|
|
603
603
|
border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
604
604
|
border-top-left-radius: 0px;
|
|
@@ -606,7 +606,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
606
606
|
border-bottom-left-radius: 0px;
|
|
607
607
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
608
608
|
}
|
|
609
|
-
.
|
|
609
|
+
.awsui_pane__item_1gl9c_1etk1_574 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9):last-child {
|
|
610
610
|
border-right: 1px solid transparent;
|
|
611
611
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
|
|
612
612
|
border-top-right-radius: 0px;
|
|
@@ -614,21 +614,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
614
614
|
border-bottom-right-radius: 0px;
|
|
615
615
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
616
616
|
}
|
|
617
|
-
.awsui_pane__item--
|
|
617
|
+
.awsui_pane__item--highlighted_1gl9c_1etk1_588:not(#\9), .awsui_pane__item_1gl9c_1etk1_574:not(#\9):hover, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):focus {
|
|
618
618
|
cursor: pointer;
|
|
619
619
|
outline: none;
|
|
620
620
|
}
|
|
621
|
-
.awsui_pane__item--
|
|
621
|
+
.awsui_pane__item--highlighted_1gl9c_1etk1_588 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9), .awsui_pane__item_1gl9c_1etk1_574:not(#\9):hover > .awsui_pane__cell_1gl9c_1etk1_574, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):focus > .awsui_pane__cell_1gl9c_1etk1_574 {
|
|
622
622
|
background-color: #eaeded;
|
|
623
623
|
background-color: var(--color-background-code-editor-pane-item-hover-zlbhj7, #eaeded);
|
|
624
624
|
}
|
|
625
|
-
.awsui_pane__item--
|
|
625
|
+
.awsui_pane__item--highlighted_1gl9c_1etk1_588 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9), .awsui_pane__item_1gl9c_1etk1_574:not(#\9):hover > .awsui_pane__cell_1gl9c_1etk1_574, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):focus > .awsui_pane__cell_1gl9c_1etk1_574 {
|
|
626
626
|
border-top: 1px solid #687078;
|
|
627
627
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
628
628
|
border-bottom: 1px solid #687078;
|
|
629
629
|
border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
630
630
|
}
|
|
631
|
-
.awsui_pane__item--
|
|
631
|
+
.awsui_pane__item--highlighted_1gl9c_1etk1_588 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9):first-child, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):hover > .awsui_pane__cell_1gl9c_1etk1_574:first-child, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):focus > .awsui_pane__cell_1gl9c_1etk1_574:first-child {
|
|
632
632
|
border-left: 1px solid #687078;
|
|
633
633
|
border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
634
634
|
border-top-left-radius: 0px;
|
|
@@ -636,7 +636,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
636
636
|
border-bottom-left-radius: 0px;
|
|
637
637
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
638
638
|
}
|
|
639
|
-
.awsui_pane__item--
|
|
639
|
+
.awsui_pane__item--highlighted_1gl9c_1etk1_588 > .awsui_pane__cell_1gl9c_1etk1_574:not(#\9):last-child, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):hover > .awsui_pane__cell_1gl9c_1etk1_574:last-child, .awsui_pane__item_1gl9c_1etk1_574:not(#\9):focus > .awsui_pane__cell_1gl9c_1etk1_574:last-child {
|
|
640
640
|
border-right: 1px solid #687078;
|
|
641
641
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
|
|
642
642
|
border-top-right-radius: 0px;
|
|
@@ -644,24 +644,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
644
644
|
border-bottom-right-radius: 0px;
|
|
645
645
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
646
646
|
}
|
|
647
|
-
.
|
|
647
|
+
.awsui_pane__location_1gl9c_1etk1_609:not(#\9), .awsui_pane__description_1gl9c_1etk1_609:not(#\9) {
|
|
648
648
|
padding: 4px 12px;
|
|
649
649
|
padding: var(--space-xxs-ynfts5, 4px) var(--space-s-hv8c1d, 12px);
|
|
650
650
|
}
|
|
651
|
-
.
|
|
651
|
+
.awsui_pane__location_1gl9c_1etk1_609:not(#\9) {
|
|
652
652
|
vertical-align: baseline;
|
|
653
653
|
white-space: nowrap;
|
|
654
654
|
padding-left: calc(20px + 12px);
|
|
655
655
|
padding-left: calc(var(--space-l-4vl6xu, 20px) + var(--space-s-hv8c1d, 12px));
|
|
656
656
|
}
|
|
657
|
-
.
|
|
657
|
+
.awsui_pane__description_1gl9c_1etk1_609:not(#\9) {
|
|
658
658
|
padding-right: 0;
|
|
659
659
|
min-width: 0;
|
|
660
660
|
-ms-word-break: break-all;
|
|
661
661
|
word-break: break-word;
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
-
.awsui_focus-
|
|
664
|
+
.awsui_focus-lock_1gl9c_1etk1_624:not(#\9) {
|
|
665
665
|
height: 100%;
|
|
666
666
|
}
|
|
667
667
|
|
|
@@ -669,7 +669,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
669
669
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
670
670
|
SPDX-License-Identifier: Apache-2.0
|
|
671
671
|
*/
|
|
672
|
-
.awsui_code-
|
|
672
|
+
.awsui_code-editor_1gl9c_1etk1_98:not(#\9) {
|
|
673
673
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
674
674
|
border-collapse: separate;
|
|
675
675
|
border-spacing: 0;
|
|
@@ -712,16 +712,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
712
712
|
border: 1px solid #d5dbdb;
|
|
713
713
|
border: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
|
|
714
714
|
border-radius: 0px;
|
|
715
|
-
border-radius: var(--border-radius-
|
|
715
|
+
border-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
716
716
|
width: 100%;
|
|
717
717
|
}
|
|
718
718
|
|
|
719
|
-
.awsui_resizable-
|
|
719
|
+
.awsui_resizable-box_1gl9c_1etk1_647:not(#\9) {
|
|
720
720
|
position: relative;
|
|
721
721
|
width: 100%;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
|
-
.awsui_resizable-box-
|
|
724
|
+
.awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
725
725
|
position: absolute;
|
|
726
726
|
right: 0;
|
|
727
727
|
bottom: 0;
|
|
@@ -742,42 +742,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
742
742
|
cursor: ns-resize;
|
|
743
743
|
}
|
|
744
744
|
@supports (--css-variable-support-check: #000) {
|
|
745
|
-
.awsui_resizable-box-
|
|
745
|
+
.awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
746
746
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
747
747
|
}
|
|
748
|
-
.awsui-polaris-dark-mode .awsui_resizable-box-
|
|
748
|
+
.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
749
749
|
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");
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
@supports (--css-variable-support-check: #000) {
|
|
753
|
-
.awsui_resizable-box-
|
|
753
|
+
.awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
754
754
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
755
755
|
}
|
|
756
|
-
.awsui-visual-refresh .awsui_resizable-box-
|
|
756
|
+
.awsui-visual-refresh .awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
757
757
|
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");
|
|
758
758
|
}
|
|
759
|
-
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_resizable-box-
|
|
759
|
+
.awsui-visual-refresh.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_resizable-box-handle_1gl9c_1etk1_652:not(#\9) {
|
|
760
760
|
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");
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
|
|
764
|
-
.
|
|
764
|
+
.awsui_editor_1gl9c_1etk1_689:not(#\9) {
|
|
765
765
|
position: absolute;
|
|
766
766
|
top: 0;
|
|
767
767
|
right: 0;
|
|
768
768
|
bottom: 0;
|
|
769
769
|
left: 0;
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
.awsui_editor_1gl9c_1etk1_689:not(#\9):focus {
|
|
772
772
|
position: relative;
|
|
773
773
|
position: absolute;
|
|
774
774
|
overflow: visible;
|
|
775
775
|
}
|
|
776
|
-
.
|
|
776
|
+
.awsui_editor_1gl9c_1etk1_689:not(#\9):focus {
|
|
777
777
|
outline: 2px dotted transparent;
|
|
778
778
|
outline-offset: calc(3px - 1px);
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
.awsui_editor_1gl9c_1etk1_689:not(#\9):focus::before {
|
|
781
781
|
content: " ";
|
|
782
782
|
display: block;
|
|
783
783
|
position: absolute;
|
|
@@ -791,14 +791,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
791
791
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
792
792
|
}
|
|
793
793
|
|
|
794
|
-
.awsui_code-editor-
|
|
794
|
+
.awsui_code-editor-refresh_1gl9c_1etk1_534 > .awsui_resizable-box_1gl9c_1etk1_647 > .awsui_editor_1gl9c_1etk1_689:not(#\9) {
|
|
795
795
|
border-top-left-radius: calc(0px - 1px);
|
|
796
|
-
border-top-left-radius: calc(var(--border-radius-
|
|
796
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
797
797
|
border-top-right-radius: calc(0px - 1px);
|
|
798
|
-
border-top-right-radius: calc(var(--border-radius-
|
|
798
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
|
|
799
799
|
}
|
|
800
800
|
|
|
801
|
-
.awsui_status-
|
|
801
|
+
.awsui_status-bar_1gl9c_1etk1_722:not(#\9) {
|
|
802
802
|
display: flex;
|
|
803
803
|
vertical-align: middle;
|
|
804
804
|
border-top: 1px solid #d5dbdb;
|
|
@@ -809,13 +809,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
809
809
|
-ms-word-break: break-all;
|
|
810
810
|
word-break: break-word;
|
|
811
811
|
}
|
|
812
|
-
.awsui_status-bar-with-hidden-
|
|
812
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_1etk1_731:not(#\9) {
|
|
813
813
|
border-bottom-left-radius: 0px;
|
|
814
|
-
border-bottom-left-radius: var(--border-radius-
|
|
814
|
+
border-bottom-left-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
815
815
|
border-bottom-right-radius: 0px;
|
|
816
|
-
border-bottom-right-radius: var(--border-radius-
|
|
816
|
+
border-bottom-right-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
817
817
|
}
|
|
818
|
-
.awsui_status-
|
|
818
|
+
.awsui_status-bar__left_1gl9c_1etk1_735:not(#\9) {
|
|
819
819
|
flex: 1;
|
|
820
820
|
display: flex;
|
|
821
821
|
flex-wrap: wrap;
|
|
@@ -824,33 +824,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
824
824
|
border-right: 1px solid #d5dbdb;
|
|
825
825
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
|
|
826
826
|
}
|
|
827
|
-
.awsui_status-bar__left-
|
|
827
|
+
.awsui_status-bar__left-virtual_1gl9c_1etk1_742:not(#\9) {
|
|
828
828
|
flex-wrap: nowrap;
|
|
829
829
|
white-space: nowrap;
|
|
830
830
|
}
|
|
831
|
-
.awsui_status-
|
|
831
|
+
.awsui_status-bar__right_1gl9c_1etk1_746:not(#\9) {
|
|
832
832
|
display: flex;
|
|
833
833
|
align-items: center;
|
|
834
834
|
}
|
|
835
|
-
.awsui_status-bar__language-
|
|
835
|
+
.awsui_status-bar__language-mode_1gl9c_1etk1_750:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1etk1_750:not(#\9) {
|
|
836
836
|
display: inline-block;
|
|
837
837
|
color: #16191f;
|
|
838
838
|
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
839
839
|
padding: 8px 12px;
|
|
840
840
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
841
841
|
}
|
|
842
|
-
.awsui_status-bar__cog-
|
|
842
|
+
.awsui_status-bar__cog-button_1gl9c_1etk1_755:not(#\9) {
|
|
843
843
|
padding: calc(4px - 1px) calc(8px - 2px);
|
|
844
844
|
padding: calc(var(--space-scaled-xxs-95dhkm, 4px) - 1px) calc(var(--space-xs-rsr2qu, 8px) - 2px);
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.awsui_status-bar-
|
|
847
|
+
.awsui_status-bar-virtual_1gl9c_1etk1_759:not(#\9) {
|
|
848
848
|
position: absolute !important;
|
|
849
849
|
top: -9999px !important;
|
|
850
850
|
left: -9999px !important;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
.awsui_tab-
|
|
853
|
+
.awsui_tab-button_1gl9c_1etk1_765:not(#\9) {
|
|
854
854
|
position: relative;
|
|
855
855
|
display: inline-block;
|
|
856
856
|
padding: 8px 12px;
|
|
@@ -865,11 +865,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
865
865
|
cursor: pointer;
|
|
866
866
|
z-index: 1;
|
|
867
867
|
}
|
|
868
|
-
.awsui_tab-button--
|
|
868
|
+
.awsui_tab-button--refresh_1gl9c_1etk1_778:not(#\9) {
|
|
869
869
|
padding-bottom: calc(8px + 2px - 2px);
|
|
870
870
|
padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-active-width-bo43mb, 2px) - 2px);
|
|
871
871
|
}
|
|
872
|
-
.awsui_tab-
|
|
872
|
+
.awsui_tab-button_1gl9c_1etk1_765:not(#\9)::after {
|
|
873
873
|
content: "";
|
|
874
874
|
position: absolute;
|
|
875
875
|
left: 0;
|
|
@@ -883,52 +883,52 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
883
883
|
background: var(--color-text-status-error-jer77f, #d13212);
|
|
884
884
|
opacity: 0;
|
|
885
885
|
}
|
|
886
|
-
.awsui_tab-button--
|
|
886
|
+
.awsui_tab-button--active_1gl9c_1etk1_792:not(#\9)::after {
|
|
887
887
|
opacity: 1;
|
|
888
888
|
}
|
|
889
|
-
.awsui_tab-button--
|
|
889
|
+
.awsui_tab-button--refresh_1gl9c_1etk1_778:not(#\9)::after {
|
|
890
890
|
transition: opacity 165ms cubic-bezier(0.84, 0, 0.16, 1);
|
|
891
891
|
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));
|
|
892
892
|
}
|
|
893
893
|
@media (prefers-reduced-motion: reduce) {
|
|
894
|
-
.awsui_tab-button--
|
|
894
|
+
.awsui_tab-button--refresh_1gl9c_1etk1_778:not(#\9)::after {
|
|
895
895
|
animation: none;
|
|
896
896
|
transition: none;
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
899
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1etk1_778:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1etk1_778:not(#\9)::after {
|
|
900
900
|
animation: none;
|
|
901
901
|
transition: none;
|
|
902
902
|
}
|
|
903
|
-
.awsui_tab-
|
|
903
|
+
.awsui_tab-button_1gl9c_1etk1_765:not(#\9):hover {
|
|
904
904
|
color: #ffffff;
|
|
905
905
|
color: var(--color-text-code-editor-tab-button-error-r25g2o, #ffffff);
|
|
906
906
|
background: #d13212;
|
|
907
907
|
background: var(--color-text-status-error-jer77f, #d13212);
|
|
908
908
|
}
|
|
909
|
-
.awsui_tab-button--
|
|
909
|
+
.awsui_tab-button--disabled_1gl9c_1etk1_812:not(#\9) {
|
|
910
910
|
font-weight: normal;
|
|
911
911
|
color: #879596;
|
|
912
912
|
color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
|
|
913
913
|
cursor: default;
|
|
914
914
|
}
|
|
915
|
-
.awsui_tab-button--
|
|
915
|
+
.awsui_tab-button--disabled_1gl9c_1etk1_812:not(#\9):hover {
|
|
916
916
|
color: #879596;
|
|
917
917
|
color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
|
|
918
918
|
background: transparent;
|
|
919
919
|
}
|
|
920
|
-
.awsui_tab-button--
|
|
920
|
+
.awsui_tab-button--disabled_1gl9c_1etk1_812:not(#\9)::after {
|
|
921
921
|
display: none;
|
|
922
922
|
}
|
|
923
|
-
.awsui_tab-
|
|
923
|
+
.awsui_tab-button_1gl9c_1etk1_765[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
924
924
|
position: relative;
|
|
925
925
|
}
|
|
926
|
-
.awsui_tab-
|
|
926
|
+
.awsui_tab-button_1gl9c_1etk1_765[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
927
927
|
outline: 2px dotted transparent;
|
|
928
928
|
outline-offset: calc(3px - 1px);
|
|
929
929
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-hxg2um, 3px) - 1px);
|
|
930
930
|
}
|
|
931
|
-
.awsui_tab-
|
|
931
|
+
.awsui_tab-button_1gl9c_1etk1_765[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
932
932
|
content: " ";
|
|
933
933
|
display: block;
|
|
934
934
|
position: absolute;
|
|
@@ -945,7 +945,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
945
945
|
box-shadow: 0 0 0 2px #0073bb;
|
|
946
946
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
947
947
|
}
|
|
948
|
-
.awsui_tab-button--
|
|
948
|
+
.awsui_tab-button--divider_1gl9c_1etk1_842:not(#\9) {
|
|
949
949
|
display: inline-block;
|
|
950
950
|
height: 22px;
|
|
951
951
|
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
@@ -955,12 +955,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
955
955
|
background: var(--color-border-tabs-divider-lf9ugx, #aab7b8);
|
|
956
956
|
vertical-align: middle;
|
|
957
957
|
}
|
|
958
|
-
.awsui_tab-button--
|
|
958
|
+
.awsui_tab-button--errors_1gl9c_1etk1_849:not(#\9), .awsui_tab-button--warnings_1gl9c_1etk1_849:not(#\9) {
|
|
959
959
|
/* used in test-utils */
|
|
960
960
|
}
|
|
961
961
|
|
|
962
|
-
.awsui_loading-
|
|
963
|
-
.awsui_error-
|
|
962
|
+
.awsui_loading-screen_1gl9c_1etk1_853:not(#\9),
|
|
963
|
+
.awsui_error-screen_1gl9c_1etk1_854:not(#\9) {
|
|
964
964
|
display: flex;
|
|
965
965
|
align-items: center;
|
|
966
966
|
justify-content: center;
|
|
@@ -970,10 +970,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
970
970
|
background: #f2f3f3;
|
|
971
971
|
background: var(--color-background-code-editor-loading-sm80zv, #f2f3f3);
|
|
972
972
|
border-radius: 0px;
|
|
973
|
-
border-radius: var(--border-radius-
|
|
973
|
+
border-radius: var(--border-radius-code-editor-7hgl06, 0px);
|
|
974
974
|
}
|
|
975
975
|
|
|
976
|
-
.awsui_error-
|
|
976
|
+
.awsui_error-screen_1gl9c_1etk1_854:not(#\9) {
|
|
977
977
|
color: #d13212;
|
|
978
978
|
color: var(--color-text-status-error-jer77f, #d13212);
|
|
979
979
|
}
|