mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Customizer: Replace the plus icon for #available-menu-items .item-add with a thinner one, see [33126].
fixes #32734. git-svn-id: https://develop.svn.wordpress.org/trunk@33152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -736,11 +736,11 @@ button.not-a-button {
|
||||
}
|
||||
|
||||
#available-menu-items .item-add:before {
|
||||
content: "\f132";
|
||||
content: "\f543";
|
||||
font: normal 20px/1 dashicons;
|
||||
position: relative;
|
||||
left: 2px;
|
||||
top: 4px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
#available-menu-items .menu-item-handle.item-added .item-type,
|
||||
|
||||
@@ -479,6 +479,7 @@ th.asc a:focus span.sorting-indicator:before {
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
left: 10px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
padding: 1px 2px 1px 0;
|
||||
|
||||
Reference in New Issue
Block a user