Skip to content

Commit

Permalink
Do not render placeholder for disabled checkboxes. Add :empty styling…
Browse files Browse the repository at this point in the history
… rule to force hiding placeholder-only checkboxes for improved compatibility. Use the render context when retrieving checkboxes to automatically execute hooks. Force static css minify.
  • Loading branch information
dennisnissle committed Nov 15, 2024
1 parent b1a2d5f commit 0ea0114
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 151 deletions.
4 changes: 4 additions & 0 deletions assets/css/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ p.wc-gzd-additional-info:empty {
display: inline;
}
}

&:empty {
display: none;
}
}

.woocommerce-checkout .shop_table {
Expand Down
Loading

0 comments on commit 0ea0114

Please sign in to comment.