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
The initial value of border-color is currentColor, which matches the text.
We recently added a border-area value to background-clip which allows authors to create interesting image borders. They almost always need to set border-color: transparent together with this value.
Should we make the initial value of border-color automatically compute to transparent when border-area is present in background-clip?