@cloudscape-design/components 3.0.625 → 3.0.627
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/button/styles.css.js +19 -19
- package/button/styles.scoped.css +159 -151
- package/button/styles.selectors.js +19 -19
- package/drawer/styles.css.js +3 -3
- package/drawer/styles.scoped.css +13 -13
- package/drawer/styles.selectors.js +3 -3
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +71 -71
- package/help-panel/styles.selectors.js +4 -4
- package/internal/base-component/styles.scoped.css +20 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +5 -0
- package/internal/generated/styles/tokens.js +5 -0
- package/internal/generated/theming/index.cjs +75 -0
- package/internal/generated/theming/index.js +75 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/side-navigation/styles.css.js +28 -28
- package/side-navigation/styles.scoped.css +44 -43
- package/side-navigation/styles.selectors.js +28 -28
- package/table/body-cell/disabled-inline-editor.d.ts +1 -1
- package/table/body-cell/disabled-inline-editor.d.ts.map +1 -1
- package/table/body-cell/disabled-inline-editor.js +2 -2
- package/table/body-cell/disabled-inline-editor.js.map +1 -1
- package/table/body-cell/index.d.ts +1 -0
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +2 -2
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/styles.css.js +44 -43
- package/table/body-cell/styles.scoped.css +167 -165
- package/table/body-cell/styles.selectors.js +44 -43
- package/table/interfaces.d.ts +2 -0
- package/table/interfaces.d.ts.map +1 -1
- package/table/interfaces.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +7 -1
- package/table/internal.js.map +1 -1
- package/top-navigation/internal.d.ts.map +1 -1
- package/top-navigation/internal.js +1 -2
- package/top-navigation/internal.js.map +1 -1
|
@@ -96,7 +96,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
96
96
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
|
-
.awsui_expandable-toggle-
|
|
99
|
+
.awsui_expandable-toggle-wrapper_c6tup_1mo0y_99:not(#\9) {
|
|
100
100
|
position: absolute;
|
|
101
101
|
inset-block: 0;
|
|
102
102
|
display: flex;
|
|
@@ -104,7 +104,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
104
104
|
margin-inline-start: calc(-1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.awsui_body-
|
|
107
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9) {
|
|
108
108
|
box-sizing: border-box;
|
|
109
109
|
padding-block-start: var(--space-scaled-xs-26e2du, 8px);
|
|
110
110
|
padding-block-end: calc(
|
|
@@ -118,22 +118,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
118
118
|
text-align: start;
|
|
119
119
|
padding-inline-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
120
120
|
}
|
|
121
|
-
.awsui_body-cell-
|
|
121
|
+
.awsui_body-cell-content_c6tup_1mo0y_121:not(#\9) {
|
|
122
122
|
/* used for testing */
|
|
123
123
|
}
|
|
124
|
-
.awsui_body-
|
|
124
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):not(.awsui_body-cell-wrap_c6tup_1mo0y_124) {
|
|
125
125
|
white-space: nowrap;
|
|
126
126
|
overflow: hidden;
|
|
127
127
|
text-overflow: ellipsis;
|
|
128
128
|
}
|
|
129
|
-
.awsui_body-
|
|
129
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child {
|
|
130
130
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
131
131
|
}
|
|
132
|
-
.awsui_body-
|
|
132
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):last-child {
|
|
133
133
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
134
134
|
padding-inline-end: calc(var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px));
|
|
135
135
|
}
|
|
136
|
-
.awsui_body-
|
|
136
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child {
|
|
137
137
|
/*
|
|
138
138
|
Striped rows requires additional left padding because the
|
|
139
139
|
shaded background makes the child content appear too close
|
|
@@ -145,214 +145,214 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
145
145
|
that the placeholder border would consume.
|
|
146
146
|
*/
|
|
147
147
|
}
|
|
148
|
-
.awsui_body-
|
|
148
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148) {
|
|
149
149
|
padding-inline-start: var(--space-xxxs-zbmxqb, 2px);
|
|
150
150
|
}
|
|
151
|
-
.awsui_body-
|
|
151
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
152
152
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
153
153
|
}
|
|
154
|
-
.awsui_body-
|
|
154
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
155
155
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
156
156
|
}
|
|
157
|
-
.awsui_body-
|
|
157
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
158
158
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
159
159
|
}
|
|
160
|
-
.awsui_body-
|
|
160
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
161
161
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
162
162
|
}
|
|
163
|
-
.awsui_body-
|
|
163
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
164
164
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
165
165
|
}
|
|
166
|
-
.awsui_body-
|
|
166
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
167
167
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
168
168
|
}
|
|
169
|
-
.awsui_body-
|
|
169
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
170
170
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
171
171
|
}
|
|
172
|
-
.awsui_body-
|
|
172
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
173
173
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
174
174
|
}
|
|
175
|
-
.awsui_body-
|
|
175
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
176
176
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
177
177
|
}
|
|
178
|
-
.awsui_body-
|
|
178
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
179
179
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
180
180
|
}
|
|
181
|
-
.awsui_body-
|
|
181
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover {
|
|
182
182
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
183
183
|
}
|
|
184
|
-
.awsui_body-
|
|
184
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
185
185
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
186
186
|
}
|
|
187
|
-
.awsui_body-
|
|
187
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
188
188
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
189
189
|
}
|
|
190
|
-
.awsui_body-
|
|
190
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
191
191
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
192
192
|
}
|
|
193
|
-
.awsui_body-
|
|
193
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
194
194
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
195
195
|
}
|
|
196
|
-
.awsui_body-
|
|
196
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
197
197
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
198
198
|
}
|
|
199
|
-
.awsui_body-
|
|
199
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
200
200
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
201
201
|
}
|
|
202
|
-
.awsui_body-
|
|
202
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
203
203
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
204
204
|
}
|
|
205
|
-
.awsui_body-
|
|
205
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
206
206
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
207
207
|
}
|
|
208
|
-
.awsui_body-
|
|
208
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
209
209
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
210
210
|
}
|
|
211
|
-
.awsui_body-
|
|
211
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181.awsui_body-cell-editable_c6tup_1mo0y_181:hover.awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
212
212
|
padding-inline-start: calc((var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px)) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
213
213
|
}
|
|
214
|
-
.awsui_body-
|
|
214
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148 {
|
|
215
215
|
padding-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
216
216
|
}
|
|
217
|
-
.awsui_body-
|
|
217
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
218
218
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
219
219
|
}
|
|
220
|
-
.awsui_body-
|
|
220
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
221
221
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
222
222
|
}
|
|
223
|
-
.awsui_body-
|
|
223
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
224
224
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
225
225
|
}
|
|
226
|
-
.awsui_body-
|
|
226
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
227
227
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
228
228
|
}
|
|
229
|
-
.awsui_body-
|
|
229
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
230
230
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
231
231
|
}
|
|
232
|
-
.awsui_body-
|
|
232
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
233
233
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
234
234
|
}
|
|
235
|
-
.awsui_body-
|
|
235
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
236
236
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
237
237
|
}
|
|
238
|
-
.awsui_body-
|
|
238
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
239
239
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
240
240
|
}
|
|
241
|
-
.awsui_body-
|
|
241
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
242
242
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
243
243
|
}
|
|
244
|
-
.awsui_body-
|
|
244
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mo0y_148.awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
245
245
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
246
246
|
}
|
|
247
|
-
.awsui_body-
|
|
247
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247 {
|
|
248
248
|
padding-inline-start: var(--space-table-horizontal-8davlm, 20px);
|
|
249
249
|
}
|
|
250
|
-
.awsui_body-
|
|
250
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
251
251
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
252
252
|
}
|
|
253
|
-
.awsui_body-
|
|
253
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
254
254
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
255
255
|
}
|
|
256
|
-
.awsui_body-
|
|
256
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
257
257
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
258
258
|
}
|
|
259
|
-
.awsui_body-
|
|
259
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
260
260
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
261
261
|
}
|
|
262
|
-
.awsui_body-
|
|
262
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
263
263
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
264
264
|
}
|
|
265
|
-
.awsui_body-
|
|
265
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
266
266
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
267
267
|
}
|
|
268
|
-
.awsui_body-
|
|
268
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
269
269
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
270
270
|
}
|
|
271
|
-
.awsui_body-
|
|
271
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
272
272
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
273
273
|
}
|
|
274
|
-
.awsui_body-
|
|
274
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
275
275
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
276
276
|
}
|
|
277
|
-
.awsui_body-
|
|
277
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_1mo0y_247.awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
278
278
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
279
279
|
}
|
|
280
|
-
.awsui_body-
|
|
280
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):first-child:not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_body-cell-editable_c6tup_1mo0y_181) {
|
|
281
281
|
border-inline-start: none;
|
|
282
282
|
}
|
|
283
|
-
.awsui_body-
|
|
283
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136) {
|
|
284
284
|
padding-inline-start: calc(var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px));
|
|
285
285
|
}
|
|
286
|
-
.awsui_body-
|
|
286
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
287
287
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
288
288
|
}
|
|
289
|
-
.awsui_body-
|
|
289
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
290
290
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
291
291
|
}
|
|
292
|
-
.awsui_body-
|
|
292
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
293
293
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
294
294
|
}
|
|
295
|
-
.awsui_body-
|
|
295
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
296
296
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
297
297
|
}
|
|
298
|
-
.awsui_body-
|
|
298
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
299
299
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
300
300
|
}
|
|
301
|
-
.awsui_body-
|
|
301
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
302
302
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
303
303
|
}
|
|
304
|
-
.awsui_body-
|
|
304
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
305
305
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
306
306
|
}
|
|
307
|
-
.awsui_body-
|
|
307
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
308
308
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
309
309
|
}
|
|
310
|
-
.awsui_body-
|
|
310
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
311
311
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
312
312
|
}
|
|
313
|
-
.awsui_body-
|
|
313
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mo0y_136).awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
314
314
|
padding-inline-start: calc((var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px)) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
315
315
|
}
|
|
316
|
-
.awsui_body-cell-first-
|
|
316
|
+
.awsui_body-cell-first-row_c6tup_1mo0y_316:not(#\9) {
|
|
317
317
|
border-block-start: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
318
318
|
}
|
|
319
|
-
.awsui_body-cell-last-
|
|
319
|
+
.awsui_body-cell-last-row_c6tup_1mo0y_319:not(#\9):not(.awsui_body-cell-selected_c6tup_1mo0y_319):not(.awsui_has-footer_c6tup_1mo0y_319) {
|
|
320
320
|
border-block-end: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
321
321
|
}
|
|
322
|
-
.awsui_body-cell-last-
|
|
322
|
+
.awsui_body-cell-last-row_c6tup_1mo0y_319:not(#\9):not(.awsui_body-cell-selected_c6tup_1mo0y_319).awsui_has-footer_c6tup_1mo0y_319 {
|
|
323
323
|
/*
|
|
324
324
|
Add a bottom border to the body cells of the last row as a separator between the
|
|
325
325
|
table and the footer
|
|
326
326
|
*/
|
|
327
327
|
border-block-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
328
328
|
}
|
|
329
|
-
.awsui_body-cell-
|
|
329
|
+
.awsui_body-cell-shaded_c6tup_1mo0y_329:not(#\9) {
|
|
330
330
|
background: var(--color-background-cell-shaded-7v0jy4, #f8f8f8);
|
|
331
331
|
}
|
|
332
|
-
.awsui_body-cell-
|
|
332
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9) {
|
|
333
333
|
background-color: var(--color-background-item-selected-hcx8l4, #f2f8fd);
|
|
334
334
|
border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
335
335
|
border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
336
336
|
padding-block-end: var(--space-scaled-xs-26e2du, 8px);
|
|
337
337
|
}
|
|
338
|
-
.awsui_body-cell-
|
|
338
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-last-row_c6tup_1mo0y_319.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9) {
|
|
339
339
|
padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
340
340
|
}
|
|
341
|
-
.awsui_body-cell-
|
|
341
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):first-child {
|
|
342
342
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
343
343
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
344
344
|
border-start-end-radius: 0;
|
|
345
345
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
346
346
|
border-end-end-radius: 0;
|
|
347
347
|
}
|
|
348
|
-
.awsui_body-cell-
|
|
348
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):last-child {
|
|
349
349
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
350
350
|
border-start-start-radius: 0;
|
|
351
351
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
352
352
|
border-end-start-radius: 0;
|
|
353
353
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
354
354
|
}
|
|
355
|
-
.awsui_body-
|
|
355
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
356
356
|
position: sticky;
|
|
357
357
|
background: var(--color-background-container-content-4un1ap, #ffffff);
|
|
358
358
|
z-index: 798;
|
|
@@ -360,135 +360,135 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
360
360
|
transition-duration: var(--motion-duration-transition-show-quick-osg026, 90ms);
|
|
361
361
|
transition-timing-function: var(--motion-easing-sticky-56u8cd, cubic-bezier(1, 0, 0.83, 1));
|
|
362
362
|
}
|
|
363
|
-
.awsui_body-
|
|
363
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148) {
|
|
364
364
|
padding-inline-start: var(--space-table-horizontal-8davlm, 20px);
|
|
365
365
|
}
|
|
366
|
-
.awsui_body-
|
|
366
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-1_c6tup_1mo0y_151 {
|
|
367
367
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
368
368
|
}
|
|
369
|
-
.awsui_body-
|
|
369
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-2_c6tup_1mo0y_154 {
|
|
370
370
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
371
371
|
}
|
|
372
|
-
.awsui_body-
|
|
372
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-3_c6tup_1mo0y_157 {
|
|
373
373
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
374
374
|
}
|
|
375
|
-
.awsui_body-
|
|
375
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-4_c6tup_1mo0y_160 {
|
|
376
376
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
377
377
|
}
|
|
378
|
-
.awsui_body-
|
|
378
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-5_c6tup_1mo0y_163 {
|
|
379
379
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
380
380
|
}
|
|
381
|
-
.awsui_body-
|
|
381
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-6_c6tup_1mo0y_166 {
|
|
382
382
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
383
383
|
}
|
|
384
|
-
.awsui_body-
|
|
384
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-7_c6tup_1mo0y_169 {
|
|
385
385
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
386
386
|
}
|
|
387
|
-
.awsui_body-
|
|
387
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-8_c6tup_1mo0y_172 {
|
|
388
388
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
389
389
|
}
|
|
390
|
-
.awsui_body-
|
|
390
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-9_c6tup_1mo0y_175 {
|
|
391
391
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
392
392
|
}
|
|
393
|
-
.awsui_body-
|
|
393
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-pad-left_c6tup_1mo0y_363:not(#\9):not(.awsui_has-selection_c6tup_1mo0y_280):not(.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:first-child.awsui_has-striped-rows_c6tup_1mo0y_148).awsui_body-cell-expandable-level-next_c6tup_1mo0y_178 {
|
|
394
394
|
padding-inline-start: calc(var(--space-table-horizontal-8davlm, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
395
395
|
}
|
|
396
|
-
.awsui_body-
|
|
396
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-shaded_c6tup_1mo0y_329:not(#\9) {
|
|
397
397
|
background: var(--color-background-cell-shaded-7v0jy4, #f8f8f8);
|
|
398
398
|
}
|
|
399
|
-
.awsui_body-
|
|
399
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9) {
|
|
400
400
|
background-color: var(--color-background-item-selected-hcx8l4, #f2f8fd);
|
|
401
401
|
}
|
|
402
|
-
.awsui_body-
|
|
402
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):first-child {
|
|
403
403
|
box-shadow: 0 0 0 4px var(--color-background-container-content-4un1ap, #ffffff);
|
|
404
404
|
clip-path: inset(0 0 0 0);
|
|
405
405
|
}
|
|
406
|
-
.awsui_body-
|
|
406
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):last-child {
|
|
407
407
|
box-shadow: 4px 0 0 0 var(--color-background-container-content-4un1ap, #ffffff);
|
|
408
408
|
clip-path: inset(0 0 0 0);
|
|
409
409
|
}
|
|
410
|
-
.awsui_body-
|
|
410
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):last-child.awsui_sticky-cell-last-inline-end_c6tup_1mo0y_410 {
|
|
411
411
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1)), 8px 0 0 0 var(--color-background-container-content-4un1ap, #ffffff);
|
|
412
412
|
clip-path: inset(0 0 0 -24px);
|
|
413
413
|
}
|
|
414
|
-
.awsui_body-
|
|
414
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):last-child.awsui_sticky-cell-last-inline-end_c6tup_1mo0y_410:dir(rtl) {
|
|
415
415
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
416
416
|
clip-path: inset(0 -24px 0 0);
|
|
417
417
|
}
|
|
418
|
-
.awsui_body-
|
|
418
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-last-inline-start_c6tup_1mo0y_418:not(#\9) {
|
|
419
419
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
420
420
|
clip-path: inset(0px -24px 0px 0px);
|
|
421
421
|
}
|
|
422
|
-
.awsui_body-
|
|
422
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-last-inline-start_c6tup_1mo0y_418:not(#\9):dir(rtl) {
|
|
423
423
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
|
|
424
424
|
clip-path: inset(0 0 0 -24px);
|
|
425
425
|
}
|
|
426
|
-
.awsui_body-
|
|
426
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-last-inline-end_c6tup_1mo0y_410:not(#\9) {
|
|
427
427
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
|
|
428
428
|
clip-path: inset(0 0 0 -24px);
|
|
429
429
|
}
|
|
430
|
-
.awsui_body-
|
|
430
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell-last-inline-end_c6tup_1mo0y_410:not(#\9):dir(rtl) {
|
|
431
431
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
432
432
|
clip-path: inset(0 -24px 0 0);
|
|
433
433
|
}
|
|
434
434
|
@media (prefers-reduced-motion: reduce) {
|
|
435
|
-
.awsui_body-
|
|
435
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
436
436
|
animation: none;
|
|
437
437
|
transition: none;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
.awsui-motion-disabled .awsui_body-
|
|
440
|
+
.awsui-motion-disabled .awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9), .awsui-mode-entering .awsui_body-cell_c6tup_1mo0y_107.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
441
441
|
animation: none;
|
|
442
442
|
transition: none;
|
|
443
443
|
}
|
|
444
|
-
.awsui_body-cell-
|
|
444
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):not(:first-child) {
|
|
445
445
|
padding-block-start: calc(
|
|
446
446
|
var(--space-scaled-xs-26e2du, 8px) + (var(--border-item-width-yel47s, 2px) - var(--border-divider-list-width-27y3k5, 1px))
|
|
447
447
|
);
|
|
448
448
|
}
|
|
449
|
-
.awsui_body-
|
|
449
|
+
.awsui_body-cell_c6tup_1mo0y_107:not(#\9):not(.awsui_body-cell-selected_c6tup_1mo0y_319).awsui_body-cell-next-selected_c6tup_1mo0y_449 {
|
|
450
450
|
border-block-end: 0;
|
|
451
451
|
padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
452
452
|
}
|
|
453
|
-
.awsui_body-cell-
|
|
453
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-prev-selected_c6tup_1mo0y_453:not(#\9) {
|
|
454
454
|
padding-block-start: calc(
|
|
455
455
|
var(--space-scaled-xs-26e2du, 8px) + (var(--border-item-width-yel47s, 2px) - var(--border-divider-list-width-27y3k5, 1px))
|
|
456
456
|
);
|
|
457
457
|
border-block-start: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-item-placeholder-h8j85e, #0972d3);
|
|
458
458
|
}
|
|
459
|
-
.awsui_body-cell-
|
|
459
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-next-selected_c6tup_1mo0y_449:not(#\9) {
|
|
460
460
|
border-block-end-width: var(--border-divider-list-width-27y3k5, 1px);
|
|
461
461
|
}
|
|
462
|
-
.awsui_body-cell-
|
|
462
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-next-selected_c6tup_1mo0y_449:not(#\9):first-child {
|
|
463
463
|
border-end-start-radius: 0;
|
|
464
464
|
}
|
|
465
|
-
.awsui_body-cell-
|
|
465
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-next-selected_c6tup_1mo0y_449:not(#\9):last-child {
|
|
466
466
|
border-end-end-radius: 0;
|
|
467
467
|
}
|
|
468
|
-
.awsui_body-cell-
|
|
468
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-prev-selected_c6tup_1mo0y_453:not(#\9):first-child {
|
|
469
469
|
border-start-start-radius: 0;
|
|
470
470
|
}
|
|
471
|
-
.awsui_body-cell-
|
|
471
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319.awsui_body-cell-prev-selected_c6tup_1mo0y_453:not(#\9):last-child {
|
|
472
472
|
border-start-end-radius: 0;
|
|
473
473
|
}
|
|
474
|
-
.awsui_body-cell-
|
|
474
|
+
.awsui_body-cell-selected_c6tup_1mo0y_319:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_1mo0y_453) {
|
|
475
475
|
padding-block-start: var(--space-scaled-xs-26e2du, 8px);
|
|
476
476
|
}
|
|
477
|
-
.awsui_body-cell-editor-
|
|
477
|
+
.awsui_body-cell-editor-wrapper_c6tup_1mo0y_477:not(#\9) {
|
|
478
478
|
padding-block: 0;
|
|
479
479
|
padding-inline-start: 0;
|
|
480
480
|
padding-inline-end: calc(
|
|
481
481
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
482
482
|
);
|
|
483
483
|
}
|
|
484
|
-
.awsui_body-cell-
|
|
484
|
+
.awsui_body-cell-success_c6tup_1mo0y_484:not(#\9) {
|
|
485
485
|
padding-block: 0;
|
|
486
486
|
padding-inline-start: 0;
|
|
487
487
|
padding-inline-end: calc(calc(
|
|
488
488
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
489
489
|
) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
490
490
|
}
|
|
491
|
-
.awsui_body-cell-
|
|
491
|
+
.awsui_body-cell-success_c6tup_1mo0y_484:not(#\9), .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477:not(#\9) {
|
|
492
492
|
inset-block: 0;
|
|
493
493
|
inset-inline-end: 0;
|
|
494
494
|
position: absolute;
|
|
@@ -496,7 +496,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
496
496
|
align-items: center;
|
|
497
497
|
justify-content: flex-end;
|
|
498
498
|
}
|
|
499
|
-
.awsui_body-cell-
|
|
499
|
+
.awsui_body-cell-editor_c6tup_1mo0y_477:not(#\9) {
|
|
500
500
|
cursor: pointer;
|
|
501
501
|
outline: 0;
|
|
502
502
|
background: 0;
|
|
@@ -508,70 +508,73 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
508
508
|
min-inline-size: 10px;
|
|
509
509
|
color: var(--color-text-button-normal-default-mo7k6u, #0972d3);
|
|
510
510
|
}
|
|
511
|
-
.awsui_body-cell-editor-
|
|
511
|
+
.awsui_body-cell-editor-disabled_c6tup_1mo0y_511:not(#\9) {
|
|
512
512
|
color: var(--color-text-disabled-inline-edit-zrb7bp, #414d5c);
|
|
513
513
|
}
|
|
514
|
-
.awsui_body-cell-
|
|
514
|
+
.awsui_body-cell-editor_c6tup_1mo0y_477:not(#\9):hover {
|
|
515
515
|
color: var(--color-text-button-normal-hover-04pe0y, #033160);
|
|
516
516
|
}
|
|
517
|
-
.awsui_body-cell-
|
|
517
|
+
.awsui_body-cell-editor_c6tup_1mo0y_477:not(#\9):active {
|
|
518
518
|
color: var(--color-text-button-normal-active-4it2mv, #033160);
|
|
519
519
|
}
|
|
520
|
-
.awsui_body-cell-editor-
|
|
520
|
+
.awsui_body-cell-editor-form_c6tup_1mo0y_520:not(#\9) {
|
|
521
521
|
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
522
522
|
margin-inline: calc(-1.5 * var(--space-xs-zb16t3, 8px));
|
|
523
523
|
}
|
|
524
|
-
.awsui_is-visual-
|
|
524
|
+
.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child.awsui_has-striped-rows_c6tup_1mo0y_148 > .awsui_body-cell-editor-form_c6tup_1mo0y_520 {
|
|
525
525
|
margin-inline-start: calc(-1 * var(--space-xxs-p8yyaw, 4px));
|
|
526
526
|
}
|
|
527
|
-
.awsui_is-visual-
|
|
527
|
+
.awsui_is-visual-refresh_c6tup_1mo0y_136.awsui_body-cell_c6tup_1mo0y_107:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mo0y_148) > .awsui_body-cell-editor-form_c6tup_1mo0y_520 {
|
|
528
528
|
margin-inline-start: calc(-1 * var(--space-xxxs-zbmxqb, 2px));
|
|
529
529
|
}
|
|
530
|
-
.awsui_body-cell-editor-
|
|
530
|
+
.awsui_body-cell-editor-row_c6tup_1mo0y_530:not(#\9) {
|
|
531
531
|
display: flex;
|
|
532
532
|
flex-flow: row nowrap;
|
|
533
533
|
align-items: center;
|
|
534
534
|
justify-content: space-between;
|
|
535
535
|
column-gap: var(--space-xxs-p8yyaw, 4px);
|
|
536
536
|
}
|
|
537
|
-
.awsui_body-cell-editor-
|
|
537
|
+
.awsui_body-cell-editor-row_c6tup_1mo0y_530 > :not(#\9):not(:last-child) {
|
|
538
538
|
flex-grow: 1;
|
|
539
539
|
}
|
|
540
|
-
.awsui_body-cell-editor-
|
|
540
|
+
.awsui_body-cell-editor-controls_c6tup_1mo0y_540:not(#\9) {
|
|
541
541
|
flex-shrink: 0;
|
|
542
542
|
}
|
|
543
|
-
.awsui_body-
|
|
543
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable_c6tup_1mo0y_151:not(#\9) {
|
|
544
544
|
position: relative;
|
|
545
545
|
}
|
|
546
|
-
.awsui_body-
|
|
546
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable_c6tup_1mo0y_151.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
547
547
|
position: sticky;
|
|
548
548
|
}
|
|
549
|
-
.awsui_body-
|
|
549
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9) {
|
|
550
550
|
position: relative;
|
|
551
551
|
}
|
|
552
|
-
.awsui_body-
|
|
552
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
553
553
|
position: sticky;
|
|
554
554
|
}
|
|
555
|
-
.awsui_body-
|
|
555
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_body-cell-edit-active_c6tup_1mo0y_181:not(#\9) {
|
|
556
556
|
overflow: visible;
|
|
557
557
|
}
|
|
558
|
-
.awsui_body-
|
|
558
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_body-cell-edit-active_c6tup_1mo0y_181.awsui_sticky-cell_c6tup_1mo0y_355:not(#\9) {
|
|
559
559
|
position: sticky;
|
|
560
560
|
}
|
|
561
|
-
.awsui_body-
|
|
561
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181 {
|
|
562
562
|
cursor: pointer;
|
|
563
563
|
}
|
|
564
|
-
.awsui_body-
|
|
564
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:not(.awsui_resizable-columns_c6tup_1mo0y_564) {
|
|
565
|
+
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
566
|
+
}
|
|
567
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181) > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181) > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 {
|
|
565
568
|
opacity: 0;
|
|
566
569
|
}
|
|
567
|
-
.awsui_body-
|
|
570
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:focus-within {
|
|
568
571
|
position: relative;
|
|
569
572
|
}
|
|
570
|
-
.awsui_body-
|
|
573
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:focus-within {
|
|
571
574
|
outline: 2px dotted transparent;
|
|
572
575
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
573
576
|
}
|
|
574
|
-
.awsui_body-
|
|
577
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:focus-within::before {
|
|
575
578
|
content: " ";
|
|
576
579
|
display: block;
|
|
577
580
|
position: absolute;
|
|
@@ -585,17 +588,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
585
588
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
586
589
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
587
590
|
}
|
|
588
|
-
.awsui_body-
|
|
591
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:focus-within.awsui_sticky-cell_c6tup_1mo0y_355 {
|
|
589
592
|
position: sticky;
|
|
590
593
|
}
|
|
591
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
594
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus, body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus {
|
|
592
595
|
position: relative;
|
|
593
596
|
}
|
|
594
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
597
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus, body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus {
|
|
595
598
|
outline: 2px dotted transparent;
|
|
596
599
|
outline-offset: calc(var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px) - 1px);
|
|
597
600
|
}
|
|
598
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
601
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus::before, body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 > .awsui_body-cell-editor_c6tup_1mo0y_477:focus::before {
|
|
599
602
|
content: " ";
|
|
600
603
|
display: block;
|
|
601
604
|
position: absolute;
|
|
@@ -609,23 +612,22 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_b8oxz_107.awsui_body-
|
|
|
609
612
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
610
613
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
611
614
|
}
|
|
612
|
-
.awsui_body-
|
|
613
|
-
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
615
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181), .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615 {
|
|
614
616
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
615
617
|
}
|
|
616
|
-
.awsui_body-
|
|
618
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181).awsui_body-cell-has-success_c6tup_1mo0y_618, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within.awsui_body-cell-has-success_c6tup_1mo0y_618, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615.awsui_body-cell-has-success_c6tup_1mo0y_618 {
|
|
617
619
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
618
620
|
}
|
|
619
|
-
.awsui_body-
|
|
621
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615 > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 {
|
|
620
622
|
opacity: 1;
|
|
621
623
|
}
|
|
622
|
-
.awsui_body-
|
|
624
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181) > .awsui_body-cell-success_c6tup_1mo0y_484, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within > .awsui_body-cell-success_c6tup_1mo0y_484, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615 > .awsui_body-cell-success_c6tup_1mo0y_484 {
|
|
623
625
|
opacity: 1;
|
|
624
626
|
}
|
|
625
|
-
.awsui_body-
|
|
627
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):not(.awsui_body-cell-interactive_c6tup_1mo0y_181).awsui_sticky-cell_c6tup_1mo0y_355, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181):focus-within:focus-within.awsui_sticky-cell_c6tup_1mo0y_355, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-edit-disabled-popover_c6tup_1mo0y_615.awsui_sticky-cell_c6tup_1mo0y_355 {
|
|
626
628
|
position: sticky;
|
|
627
629
|
}
|
|
628
|
-
.awsui_body-
|
|
630
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover {
|
|
629
631
|
background-color: var(--color-background-dropdown-item-hover-swsulg, #f4f4f4);
|
|
630
632
|
border-block: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-editable-cell-hover-nqrv6y, #7d8998);
|
|
631
633
|
border-inline: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-editable-cell-hover-nqrv6y, #7d8998);
|
|
@@ -633,86 +635,86 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_b8oxz_107.awsui_body-
|
|
|
633
635
|
position: relative;
|
|
634
636
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
635
637
|
}
|
|
636
|
-
.awsui_body-
|
|
638
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover:first-child {
|
|
637
639
|
inset-inline: 0;
|
|
638
640
|
}
|
|
639
|
-
.awsui_body-
|
|
641
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 {
|
|
640
642
|
padding-inline-end: calc(calc(
|
|
641
643
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
642
644
|
) - (2 * var(--border-divider-list-width-27y3k5, 1px)));
|
|
643
645
|
}
|
|
644
|
-
.awsui_body-
|
|
646
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_body-cell-success_c6tup_1mo0y_484 {
|
|
645
647
|
padding-inline-end: calc(calc(calc(
|
|
646
648
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
647
649
|
) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px))) - (2 * var(--border-divider-list-width-27y3k5, 1px)));
|
|
648
650
|
}
|
|
649
|
-
.awsui_body-
|
|
651
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-last-row_c6tup_1mo0y_319.awsui_body-cell-selected_c6tup_1mo0y_319, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-next-selected_c6tup_1mo0y_449 {
|
|
650
652
|
padding-block: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px) / 2));
|
|
651
653
|
}
|
|
652
|
-
.awsui_body-
|
|
654
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-last-row_c6tup_1mo0y_319:not(.awsui_body-cell-selected_c6tup_1mo0y_319) {
|
|
653
655
|
padding-block-start: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px)));
|
|
654
656
|
}
|
|
655
|
-
.awsui_body-
|
|
657
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-first-row_c6tup_1mo0y_316:not(.awsui_body-cell-selected_c6tup_1mo0y_319) {
|
|
656
658
|
padding-block: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px)));
|
|
657
659
|
}
|
|
658
|
-
.awsui_body-
|
|
660
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_sticky-cell_c6tup_1mo0y_355 {
|
|
659
661
|
position: sticky;
|
|
660
662
|
}
|
|
661
|
-
.awsui_body-
|
|
663
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 {
|
|
662
664
|
opacity: 1;
|
|
663
665
|
}
|
|
664
|
-
.awsui_body-
|
|
666
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-editable_c6tup_1mo0y_181:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover > .awsui_body-cell-success_c6tup_1mo0y_484 {
|
|
665
667
|
opacity: 1;
|
|
666
668
|
}
|
|
667
|
-
.awsui_body-cell-
|
|
669
|
+
.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover:first-child {
|
|
668
670
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
669
671
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
670
672
|
}
|
|
671
|
-
.awsui_body-cell-
|
|
673
|
+
.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover:last-child {
|
|
672
674
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
673
675
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
674
676
|
}
|
|
675
|
-
.awsui_body-cell-
|
|
677
|
+
.awsui_body-cell-editable_c6tup_1mo0y_181.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-first-row_c6tup_1mo0y_316 > .awsui_body-cell-success_c6tup_1mo0y_484, .awsui_body-cell-editable_c6tup_1mo0y_181.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-first-row_c6tup_1mo0y_316 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477, .awsui_body-cell-editable_c6tup_1mo0y_181.awsui_is-visual-refresh_c6tup_1mo0y_136:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mo0y_181).awsui_body-cell-interactive_c6tup_1mo0y_181:hover.awsui_body-cell-first-row_c6tup_1mo0y_316 > .awsui_expandable-cell-content_c6tup_1mo0y_567 > .awsui_body-cell-editor-wrapper_c6tup_1mo0y_477 {
|
|
676
678
|
padding-block-start: var(--border-divider-list-width-27y3k5, 1px);
|
|
677
679
|
}
|
|
678
|
-
.awsui_body-
|
|
680
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-1_c6tup_1mo0y_151:not(#\9) {
|
|
679
681
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 1 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
680
682
|
}
|
|
681
|
-
.awsui_body-
|
|
683
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-2_c6tup_1mo0y_154:not(#\9) {
|
|
682
684
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 2 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
683
685
|
}
|
|
684
|
-
.awsui_body-
|
|
686
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-3_c6tup_1mo0y_157:not(#\9) {
|
|
685
687
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 3 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
686
688
|
}
|
|
687
|
-
.awsui_body-
|
|
689
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-4_c6tup_1mo0y_160:not(#\9) {
|
|
688
690
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 4 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
689
691
|
}
|
|
690
|
-
.awsui_body-
|
|
692
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-5_c6tup_1mo0y_163:not(#\9) {
|
|
691
693
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 5 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
692
694
|
}
|
|
693
|
-
.awsui_body-
|
|
695
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-6_c6tup_1mo0y_166:not(#\9) {
|
|
694
696
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 6 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
695
697
|
}
|
|
696
|
-
.awsui_body-
|
|
698
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-7_c6tup_1mo0y_169:not(#\9) {
|
|
697
699
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 7 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
698
700
|
}
|
|
699
|
-
.awsui_body-
|
|
701
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-8_c6tup_1mo0y_172:not(#\9) {
|
|
700
702
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 8 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
701
703
|
}
|
|
702
|
-
.awsui_body-
|
|
704
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-9_c6tup_1mo0y_175:not(#\9) {
|
|
703
705
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
704
706
|
}
|
|
705
|
-
.awsui_body-
|
|
707
|
+
.awsui_body-cell_c6tup_1mo0y_107.awsui_body-cell-expandable-level-next_c6tup_1mo0y_178:not(#\9) {
|
|
706
708
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + 9 * (var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
707
709
|
}
|
|
708
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
710
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107:not(#\9):focus {
|
|
709
711
|
position: relative;
|
|
710
712
|
}
|
|
711
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
713
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107:not(#\9):focus {
|
|
712
714
|
outline: 2px dotted transparent;
|
|
713
715
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
714
716
|
}
|
|
715
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
717
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107:not(#\9):focus::before {
|
|
716
718
|
content: " ";
|
|
717
719
|
display: block;
|
|
718
720
|
position: absolute;
|
|
@@ -726,6 +728,6 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_b8oxz_107:not(#\9):fo
|
|
|
726
728
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
727
729
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
728
730
|
}
|
|
729
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
731
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_1mo0y_107:not(#\9):focus.awsui_sticky-cell_c6tup_1mo0y_355 {
|
|
730
732
|
position: sticky;
|
|
731
733
|
}
|