-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Button icon #1000
Comments
... Adding core.css and/or overlay.css did not solve the problem for me. |
My bad, core.css did solve it. ... I made typo in |
I am having a similar issue. Is there a plunker template for alpha7 that I can try and reproduce? I have a button/icon in a toolbar: <md-toolbar color="primary">
<button md-mini-fab (click)="leftNavToggle()">
<md-icon>menu</md-icon>
</button>
<span>{{header}}</span>
</md-toolbar> After clicking the button I get an overlay that stays and is clickable: I have included core.css and overlay.css |
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. |
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes #1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
- update `@angular-eslint` packages - fix dns-packet and a number of other vulnerabilities - from: 104 vulnerabilities found - Severity: 1 Low | 90 Moderate | 13 High - to: 34 vulnerabilities found - Severity: 1 Low | 24 Moderate | 9 High Closes angular#1000
Hi,
Today I created a new angular 2 app, using material, with all the latest versions: ang2 RC5 (with this new NgModule) and material components alpha.7-2, and I have this strange behavior... Everything works but, when I click the button on my navbar, this wierd, almost transparent area around that button appears, and it gets larger with every new click, and it is also clickable, like it is a part of the button. I can not understand what this is, and why it appears after click. Before I click the button, it is not there. ... And there is no Plunker for this, because it only implements RC4, and I'm using RC5.
Here is the navbar html:
And here is how I see the page and that strange something:
Tnx
The text was updated successfully, but these errors were encountered: