When inspecting the elements with block style here, CDT shows the height property as dimmed: http://s.codepen.io/WhitneyLand/debug/zGpZbN
The docs say dimmed means inherited property that is not affecting the element, however clearly the height value is inherited, but is affecting the element.
So, how are we supposed to trace the source of a style like this using CDT?
/* full example http://s.codepen.io/WhitneyLand/debug/zGpZbN */
<div class="block block-fixed">
aaa
</div>