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

fix: #4561 remove triangle-arrow-up/down mixin #4604

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

yuki0410-dev
Copy link
Contributor

Description

Linked issue: #4561

Problem
See issue #4561

Changes
Removed triangle-arrow mixin and moved style.
The fill and color were left as they are now, as it is correct that the fill and color are different for up and down.
(The colors of the contact datepicker body location are not aligned with the up and down locations.)

The inline color code issue is not addressed in this PR.

Screenshots

To reviewers

Contribution checklist

  • I have followed the contributing guidelines.
  • I have added sufficient test coverage for my changes.
  • I have formatted my code with Prettier and checked for linting issues with ESLint for code readability.

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ This pull request was sent to the PullRequest network.


@yuki0410-dev you can click here to see the review status or cancel the code review job.

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PullRequest Breakdown

Reviewable lines of change

+ 8
- 15

100% SCSS

Type of change

Fix - These changes are likely to be fixing a bug or issue.

@@ -17,4 +17,3 @@ $datepicker__font-family: "Helvetica Neue", helvetica, arial, sans-serif !defaul
$datepicker__item-size: 1.7rem !default;
$datepicker__margin: 0.4rem !default;
$datepicker__navigation-button-size: 32px !default;
$datepicker__triangle-size: 8px !default;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused variable

Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.94%. Comparing base (8ef2eef) to head (bfa9ee5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4604   +/-   ##
=======================================
  Coverage   96.94%   96.94%           
=======================================
  Files          28       28           
  Lines        2582     2582           
  Branches     1081     1081           
=======================================
  Hits         2503     2503           
  Misses         79       79           

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

@martijnrusschen martijnrusschen merged commit 6cee8e5 into Hacker0x01:main Mar 17, 2024
6 checks passed
@yuki0410-dev yuki0410-dev deleted the fix/4561 branch March 17, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants