Skip to content

Commit

Permalink
Merge branch '141-button-case-select-not-working' into update-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jul 24, 2024
2 parents b1e8820 + 0956c51 commit c6ae23d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ templates/.DS_Store
assets/.DS_Store
.DS_Store
.DS_Store
.DS_Store
assets/css/.DS_Store
6 changes: 6 additions & 0 deletions assets/css/blocks/button.css

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

2 changes: 1 addition & 1 deletion assets/css/blocks/button.css.map

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

6 changes: 6 additions & 0 deletions assets/css/blocks/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ $octonary: #BD5B00;
$novenary: #C5389D;
$denary: #FFB2B2;

/* === Fixes for WP Core Updates === */
:root :where(.wp-block-button .wp-block-button__link) {
text-transform: inherit !important;
}

/* === General Styles === */

.wp-block-buttons {
&.has-x-small-font-size .wp-element-button {
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## [[1.4.0]](https://github.com/lightspeedwp/lsx-design/releases/tag/1.4.0)

### LSX

#### Updated
- theme.json schema updated to version - [#139](https://github.com/lightspeedwp/lsx-design/issues/139).
- theme.json default font and spacing sizes have been disabled.

#### Fixed
- Button Text Transforms not working - [#141](https://github.com/lightspeedwp/lsx-design/issues/141)

## [[1.3.1]](https://github.com/lightspeedwp/lsx-design/releases/tag/1.3.1)

### LSX
Expand Down

0 comments on commit c6ae23d

Please sign in to comment.