[2.4] Fixed toggle icon in product data tabs for WP 4.3 and 4.4

This commit is contained in:
Claudio Sanches 2015-12-02 13:26:00 -02:00
parent aa5e928dc1
commit a2648f4ceb
1 changed files with 9 additions and 4 deletions

View File

@ -3142,13 +3142,18 @@ img.help_tip {
}
.handlediv {
width: auto;
margin-right: 1em;
width: 27px;
&:before {
line-height: 2 !important;
font-family: "Dashicons";
content: "\f142" !important;
cursor: pointer;
display: inline-block;
font: 400 20px/1 "Dashicons";
line-height: .5 !important;
padding: 8px 10px;
position: relative;
right: 12px;
top: 0;
}
}