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