You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Hello,
I'm using 0.9.8 because 0.10.0 still has some little bugs.
When an md-button is inside an md-subheader there is no HOVER event for css rules neither click event.
I've tried this css solution
@pratyushmittal I need to do some more testing to make sure it doesn't break anything else, but it appears you can add the following CSS to fix the issue:
Previously, the inner DIVs of the subheader component were not set
to use `display: block`, so you could potentially have contents
that were inaccessible.
fixes#3932
Previously, the inner DIVs of the subheader component were not set
to use `display: block`, so you could potentially have contents
that were inaccessible.
fixesangular#3932. closes 4280.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm using 0.9.8 because 0.10.0 still has some little bugs.
When an md-button is inside an md-subheader there is no HOVER event for css rules neither click event.
I've tried this css solution
this rule works but it give me this on the page when scrolling
I've no hover event or click event for any of element inside md-subheader.
How can I fix it?
Thanks in advance,
\m
The text was updated successfully, but these errors were encountered: