Open tjmahlin opened 9 years ago
Consider using select.active
since that class is already being managed in javascript.
select.active is too generic. There will need to be unique styling rules that apply to center-column selects only. However, I think we can probably utilize an id on the container to achieve the required specificity. I will start with that approach.
This is up and running (on the ui_design branch) on all events where a center column select is linked to the data in the functions panel (commit 32b32a509520ba93b04a705ce53970ab7eaafea6). Two things remain to be done to finish this issue:
@josiahseaman I think I have done what I am capable of here and these last two items fall into your area of expertise.