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

[#321] Added SCSS var to set a border color for back-to-top component. #322

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

alan-cole
Copy link
Collaborator

@alan-cole alan-cole commented Jul 9, 2024

Closes #321

Checklist before requesting a review

  • I have formatted the subject to include the issue number
    as [#123] Verb in past tense with a period at the end.
  • I have provided information in the Changed section about WHY something was
    done if this was a bespoke implementation.
  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have run new and existing relevant tests locally with my changes,
    and they have passed.
  • I have provided screenshots, where applicable.

Changed

  1. Added SCSS variable to set a border color for back-to-top component.
  2. Made the default the background color (same as existing implementation).

Screenshots

@alan-cole alan-cole added the PR: Needs review Pull request needs a review from assigned developers label Jul 9, 2024
Copy link

github-actions bot commented Jul 9, 2024

@github-actions github-actions bot temporarily deployed to pull request July 9, 2024 23:36 Inactive
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.92%. Comparing base (b81d200) to head (c2a32b6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #322   +/-   ##
=======================================
  Coverage   13.92%   13.92%           
=======================================
  Files          27       27           
  Lines        1285     1285           
  Branches      306      306           
=======================================
  Hits          179      179           
  Misses        890      890           
  Partials      216      216           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlexSkrypnyk AlexSkrypnyk merged commit b512e9a into main Jul 14, 2024
8 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the feature/back-to-top-border branch July 14, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Needs review Pull request needs a review from assigned developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Back to top border color does not expose it's SCSS variable to be changed.
2 participants