mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 13:44:30 +00:00
Widgets: highlight all drop zones (open and closed sidebars) on starting to drag a widget to indicate "droppability", fixes #26168.
git-svn-id: https://develop.svn.wordpress.org/trunk@26474 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -10082,7 +10082,6 @@ input.newtag:focus ~ div.taghint {
|
||||
|
||||
.widget.ui-sortable-helper {
|
||||
opacity: 0.8;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.widget-placeholder {
|
||||
@@ -10293,11 +10292,10 @@ div#widgets-right .closed .widgets-sortables {
|
||||
}
|
||||
|
||||
/* Dragging a widget over a closed sidebar */
|
||||
#widgets-right .widgets-holder-wrap.closed.widget-hover {
|
||||
#widgets-right .widgets-holder-wrap.widget-hover {
|
||||
border-color: #777;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
/* Accessibility Mode */
|
||||
.widgets_access #widgets-left .widget .widget-top {
|
||||
|
||||
Reference in New Issue
Block a user