Skip to content
Snippets Groups Projects
  • rhenck's avatar
    7a3c8be2
    Remove text field and area appearance variants and fix remaining · 7a3c8be2
    rhenck authored
    The other  variants are basically the same as filled. The only
    difference is the background color, which we are manilupating anyway.
    So there is no reason to keep them.
    
    Also for the background color directive different target elements are
    needed for the different appearance variants. This is now possible.
    As stylings of the old appearance are kept when changing the appearance
    the styles need to be removed first.
    In the moment the appearance value is changed the component is not
    actually changed yet and there we need to wait for another Angular
    change detection cycle, via timeout.
    7a3c8be2
    History
    Remove text field and area appearance variants and fix remaining
    rhenck authored
    The other  variants are basically the same as filled. The only
    difference is the background color, which we are manilupating anyway.
    So there is no reason to keep them.
    
    Also for the background color directive different target elements are
    needed for the different appearance variants. This is now possible.
    As stylings of the old appearance are kept when changing the appearance
    the styles need to be removed first.
    In the moment the appearance value is changed the component is not
    actually changed yet and there we need to wait for another Angular
    change detection cycle, via timeout.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.