Open
Description
This is an enhancement request.
I find it's very common to have a style that is applied to an element, but is currently being overridden by another style. It's also very common that this overriding is a cause of bugs and I'll typically want to try disabling the overriding to confirm this.
Typically we could do this by adding an !important
to the style (although this won't cover all cases), but I think it'd be ideal if we could right click the style and "force" it (ie, override the other styles that are overriding it).