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: add compatibility for metric input in Firefox #2037

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

youngheart12
Copy link
Contributor

@youngheart12 youngheart12 commented Dec 13, 2023

What does this implement/fix? Explain your changes.

This fixes the issue of metric input having duplicate arrow for increment and decrement of value in firefox browser
...

Does this close any currently open issues?

yes it closes #1404
...

Any other comments?

...

Dependent PRs/Commits

...

Describe breaking changes, if any.

...

Checklist

Check all those that are applicable and complete.

  • Merged with latest master branch

@youngheart12
Copy link
Contributor Author

Screenshot 2023-12-13 at 7 50 30 PM

@@ -76,6 +76,7 @@
padding: 0;
border: none;
background: transparent;
-webkit-appearance: textfield;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add appearance: textfield in stead, post css will take care of browser vendor style prefix. You can try it here https://autoprefixer.github.io/
Please check if appearance: none works then use it in stead.

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.

None yet

2 participants