75 Replies
Phil Foss

Took me a few years but I've finally got the solution. Code used in the video:

.fr-view table tr > *:not(.fr-highlighted) {
border: 0px;
}

and if you want to only affect a certain block, you need to use the block id- this block id will change for you and on each block.

div[data-block-id="clk4if2rg00042e6rxfpg953f"] .fr-view table tr > *:not(.fr-highlighted) {
border: 0px;
}