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

Stylesheets: implement CSS selectors specificity #170

Merged
merged 3 commits into from
May 1, 2018

Commits on May 1, 2018

  1. Stylesheets: implement CSS selectors specificity

    There was already some code to process selectors by ascending order
    of specificity, but LVCssSelector._specificity was always 0.
    We now add to it some weight depending of the kind of each
    LVCssSelectorRule it may include.
    poire-z committed May 1, 2018
    Configuration menu
    Copy the full SHA
    3181afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03dbbd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768e04b View commit details
    Browse the repository at this point in the history