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

icon-white class within bootstrap 3 theme conflicts with icomoon CSS selector #1432

Closed
manuelra opened this issue Jul 19, 2017 · 1 comment
Closed

Comments

@manuelra
Copy link

Icomoon (https://icomoon.io/#docs) which provides numerous glyphicons to bootstrap includes on its CSS files a wide scope selector [class*="icon-"].

When using tablesorter's bootstrap theme the icomoon selector will conflict with the icon-white class proposed on tablesorter documentation (https://mottie.github.io/tablesorter/docs/example-option-theme-bootstrap-v3.html), and the icon will be not properly presented.

$.tablesorter.themes.bootstrap = {
...
icons : '', // add "icon-white" to make them white; this icon class is added to the in the header
...
}

@Mottie
Copy link
Owner

Mottie commented Jul 19, 2017

Hi @manuelra!

Thanks for pointing this out... I'll have it fixed in the master branch soon.

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

No branches or pull requests

2 participants