mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Widgets:
- 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. git-svn-id: https://develop.svn.wordpress.org/trunk@26306 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user