Skip to content

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

@manuelra

Description

@manuelra

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
...
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions