Remove stale .order-actions css
Since commit d5b86259c5 (diff-035896b9dcfca6957109ff14ed262109L33-R33)
the `.order-actions` css class was refactored to `woocommerce-orders-table__header-order-actions. So the deleted CSS would not match anyway.
This commit is contained in:
parent
b0f6efebbb
commit
687670fa03
|
@ -1135,14 +1135,6 @@ p.demo_store,
|
||||||
.button {
|
.button {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-actions {
|
|
||||||
text-align: right;
|
|
||||||
|
|
||||||
.button {
|
|
||||||
margin: 0.125em 0 0.125em 0.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.woocommerce-MyAccount-downloads {
|
table.woocommerce-MyAccount-downloads {
|
||||||
|
|
Loading…
Reference in New Issue