You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a field is designated as required, the required markup is correctly added by unl_five_preprocess_form_element(); however, in the settings tray, it needs to displayed in inverse:
In unl_five_preprocess_form_element(), it's not possible to know if the settings tray is involved not. For that matter, I'm not sure if there's a good programmatic way to conditionally add the dcf-inverse class. It might be the case where CSS is the solution.
The text was updated successfully, but these errors were encountered:
Currently, when a field is designated as required, the required markup is correctly added by
unl_five_preprocess_form_element()
; however, in the settings tray, it needs to displayed in inverse:In
unl_five_preprocess_form_element()
, it's not possible to know if the settings tray is involved not. For that matter, I'm not sure if there's a good programmatic way to conditionally add thedcf-inverse
class. It might be the case where CSS is the solution.The text was updated successfully, but these errors were encountered: