Dropdowns in Page Builder in Spark (V1) are difficult to read

After updating to Spark (12.0.4.0) our page builder’s drop downs are nearly impossible to read.

We tried clearing the cookies and cache, from two different computers, and on incognito but to no avail. We are on Windows 64 bit machines running the latest version of Chrome.

This is what it looks like

As a workaround I’m using a tamper monkey script to change the dropdowns so they look like this

Although I’d rather not alter the element :P.

For those who want to use the script, it looks like this:

// ==UserScript==
// @name         skuid builder css fixer
// @namespace    <a target="" rel="" href="http://tampermonkey.net/" alt="" title="" name="" value="" type="">http://tampermonkey.net/
</a>// @version      0.1
// @author       Shmuel Kamensky
// @match        <a target="" rel="" href="https://*/apex/PageBuilder" alt="" title="" name="" value="" type="">https://*/apex/PageBuilder</a>*

// @grant        none
// ==/UserScript==

(function() {
    var css = document.createElement('style');
    css.type = 'text/css'
    css.innerHTML = '.nx-pagebuilder-toolbar select {background-color : white!important;}';
    document.getElementsByTagName("head")[0].appendChild(css);
})();

Shmuel, you indicated that you are using 12.0.4.0 — just to confirm, are you sure you’re not on 12.0.2 ? The 12.0.4 release is not publicly available yet, and moreover, the issue you’re referring to is fixed in 12.0.4, so I believe it is being released this evening, so as soon as it comes out, this should be fixed.

Ah, my mistake, I copied the latest release version from Skuid Platform instead of Skuid for Salesforcre (since we updated yesterday). 
Yes we are on 12.0.2.

Wonderful to hear that this is being fixed.

As a side note, this issue did not surface when we tested it in the sandbox. Why would that be?

Confirmed that this is fixed in 12.0.4