Fix sort icon in firefox. Closes #4283
This commit is contained in:
parent
8d796ff9d5
commit
24be342db0
File diff suppressed because one or more lines are too long
|
@ -1668,23 +1668,20 @@ table.wc_tax_rates, table.wc_input_table {
|
|||
padding: 0;
|
||||
}
|
||||
td.sort {
|
||||
padding: 0 0 0 2em;
|
||||
padding: 0 4px;
|
||||
cursor: move;
|
||||
position: relative;
|
||||
background: #f9f9f9;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
&:before {
|
||||
content: "\e032";
|
||||
font-family: 'WooCommerce';
|
||||
text-align: center;
|
||||
line-height: 2;
|
||||
position: absolute;
|
||||
line-height: 1;
|
||||
color: #999;
|
||||
top:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
left:0;
|
||||
display: block;
|
||||
width:100%;
|
||||
width: 17px;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue