If you have
<md-menu #options class="borange">
...
</md-menu>
The css classes are copied to the panel element inside the overlay. However, the classes also remain on the empty <md-menu> element in the page. We should remove all classes from the md-menu element.
This behavior should apply to menu, autocomplete, and datepicker.