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

Feature/assessments #388

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Feature/assessments #388

wants to merge 5 commits into from

Commits on Dec 22, 2020

  1. using form styleguide

    dmgarland committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    f3b10bc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Using a default class called 'form' on form helpers

    The legacy css was using generic selectors for form elements, e.g.
    input[type="text"] which was adding unwanted styles to new form layouts.
    This commit monkey patches the form helpers to set a default css class
    of 'form' on form helper elements, and the form scss is now scoped with
    that class, so existing forms ought to work as before and new forms
    start with clean css. Once all the forms have been migrated to the style
    guide then these files can be deleted.
    dmgarland committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    36b899d View commit details
    Browse the repository at this point in the history
  2. Styling new schedule page

    dmgarland committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    0efcc69 View commit details
    Browse the repository at this point in the history
  3. Rubocop

    dmgarland committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    80067cf View commit details
    Browse the repository at this point in the history
  4. Fixing cukes

    dmgarland committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    696822f View commit details
    Browse the repository at this point in the history