Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/button
File: style.css
.wp-block-button__link{
[0] Fix | Delete
box-sizing:border-box;
[1] Fix | Delete
cursor:pointer;
[2] Fix | Delete
display:inline-block;
[3] Fix | Delete
text-align:center;
[4] Fix | Delete
word-break:break-word;
[5] Fix | Delete
}
[6] Fix | Delete
.wp-block-button__link.aligncenter{
[7] Fix | Delete
text-align:center;
[8] Fix | Delete
}
[9] Fix | Delete
.wp-block-button__link.alignright{
[10] Fix | Delete
text-align:right;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
:where(.wp-block-button__link){
[14] Fix | Delete
border-radius:9999px;
[15] Fix | Delete
box-shadow:none;
[16] Fix | Delete
padding:calc(.667em + 2px) calc(1.333em + 2px);
[17] Fix | Delete
text-decoration:none;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
.wp-block-button[style*=text-decoration] .wp-block-button__link{
[21] Fix | Delete
text-decoration:inherit;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
.wp-block-buttons>.wp-block-button.has-custom-width{
[25] Fix | Delete
max-width:none;
[26] Fix | Delete
}
[27] Fix | Delete
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
[28] Fix | Delete
width:100%;
[29] Fix | Delete
}
[30] Fix | Delete
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
[31] Fix | Delete
font-size:inherit;
[32] Fix | Delete
}
[33] Fix | Delete
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
[34] Fix | Delete
width:calc(25% - var(--wp--style--block-gap, .5em)*.75);
[35] Fix | Delete
}
[36] Fix | Delete
.wp-block-buttons>.wp-block-button.wp-block-button__width-50{
[37] Fix | Delete
width:calc(50% - var(--wp--style--block-gap, .5em)*.5);
[38] Fix | Delete
}
[39] Fix | Delete
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{
[40] Fix | Delete
width:calc(75% - var(--wp--style--block-gap, .5em)*.25);
[41] Fix | Delete
}
[42] Fix | Delete
.wp-block-buttons>.wp-block-button.wp-block-button__width-100{
[43] Fix | Delete
flex-basis:100%;
[44] Fix | Delete
width:100%;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{
[48] Fix | Delete
width:25%;
[49] Fix | Delete
}
[50] Fix | Delete
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{
[51] Fix | Delete
width:50%;
[52] Fix | Delete
}
[53] Fix | Delete
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{
[54] Fix | Delete
width:75%;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
[58] Fix | Delete
border-radius:0;
[59] Fix | Delete
}
[60] Fix | Delete
[61] Fix | Delete
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
[62] Fix | Delete
border-radius:0 !important;
[63] Fix | Delete
}
[64] Fix | Delete
[65] Fix | Delete
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){
[66] Fix | Delete
border:2px solid;
[67] Fix | Delete
padding:.667em 1.333em;
[68] Fix | Delete
}
[69] Fix | Delete
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){
[70] Fix | Delete
color:currentColor;
[71] Fix | Delete
}
[72] Fix | Delete
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){
[73] Fix | Delete
background-color:initial;
[74] Fix | Delete
background-image:none;
[75] Fix | Delete
}
[76] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function