Hi,
I don't see a disableZebrastripe property in nested-list config, so how to disable this new style ?
thx
Printable View
Hi,
I don't see a disableZebrastripe property in nested-list config, so how to disable this new style ?
thx
In order to disable zebrastripe, you only have to add $list-zebrastripe:false; in your sass file
thx
but I don't use a sass file
so I have to add one more css rule to stop this new one
8-|Code:.x-list-normal .x-list-item:nth-child(even) .x-list-item-label - background-color: #eaeaea
So it seems that the "best" answer is to have one more css rule :
I'm not sure that this zebrastripe was really essential.Code:.x-list-normal .x-list-item:nth-child(even) .x-list-item-label { background: inherit; }