The CSS 'background-color:inherit;' doesn't seem to work with IE11.
Given this HTML:
<a style="background-color:#002538;">
<button type="button" style="background-color:inherit;" onclick="alert('Hello world!')">Click Me!
</button>
</a>
In Chrome you end up with this:
But in IE11 you end up with this:
Other CSS properties like 'padding' seem to work fine with inheritance. Is this expected behavior?
Example to try in both Chrome and IE11 to see the difference
IE version 11.418.18362.0