When highlighting selectors matching multiple elements, each of the elements has been highlighted separately. Now the style is applied to the union rect of all elements. The border and styles properties are both applied, giving more flexibility when highlighting elements. border now also allows overriding the individual properties of the default settings, e.g. using "outline-offset": "6px".
When highlighting selectors matching multiple elements, each of the elements has been highlighted separately. Now the style is applied to the union rect of all elements. The
border
andstyles
properties are both applied, giving more flexibility when highlighting elements.border
now also allows overriding the individual properties of the default settings, e.g. using"outline-offset": "6px"
.