-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tooltip): initial tooltip implementation #799
Conversation
@@ -16,7 +16,7 @@ import {Observable} from 'rxjs/Observable'; | |||
|
|||
describe('MdTabGroup', () => { | |||
let builder: TestComponentBuilder; | |||
let fixture: ComponentFixture<SimpleTabsTestApp>; | |||
let fixture: ComponentFixture<any>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a different fix for this in #843
@robertmesserle needs rebase (plus one comment on scss vars) |
Rebased and addressed SCSS comment |
@jelbourn And now, it's actually green. Let me know if it's good to merge. |
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
R: @jelbourn @kara @iveysaur @hansl
E2E tests coming in follow-up PR.