Changeset 315338
- Timestamp:
- 02/25/2026 05:14:02 PM (4 weeks ago)
- Location:
- extendable/2.1.1
- Files:
-
- 4 edited
- 1 copied
-
. (copied) (copied from extendable/2.1.0)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (4 diffs)
-
styles/block-presets/group/natural-1/item-card-1/align-center/preset.json (modified) (1 diff)
-
styles/block-presets/group/natural-1/item-card-1/align-start/preset.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extendable/2.1.1/readme.txt
r315179 r315338 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 2.1. 06 Stable tag: 2.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 == Changelog == 15 16 = 2.1.1 - 2026-02-25 = 17 - Fixed: Natrual vibe card background issue 15 18 16 19 = 2.1.0 - 2026-02-25 = -
extendable/2.1.1/style.css
r315179 r315338 8 8 Tested up to: 6.9 9 9 Requires PHP: 7.4 10 Version: 2.1. 010 Version: 2.1.1 11 11 License: GNU General Public License v2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 373 373 :not(.block-editor-block-preview__content-iframe) 374 374 .has-tertiary-background-color.has-background 375 [class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background) :not(.has-background)376 {375 [class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background) 376 { 377 377 background-color: var(--wp--preset--color--background); 378 378 } … … 384 384 } 385 385 386 387 386 :not(.block-editor-block-preview__content-iframe) 388 387 .has-tertiary-background-color.has-background … … 391 390 } 392 391 392 :not(.block-editor-block-preview__content-iframe) 393 .has-tertiary-background-color.has-background 394 [class*='is-style-ext-preset--group--'][class*='item-card-1']::before,:not(.block-editor-block-preview__content-iframe) 395 .has-tertiary-background-color.has-background 396 [class*='is-style-ext-preset--media-text--']:before { 397 background-color: var(--wp--preset--color--background) !important; 398 } 393 399 394 400 .block-editor-block-preview__content-iframe -
extendable/2.1.1/styles/block-presets/group/natural-1/item-card-1/align-center/preset.json
r315179 r315338 6 6 "blockTypes": ["core/group"], 7 7 "styles": { 8 8 "color": { 9 "background": "transparent !important" 10 }, 9 11 "blocks": { 10 12 "core/group": { -
extendable/2.1.1/styles/block-presets/group/natural-1/item-card-1/align-start/preset.json
r315179 r315338 6 6 "blockTypes": ["core/group"], 7 7 "styles": { 8 8 "color": { 9 "background": "transparent !important" 10 }, 9 11 "blocks": { 10 12 "core/group": {
Note: See TracChangeset
for help on using the changeset viewer.