hi guys,

i have a use case where accordions have panels as direct children which contain layouts and deeper nested childs like grids.


i noticed, that the grids have no outer side borders and inspected the CSS (neptune theme):



Code:



.x-accordion-item .x-grid-header-ct {
border-width: 0 0 1px!important;
}

while this selector is probably fine for accordions with grids as direct (first level) childs, it is definitely not good that it gets applied to grids on any deeper child level as well.