abiagion / freeipa

Forked from freeipa 5 years ago
Clone

e60cfa2 webui: fix add of input group class

Authored and Committed by pvoborni 9 years ago
    webui: fix add of input group class
    
    The input-group class was added based on visibility of child elements.
    
    This failed when it had to be determined *before* displaying the widget.
    
    Now it's added if the buttons are not hidden by `display: none` CSS rule.
    
    Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>