Merge branch 'fix/23221' of https://github.com/senff/woocommerce into senff-fix/23221
This commit is contained in:
commit
b54997d9f5
|
@ -4573,6 +4573,7 @@ img.help_tip {
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce_attribute,
|
||||
.woocommerce_variation {
|
||||
|
||||
h3 .sort {
|
||||
|
@ -4961,6 +4962,7 @@ img.help_tip {
|
|||
}
|
||||
}
|
||||
|
||||
&.woocommerce_attribute h3,
|
||||
&.woocommerce_variation h3 {
|
||||
cursor: pointer;
|
||||
padding: 0.5em 0.75em 0.5em 1em !important;
|
||||
|
|
|
@ -7,6 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<h3>
|
||||
<a href="#" class="remove_row delete"><?php esc_html_e( 'Remove', 'woocommerce' ); ?></a>
|
||||
<div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'woocommerce' ); ?>"></div>
|
||||
<div class="tips sort" data-tip="<?php esc_attr_e( 'Drag and drop to set admin attribute order', 'woocommerce' ); ?>"></div>
|
||||
<strong class="attribute_name"><?php echo wc_attribute_label( $attribute->get_name() ); ?></strong>
|
||||
</h3>
|
||||
<div class="woocommerce_attribute_data wc-metabox-content hidden">
|
||||
|
|
Loading…
Reference in New Issue