PerplexDigital / Perplex.ContentBlocks

Block based content editor for Umbraco
MIT License
31 stars 15 forks source link

Remove NC item border in umbraco 8.7 #42

Closed stefankip closed 3 years ago

stefankip commented 3 years ago

Umbraco 8.7 introduced this border around NC items, which looks wonky in Content Blocks:

image

It was added to the class .umb-nested-content__item:

border: 1px solid #e9e9eb;
border-radius: 3px;

I think we can overrule this, right?

.perplex-content-blocks .umb-nested-content__item {
    border: none;
}
PerplexDaniel commented 3 years ago

Agree, this does not look good :) Fixed in 6c306f353ae6a44cca89a295c6a21c72f96ddd18.