I’ve noticed some styles in Millau is overwriting the configuration in the theme builder for our custom theme.
E.g.
/* Drawer */
table.nx-skootable-data tbody tr.nx-item-has-drawer td,
table.nx-skootable-data tbody tr td.nx-item-drawer {
background: #F3F2F2;
}```
The background color in my custom theme is overwritten by the above. It seems that custom theme has no effect at all. It worked fine in Rockaway and Brooklyn.
How can we make the custom theme work?
