Always show the open/close arrow next to the widget title, fixes #9914

git-svn-id: https://develop.svn.wordpress.org/trunk@11482 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-29 07:22:36 +00:00
parent 793db461d5
commit 5fc6d253b4

View File

@@ -182,7 +182,7 @@ a.widget-action {
display: none;
}
.widget-top:hover a.widget-action {
.widget-top a.widget-action {
background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;
}