Steps to reproduce
- Open Firebug
- Switch to the CSS panel
- Select issue5000.html from the Location Menu
-
Right-click on the rule with the selector
#element1
There should be an option Delete "#element1"
- Click the Delete "#element1" option
Expected result
- The rule is removed from the CSS panel
- The CSS of the rule is not affecting the style of the
<div>
above (#element1
) anymore