Fix cursor for folded menu, props sambauers, fixes #9901
git-svn-id: https://develop.svn.wordpress.org/trunk@11429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8017f27e5a
commit
2d6a9356d4
|
@ -1099,7 +1099,7 @@ div.comment-item:hover .row-actions {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folded #adminmenu li.wp-menu-separator {
|
.folded #adminmenu a.separator {
|
||||||
cursor: e-resize;
|
cursor: e-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue