[2.4] Fixed toggle icon in product data tabs for WP 4.3 and 4.4
This commit is contained in:
parent
aa5e928dc1
commit
a2648f4ceb
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue