Skip to content

Commit

Permalink
fix(progress): Attached bars now show proper border radius
Browse files Browse the repository at this point in the history
Closes #101
  • Loading branch information
edcarroll committed Jun 7, 2017
1 parent 47f33fd commit 320560d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/progress/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {Component, Input, HostBinding} from '@angular/core';
styles: [`
.bar {
transition-duration: 300ms !important;
z-index: 1;
}
`]
})
Expand Down

0 comments on commit 320560d

Please sign in to comment.