Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TT1 Blocks: Re-create the "Let's Connect" pattern with custom borders instead of a block style. #284

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kjellr
Copy link
Collaborator

@kjellr kjellr commented Aug 19, 2021

This PR re-creates the "Let's Connect" pattern to use the custom borders feature instead of the old custom block style.

None of the other border patterns can be replaced yet, since the border settings required are only available for the Group block presently.

Screen Shot 2021-08-19 at 10 54 05 AM

@kjellr kjellr added the enhancement New feature or request label Aug 19, 2021
@kjellr kjellr self-assigned this Aug 19, 2021
Comment on lines 14 to 19
"border": {
"customColor": true,
"customRadius": true,
"customStyle": true,
"customWidth": true
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like border customizations are already enabled for the theme.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄 Thanks. I've removed that.

@kjellr kjellr changed the title TT1 Blocks: Add border support TT1 Blocks: Re-create the "Let's Connect" pattern with custom borders instead of a block style. Aug 19, 2021
@kjellr
Copy link
Collaborator Author

kjellr commented Aug 19, 2021

Since it turned out that custom borders were already active in the theme, I've reframed this PR as just a refresh of that single block pattern instead.

@pbking
Copy link
Collaborator

pbking commented Aug 19, 2021

It was a little odd that the padding was in the columns and not in the group.

When I first dropped it in I tried to tweak that at the top level container and found I couldn't make it any smaller.

That's my only complaint though. If there's a reason to pad the columns instead it's reason enough for me. Looks good otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants