We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6141c commit 8e0eb8eCopy full SHA for 8e0eb8e
.storybook/manager-head.html
@@ -191,7 +191,8 @@
191
svgElem.setAttributeNS(null, "viewBox", `0 0 ${boxWidth * 2} ${boxHeight * 2}`);
192
svgElem.setAttributeNS(null, "width", boxWidth);
193
svgElem.setAttributeNS(null, "height", boxHeight);
194
- svgElem.setAttributeNS(null, "role", "image");
+ svgElem.setAttributeNS(null, "role", "img");
195
+ svgElem.setAttributeNS(null, "aria-label", " to ");
196
svgElem.setAttributeNS(null, "style", imageStyle);
197
198
const svgElemPath = document.createElementNS(xmlns, "path");
@@ -419,4 +420,9 @@
419
420
.css-1en6m26 {
421
color: #616159 !important;
422
}
-</style>
423
+
424
+ /* Removes Find component feature */
425
+ .css-8ktt77 {
426
+ display: none;
427
+ }
428
+</style>
0 commit comments