@cloudscape-design/components 3.0.954 → 3.0.955
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.
|
@@ -143,8 +143,7 @@
|
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
145
|
.awsui_handle_sdha6_17tt1_145:not(#\9) {
|
|
146
|
-
|
|
147
|
-
appearance: none;
|
|
146
|
+
appearance: none;
|
|
148
147
|
color: var(--color-text-interactive-default-1o1pl2, #424650);
|
|
149
148
|
background: transparent;
|
|
150
149
|
inline-size: -moz-fit-content;
|
package/package.json
CHANGED
|
@@ -203,13 +203,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
203
203
|
gap: var(--space-xxs-hwfkai, 4px);
|
|
204
204
|
inline-size: 100%;
|
|
205
205
|
overflow-x: hidden;
|
|
206
|
-
|
|
207
|
-
mask-image: linear-gradient(270deg, transparent, white 20px, white);
|
|
206
|
+
mask-image: linear-gradient(270deg, transparent, white 20px, white);
|
|
208
207
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
209
208
|
}
|
|
210
209
|
.awsui_inline-token-list_dwuol_1ank7_199:not(#\9):dir(rtl) {
|
|
211
|
-
|
|
212
|
-
mask-image: linear-gradient(-270deg, transparent, white 20px, white);
|
|
210
|
+
mask-image: linear-gradient(-270deg, transparent, white 20px, white);
|
|
213
211
|
}
|
|
214
212
|
.awsui_inline-token-list_dwuol_1ank7_199 > .awsui_inline-token_dwuol_1ank7_192:not(#\9) {
|
|
215
213
|
display: flex;
|
package/slider/styles.scoped.css
CHANGED
|
@@ -358,8 +358,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
358
358
|
|
|
359
359
|
.awsui_thumb_pcgz5_rb7fb_358:not(#\9) {
|
|
360
360
|
background: transparent;
|
|
361
|
-
|
|
362
|
-
appearance: none;
|
|
361
|
+
appearance: none;
|
|
363
362
|
position: absolute;
|
|
364
363
|
block-size: 0;
|
|
365
364
|
inline-size: calc(100% + var(--space-m-dsumyt, 16px));
|
|
@@ -400,8 +399,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
400
399
|
margin-inline-start: calc(1px + var(--space-m-dsumyt, 16px) / -2);
|
|
401
400
|
}
|
|
402
401
|
.awsui_thumb_pcgz5_rb7fb_358:not(#\9)::-webkit-slider-thumb {
|
|
403
|
-
|
|
404
|
-
appearance: none;
|
|
402
|
+
appearance: none;
|
|
405
403
|
appearance: none;
|
|
406
404
|
background: var(--color-background-slider-handle-default-8d9sfs, #006ce0);
|
|
407
405
|
border-color: var(--color-background-slider-handle-default-8d9sfs, #006ce0);
|