-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] ColumnsAffects the Columns BlockAffects the Columns Block[Feature] Design ToolsTools that impact the appearance of blocks both to expand the number of tools and improve the experiTools that impact the appearance of blocks both to expand the number of tools and improve the experi[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
I don't find a way to set border styles on columns in the block editor unless custom CSS is applied. Here is an example of a custom CSS code to add borders between columns:
.wp-block-column {
border-width: 0 1px 0 0;
border-right-style: solid;
border-right-color: black;
padding-right: 35px;
}
We could allow users to select border styles as a block option in the editor. Additionally, some different border styles could be selectable, like "dotted", or "dashed" for example.
Thanks for considering this as an improvement to the Columns Block.
Metadata
Metadata
Assignees
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] ColumnsAffects the Columns BlockAffects the Columns Block[Feature] Design ToolsTools that impact the appearance of blocks both to expand the number of tools and improve the experiTools that impact the appearance of blocks both to expand the number of tools and improve the experi[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Projects
Status
✅ Done