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

[KED-2417] Clean up SCSS tech debt #380

Merged
merged 5 commits into from
Feb 25, 2021
Merged

[KED-2417] Clean up SCSS tech debt #380

merged 5 commits into from
Feb 25, 2021

Conversation

richardwestenra
Copy link
Contributor

Description

  • Remove unused placeholder selectors from _extends.scss
  • Delete unused mixins in _mixins.scss and tidy the rest
  • Rename 'pipeline-icon-modal' class - The 'icon' bit didn't make any sense.
  • Move 'pipeline-icon' css rule to IconButton - This is a more sensible place for it to live, now that it's only applied in one place.
  • Apply kedro class to wrapper - This will allow consistent font-sizing and font-family for the entire application regardless of whether a developer adds the kedro class to its immediate parent.

Development notes

See https://github.com/quantumblacklabs/kedro-ui/pull/84 for a description of the backstory of the 'kedro' class (and please review that PR while you're there! :)

QA notes

No expected changes.

Checklist

  • Read the contributing guidelines
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added new entries to the RELEASE.md file
  • Added tests to cover my changes

Legal notice

  • I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":

  • I submit this contribution under the Apache 2.0 license and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable.

  • I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorised to submit this contribution on behalf of the original creator(s) or their licensees.

  • I certify that the use of this contribution as authorised by the Apache 2.0 license does not violate the intellectual property rights of anyone else.

The 'icon' bit didn't make any sense
This is a more sensible place for it to live, now that it's only applied in one place
This will allow consistent font-sizing and font-family for the entire application regardless of whether a developer adds the `kedro` class to its immediate parent.
@richardwestenra richardwestenra changed the title [KED-2417] Clean up SCSS tech debt Clean up SCSS tech debt Feb 25, 2021
@richardwestenra richardwestenra merged commit 798a6b0 into main Feb 25, 2021
@richardwestenra richardwestenra deleted the fix/scss-cleanup branch February 25, 2021 17:23
@richardwestenra richardwestenra changed the title Clean up SCSS tech debt [KED-2417] Clean up SCSS tech debt Feb 25, 2021
@richardwestenra richardwestenra mentioned this pull request Mar 2, 2021
1 task
richardwestenra added a commit that referenced this pull request Mar 2, 2021
# Release 3.10.0

## Major features and improvements

- Display a prompt before rendering very large graphs (#361, #376, #377, #381)

## Bug fixes and other changes

- Clean up SCSS tech debt (#380)
- Add Container component to simplify app/lib entrypoint (#379)
- Add stylelint 'rule-empty-line-before': 'always' (#378)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants