-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bug: Borders are not working in Firefox #250
Comments
This was referenced Jan 18, 2019
Merged
Maybe this is related to #234
I don't know why but it seems that it will not be working when using HEX color codes. 🤔 |
BcRikko
added a commit
that referenced
this issue
Jan 29, 2019
borders does not working on firefox fix #250
Merged
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug was founded by @juanpablolvl99. I tested it myself and it is happening.
Describe the bug
Pixelated borders are not working in Mozilla Firefox in the
develop
branch.To Reproduce
Steps to reproduce the behavior:
npm install
;npm run build
;npm run storybook
;is-success
, oris-warning
oris-error
;Expected behavior
The borders are pixelated and when I click an option it changes the color.
Screenshots
Environment:
Suggestion(s) for fixing this issue
Maybe the
border-image
property does not work in Firefox?Additional context
In master this is not happening in any of the browsers.
The text was updated successfully, but these errors were encountered: