Big fan of Firebug, thanks to the devs for all these years of great work.

One feature I could really use is a way to remove some CSS from the panel 
display.

For example, CSS I'm working on often inherits a reset, debug border box, 
or some other wide-matching rule like this:


*, *::before, *::after {
box-sizing: inherit;
}
*, *::before, *::after {
box-sizing: inherit;
}

That takes up a significant portion of the Firebug display (the way I like 
to arrange it).  If I could remove those from displaying, I could see the 
CSS that actually matters.

Is that an interesting feature request?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/d6e24ad1-4e7b-4d99-8cf7-c82438de9e3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to