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

Failed to parse the rule '.xd::-moz-focus-inner{border:none}'. #104

Closed
stereobooster opened this issue Jun 5, 2019 · 0 comments · May be fixed by #105
Closed

Failed to parse the rule '.xd::-moz-focus-inner{border:none}'. #104

stereobooster opened this issue Jun 5, 2019 · 0 comments · May be fixed by #105

Comments

@stereobooster
Copy link

stereobooster commented Jun 5, 2019

I know this is rare edge case. I'm trying to remove outline in FireFox. This code

  "::-moz-focus-inner": {
    border: "none"
  },

works in FireFox, but fails in Chrome. Maybe simple try/catch would work?

Without style:
Screenshot 2019-06-05 at 18 53 50

With style
Screenshot 2019-06-05 at 18 54 03

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 a pull request may close this issue.

1 participant