- Prevent dragging of the widget-in-question when the chooser is open.
- Don't show more than one spinner when saving widgets positions.
- Disable selecting of text in the widget title. Prevents selecting/highlighting most of the screen when dragging on slower devices.
See #25821.
Built from https://develop.svn.wordpress.org/trunk@26306


git-svn-id: http://core.svn.wordpress.org/trunk@26210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2013-11-21 19:28:10 +00:00
parent 784bd41501
commit 1aa122be5e
6 changed files with 13 additions and 6 deletions

View File

@@ -9996,6 +9996,9 @@ input.newtag:focus ~ div.taghint {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.widgets-holder-wrap .widget-inside {