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

[v4] [core] fix(InputGroup): no overlapping box shadows #5069

Merged
merged 3 commits into from
Dec 14, 2021

Conversation

johnly13
Copy link
Contributor

Fixes #0000

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

Reviewers should focus on:

Screenshot

Before After
Screen Shot 2021-12-13 at 14 55 34 Screen Shot 2021-12-13 at 14 55 02

@blueprint-bot
Copy link

[v4] [core] fix(InputGroup): no overlapping box shadows

Previews: documentation | landing | table | modern colors demo

@blueprint-bot
Copy link

Fix lint

Previews: documentation | landing | table | modern colors demo

inset 0 -1px 0 rgba($black, 0.2),
inset 1px 0 0 rgba($black, 0.2) !default;
$pt-input-box-shadow: inset 0 0 0 1px rgba(17, 20, 24, 0.2),
inset 0 1px 1px rgba(17, 20, 24, 0.5) !default;
Copy link
Contributor

Choose a reason for hiding this comment

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

actually these should stay as $black references

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ooh good catch - pushing up the fix now

@blueprint-bot
Copy link

Use ref instead of hexcode

Previews: documentation | landing | table | modern colors demo

@adidahiya adidahiya merged commit cf3cfdb into next Dec 14, 2021
@adidahiya adidahiya deleted the jl/fix-text-input-corners branch December 14, 2021 18:32
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.

3 participants