Skip to content
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

Can't change md-heading css #24

Open
cajuuh opened this issue Jan 12, 2017 · 2 comments
Open

Can't change md-heading css #24

cajuuh opened this issue Jan 12, 2017 · 2 comments

Comments

@cajuuh
Copy link

cajuuh commented Jan 12, 2017

is there a way to change the font-weight and text-transform of the md-heading?

@lpsandaruwan
Copy link

lpsandaruwan commented Jan 18, 2017

I have a similar problem. I need to change the Font weight and background color of a selected button, but CSS is not working.

@andersonfalcao
Copy link
Contributor

The md-heading you can to change with this

.md-sidemenu-toggle.md-active{
background: red !important;
}

.md-sidemenu-toggle.md-active span,
.md-sidemenu-toggle.md-active md-icon{
font-weight: normal !important;
color: #fff;
}

the children buttons, you can use ui-sref-active to add the md-primary clss or other class that you need.

This solutions resolve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants