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
feat(segment): colored inverted attached segment should not have a black border
A colored attached segment still remains a black border, which look wrong, espcially when used in non dark backgrounds .
This PR sets the same border color to such segments so the border vanishes (border: none would change the padding, thats why setting the same color to the border just as the background was used to solve this)
Thanks for @brendon for the original suggestion
0 commit comments