External Libraries: Fix hiding of the text in the jQuery UI dialog close button.

Props marijnkoopman, SergeyBiryukov, Clorith, azaozz.
Fixes #51863.

git-svn-id: https://develop.svn.wordpress.org/trunk@49704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2020-11-28 13:48:48 +00:00
parent b2d59e7c8d
commit 24e41d6bba

View File

@@ -291,6 +291,7 @@
height: 36px;
text-align: center;
border-radius: 0;
overflow: hidden;
}
.ui-dialog-titlebar-close:before {
@@ -319,10 +320,6 @@
outline-offset: -2px;
}
.ui-dialog-titlebar-close .ui-button-text {
display: none;
}
.ui-dialog-content {
padding: 16px;
overflow: auto;