MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

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

Closed epugh closed 1 year ago

epugh commented 3 years ago

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 commented 3 years ago

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

epugh commented 3 years ago

Please see #505 for a PR that does this!

nateberkopec commented 1 year ago

Closed by #505