Skip to content

Commit

Permalink
fix Single post comment submit button appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Jul 29, 2024
1 parent 9a8420e commit e135525
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/css/general-block-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ input[type=week],
min-height: var(--wp--custom--input-min-height);
min-width: 80px;
padding: 0.3rem 1rem;
color: var(--wp--preset--color--contrast);
}

.select2-container .select2-selection--single .select2-selection__arrow {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/general-block-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion assets/sass/general-block-style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* MINICART FIX */
/* MINICART FIX */
.wc-block-mini-cart__button {
font-family: inherit;
}
Expand Down Expand Up @@ -105,6 +105,7 @@ input[type="week"],
min-height: var(--wp--custom--input-min-height);
min-width: 80px;
padding: 0.3rem 1rem;
color: var(--wp--preset--color--contrast);
}

.select2-container .select2-selection--single .select2-selection__arrow {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author: YITH
Author URI: https://yithemes.com/
Description: Wonder is the new block-based, multi-purpose, WordPress theme by YITH. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel. Check out the demo site at https://wonder.yithemes.com/
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
Version: 2.0.0
Version: 2.0.0.1
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.0
Expand Down

0 comments on commit e135525

Please sign in to comment.