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

Getting in Browser console "Unknown property ‘-moz-border-radius-bottomright’. Declaration dropped" #504

Closed
epugh opened this issue Jul 31, 2021 · 3 comments

Comments

@epugh
Copy link
Contributor

epugh commented Jul 31, 2021

I believe that in more recent versions of Firefox, we don't need these variations that are browser specific.

Here is what is in my Developer Console. I am on version 2.3.2 as well.

Unknown property ‘-moz-border-radius-bottomright’.  Declaration dropped. includes.css:237:40
Elements matching selector: .profiler-results.profiler-top.profiler-left.profiler-no-controls .profiler-totals, .profiler-results.profiler-top.profiler-left.profiler-no-controls .profiler-result:last-child .profiler-button, .profiler-results.profiler-top.profiler-left .profiler-controls
NodeList [ div.profiler-button.profiler-totals, div.profiler-button ]

Am I the only one who gets these warnings? Is it specific to rack-mini-profiler or is it maybe something in my Rails app integration of this gem?

@SamSaffron
Copy link
Member

Oh ... -moz-border-radius` is such a dinosaur of a property. Feel free to send through a PR to drop it.

@epugh
Copy link
Contributor Author

epugh commented Aug 2, 2021

Please see #505 for a PR that does this!

@nateberkopec
Copy link
Collaborator

Closed by #505

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

No branches or pull requests

3 participants