mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Quick Draft: Use text cursor for description label.
fixes #27766. Built from https://develop.svn.wordpress.org/trunk@28234 git-svn-id: http://core.svn.wordpress.org/trunk@28062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ba0168819c
commit
a0086bd102
@ -889,7 +889,8 @@ h3:hover .edit-box {
|
||||
|
||||
/* QuickDraft */
|
||||
|
||||
#title-wrap label {
|
||||
#title-wrap label,
|
||||
#description-wrap label {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
@ -889,7 +889,8 @@ h3:hover .edit-box {
|
||||
|
||||
/* QuickDraft */
|
||||
|
||||
#title-wrap label {
|
||||
#title-wrap label,
|
||||
#description-wrap label {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user