Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/term-tem...
File: editor.css
.wp-block-term-template .term-loading .term-loading-placeholder{
[0] Fix | Delete
background-color:#f0f0f0;
[1] Fix | Delete
border-radius:2px;
[2] Fix | Delete
height:1.5em;
[3] Fix | Delete
margin-bottom:.25em;
[4] Fix | Delete
width:100%;
[5] Fix | Delete
}
[6] Fix | Delete
@media not (prefers-reduced-motion){
[7] Fix | Delete
.wp-block-term-template .term-loading .term-loading-placeholder{
[8] Fix | Delete
animation:loadingpulse 1.5s ease-in-out infinite;
[9] Fix | Delete
}
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
@keyframes loadingpulse{
[13] Fix | Delete
0%{
[14] Fix | Delete
opacity:1;
[15] Fix | Delete
}
[16] Fix | Delete
50%{
[17] Fix | Delete
opacity:.5;
[18] Fix | Delete
}
[19] Fix | Delete
to{
[20] Fix | Delete
opacity:1;
[21] Fix | Delete
}
[22] Fix | Delete
}
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function