-
Notifications
You must be signed in to change notification settings - Fork 182
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
base: master
Are you sure you want to change the base?
Conversation
tt1-blocks/theme.json
Outdated
"border": { | ||
"customColor": true, | ||
"customRadius": true, | ||
"customStyle": true, | ||
"customWidth": true | ||
}, |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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. |
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. |
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.