mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user