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

Need a way to override button and sort icon styles #11

Closed
timgit opened this issue Jan 26, 2015 · 4 comments
Closed

Need a way to override button and sort icon styles #11

timgit opened this issue Jan 26, 2015 · 4 comments

Comments

@timgit
Copy link
Contributor

timgit commented Jan 26, 2015

No description provided.

@Zacharias3690
Copy link
Contributor

Not sure about how to do this through a mixin, but the sort classes don't need a high specificity to change out the content.
.tc-style_sort {
content: whatever
font-family: whatever
}

took care of it.

@timgit
Copy link
Contributor Author

timgit commented May 11, 2015

I wouldn't want to force peeps into building the LESS. Perhaps we can just allow a class attribute like tc-row-class? tc-sort-class?

@Zacharias3690
Copy link
Contributor

You don't have to build the less for that to work. tc-style_sort has a low specificity, so you can overwrite it in your css files with the compiled less files.

@Zacharias3690
Copy link
Contributor

Fixed with release 0.7.11

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

2 participants