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

Remove outdated comment from $input-border-color variable #37868

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

erengy
Copy link
Contributor

@erengy erengy commented Jan 12, 2023

Before fc3f4b6, $input-border-color was set to $gray-400. It is now set to var(--bs-border-color) instead, which returns $gray-300. You can see the slight change by comparing v5.2 docs to v5.3 docs, or in the following GIF:

input-border-color

I imagine this change was intentional, as #35857 specifically mentions using a global border-color. In that case, we should remove the comment, as this PR does, to avoid confusion.

Otherwise, $input-border-color should be set to another custom property that translates to $gray-400 as before.

See also #37835 for a similar, recently merged PR.

@erengy erengy requested a review from a team as a code owner January 12, 2023 20:58
@mdo mdo merged commit 17f14ac into twbs:main Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants