NumberInput border-color is using default browser black
See original GitHub issueFirstly, thanks for a great design system!
I can see it is setting border-color
to inherit
, but when I do set borderColor
, only the outer border changes, not the stepper buttons.
I’m using the CSSReset
component, so I should be getting the gray.200
colour instead, right?
See the following screen capture:
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Change input text border color without changing its height
Yes it does affect height, at least with Firefox 72.0.1. With the border style given the input box appears with much reduced height...
Read more >HTML DOM Style borderColor Property - W3Schools
The borderColor property sets or returns the color of an element's border. This property can take from one to four values: One value,...
Read more >vue-phone-number-input/index.vue at master - GitHub
A phone number input made with Vue JS (format & valid phone number) ... If you use a "default-country-code", do not use "no-use-browser-locale"...
Read more >appearance - CSS: Cascading Style Sheets - MDN Web Docs
The appearance CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
Read more >How to Make Chrome Default Browser on Xiaomi Black Shark 5
Find out more about making Chrome a default browser on Xiaomi Black Shark ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds like we should set up a
useEffect
hook that watches the value and sets it to the minimum or 0 if it’s ever invalid, right? This would be something good to add to the unit/integration tests once that stuff gets merged in.@aaronmcadam ,
At the moment, I don’t. I typically just pick which fixes I think are critical and fix them. I’ll appreciate your contribution.
As for the NumberInput, I’ll look into it soon.