I know this is rare edge case. I'm trying to remove outline in FireFox. This code ```js "::-moz-focus-inner": { border: "none" }, ``` works in FireFox, but fails in Chrome. Maybe simple try/catch would work? Without style: <img width="84" alt="Screenshot 2019-06-05 at 18 53 50" src="https://user-images.githubusercontent.com/179534/58974697-5242e900-87c3-11e9-98d1-4efcca34b409.png"> With style <img width="73" alt="Screenshot 2019-06-05 at 18 54 03" src="https://user-images.githubusercontent.com/179534/58974698-5242e900-87c3-11e9-81f4-48bc94908d15.png">
I know this is rare edge case. I'm trying to remove outline in FireFox. This code
works in FireFox, but fails in Chrome. Maybe simple try/catch would work?
Without style:

With style
