Hi there. First off, great plugin! Love the work you’re doing.
There’s a slight issue that’s been troubling me. The jquery ui styles are overriding my theme’s defaults. Using console to inspect the <h5> element of the accordion at my page here, and filtering the styles to display only “color”, you can see that jquery-ui.scss is affecting the color with its .ui-stat-active class, which has a higher css specificity than the theme’s setting on the h5 element. For info, the original page look and styles are available at web archive.
I read up a previous post where the GD team asked about the GD design setting of disabling core scss files. I tried both enabling and disabling but both displayed the same issue – I can see the jquery-ui.scss style override through Chrome console. (wondering whether its immaterial here because Chrome might have displayed the css mapping?)
Wonder if you can help limit the effect of the jquery-ui styles to GD specific portions?
Alternatively, appreciate your advice on how to solve this in other ways, except using !important which could mess up styling in the future.