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

Do not add border when none is defined or set to transparent #696

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Do not add border when none is defined or set to transparent #696

merged 1 commit into from
Dec 13, 2020

Conversation

btecu
Copy link
Contributor

@btecu btecu commented Dec 9, 2020

The rest of the AppearanceProvider are already not defaulting to a border.

The issue happens when a border color is set on an element such as a TextField. When the library fills the form, it also looks for a border and if it's not defined or set to transparent, it adds one with the default of 1 width and color black.

Closes #682.

Copy link
Owner

@Hopding Hopding left a comment

Choose a reason for hiding this comment

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

Thanks @btecu!

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.

Border default
2 participants