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 d6059b7 commit 39d2d85Copy full SHA for 39d2d85
src/components/guided-modal-tour/tour-steps.js
@@ -145,6 +145,7 @@ export const TOUR_STEPS = {
145
},
146
postStep: () => {
147
document.querySelector( '.ugb-design-library__color-scheme-popover .ugb-modal-design-library__stk-color-scheme:last-of-type' )?.click()
148
+ document.querySelector( '.ugb-modal-design-library__color-scheme-close-button' )?.click()
149
150
151
{
src/components/modal-design-library/modal.js
@@ -276,6 +276,7 @@ export const ModalDesignLibrary = props => {
276
<p> { __( 'Background Scheme', i18n ) }</p>
277
<Button
278
icon="no"
279
+ className="ugb-modal-design-library__color-scheme-close-button"
280
onClick={ () => {
281
onClose()
282
} }
0 commit comments