Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix(demo): autocomplete to use global stylesheet for demo #9930

Merged
merged 1 commit into from Nov 7, 2016

Commits on Oct 27, 2016

  1. fix(autocomplete): use global stylesheet for demo

    Currently the `md-autocomplete` demo for the custom templates needs to have a CSS for the dropdown (which is outside of the demo container)
    
    The normal `style.css` file does not work here, because the CSS get's encapsulated by our Build Process.
    
    The build process automatically does not encapsulate the CSS if the file is `style.global.css` (same as done for the panel demos)
    
    This commit changes
    * Duplicate Autocomplete CSS (in docs.css and demo css - confusing)
    * Also shows `style.global.css` with the shorthand `CSS` (as with the normal `style.css`
    * Removes unused CSS class in the autocomplete demo (`demo-metastat` - confusing)
    
    Fixes angular#9920
    devversion committed Oct 27, 2016
    Copy the full SHA
    6b4055f View commit details
    Browse the repository at this point in the history