You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When nodes border isn't the same for all edges getComputedStyle returns empty value for shorthand property border. It make sense because border property does allow setting only one style of border for all edges.
When nodes border isn't the same for all edges
getComputedStyle
returns empty value for shorthand propertyborder
. It make sense becauseborder
property does allow setting only one style of border for all edges.Workaround needed.
https://developer.mozilla.org/en-US/docs/Web/CSS/border
The text was updated successfully, but these errors were encountered: