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

Update markup and styling for coverage report #674

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 10, 2022

  1. Update markup and styling for coverage report

    - Rewrite CSS with modern standards and BEM naming for clarity within the code.
      We're replacing the util classes with explicit naming to make it easier
      to discern what is what.
    - Update colours to make use of CSS vars and tweak values.
    - Update markup, where possible, to modern semantic elements, updating their
      class names and structure.
    - Replace sorting icons with ASCII characters instead of images and wrap in buttons
      to make keyboard accessible for sorting.
    - Delete now unused graphics for sorting icons.
    - Remove import of unused graphics for sorting icons.
    - Change document wrapper functions into single function that accepts
      all the other template elements as a string argument, so we no
      longer need multiple `.write` functions and separated opening and
      closing `<body>` functions.
    hogansghost committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    de00abc View commit details
    Browse the repository at this point in the history