Skip to content

Commit

Permalink
release: version 3.0.2
Browse files Browse the repository at this point in the history
### Bug Fixes
- **Revert Slider Overflow**: Reverts a previous Slider fix that breaks overflow in Section Block.
  • Loading branch information
HardeepAsrani authored Aug 19, 2024
2 parents f85f695 + 9440088 commit 49305c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Lint js files
run: |
npm install -g npm
npm ci
npm run lint
env:
Expand Down
9 changes: 0 additions & 9 deletions src/blocks/blocks/section/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la

background: var( --background );
transition: 0.3s;
word-wrap: anywhere;

&:hover {
background: var( --background-color-hover );
Expand All @@ -95,10 +94,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la
position: relative;
}

* {
word-wrap: anywhere;
}

a:not( .wp-block-button__link ):not( .social-icon ) {
color: var( --link-color );
}
Expand All @@ -113,10 +108,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la

.wp-block-themeisle-blocks-slider {
display: block;

> div {
max-width: 100%;
}
}

.aligncenter {
Expand Down
2 changes: 0 additions & 2 deletions src/blocks/blocks/section/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la

background: var( --background );
transition: 0.3s;
word-wrap: anywhere;

&:hover {
background: var( --background-color-hover );
Expand All @@ -77,7 +76,6 @@ html[lang="ja"], html[lang="ko"], html[lang="zh"], html[lang="zh-Hans"], html[la

.wp-block-themeisle-blocks-slider {
display: grid;
max-width: 100%;
}

.aligncenter {
Expand Down

0 comments on commit 49305c2

Please sign in to comment.