Merge pull request #26080 from yoavf/fix/helper-toggle-rtl
Addons/Helper: fix toggles in RTL mode
This commit is contained in:
commit
278cadea67
|
@ -471,6 +471,7 @@ class WC_Helper {
|
|||
|
||||
if ( $wc_screen_id . '_page_wc-addons' === $screen_id && isset( $_GET['section'] ) && 'helper' === $_GET['section'] ) {
|
||||
wp_enqueue_style( 'woocommerce-helper', WC()->plugin_url() . '/assets/css/helper.css', array(), Constants::get_constant( 'WC_VERSION' ) );
|
||||
wp_style_add_data( 'woocommerce-helper', 'rtl', 'replace' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue