Uh oh!
There was an error while loading. Please reload this page.
Fix for ListPicker icons being invisible - #191
Conversation
thaggren
commented
Oct 30, 2018
@greystate How to get hold on an updated DLL with this fix included? 👍 |
greystate
commented
Oct 30, 2018
I built it myself with Visual Studio for the Mac (yes, I was surprised that it actually worked :-) If compiling your own is not an option, I guess I can make it available for you somehow... |
Hendy
commented
Oct 30, 2018
Hi @greystate, thanks for this fix - I'll try it out and all being well release a 1.7.1... |
thaggren
commented
Oct 31, 2018
@greystate Added your fixes manually and compiled a new DLL ... seems to be working :) |
thaggren
commented
Oct 31, 2018
@Hendy Would be great with an official updated DLL :) |
stevesuk
commented
Dec 5, 2018
In the meantime, if you want to apply a temporary fix using only CSS, I've posted something simple to implement here: |
thaggren
commented
Dec 11, 2018
@stevesuk great "hack/fix" - thanks :) |
Fixes#190
The color classes seem to have been renamed with a
color-prefix (good thing) which is why the icons were invisible (white on white, as it were). Usingcolor-redandcolor-bluefixes this.Also, the generic
.buttonclass has was picked up by Umbraco which resulted in some spacing issues; renaming this topicker-buttonfixes this problem.@Hendy Any verdict on the new class name? Should it be shorter? Something else?
Note: I have not used any of the other pickers in this solution, but I'm guessing there could be problems with some of the others too. So maybe we need to identify them and fix as well in this PR?