Description
Bug, feature request, or proposal:
BUG
Plunker: https://plnkr.co/edit/Idc73Kn0ViLI4Qpsp98g?p=preview
When you set your sort by default as ASC or DESC like that:
@ViewChild(MatSort) mdSort: MatSort;
ngOnInit() {this.mdSort.start = 'desc';}
The arrow is just ugly ( 2 times on 3 ). If you click again on the sort icon, it's pretty :)
BTW: Under IE11 it's always ugly. Same issue or not I don't know
What is the current behavior?
What is the expected behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.4.3
OS: Windows 7 Pro 64 bits
TS: 2.4.1
Material: 2.0.0-beta.11
Browser: Chrome V60
Is there anything else we should know?
Nothing #