mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 06:40:25 +00:00
Press This:
- Save a draft before opening the standard editor window. - While saving a post show Saving... instead of Publish for the main visible part of the split button (same as the Save Draft button before). See #32757. git-svn-id: https://develop.svn.wordpress.org/trunk@32983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1888,6 +1888,15 @@ html {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.publish-button .saving-draft,
|
||||
.publish-button.is-saving .publish {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.publish-button.is-saving .saving-draft {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* TinyMCE styles */
|
||||
.editor .wp-media-buttons {
|
||||
float: none;
|
||||
|
||||
Reference in New Issue
Block a user