Hide modal tooltip until upstream bugs are fixed (https://github.com/woocommerce/woocommerce-admin/pull/6142)

* Hide tooltip in welcome modal

* Add todo comment

* Apply fix tooltips to all modals
This commit is contained in:
Hsing-Yu Flowers 2021-02-21 22:37:11 -05:00 committed by GitHub
parent 168b1a17b1
commit aa0f825548
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@
}
}
// @todo Remove this after https://github.com/WordPress/gutenberg/issues/28311 is fixed
.components-modal__header .components-button svg + span {
display: none;
}
.components-modal__frame.woocommerce-usage-modal {
width: 600px;
max-width: 100%;