ThirdCornerLLC / tc-grid

A declarative grid for AngularJS
MIT License
14 stars 2 forks source link

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

Closed timgit closed 9 years ago

Zacharias3690 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Fixed with release 0.7.11