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
This is really quite a minor defect, but attached labels don't quite have the same border-radius as the segment they're in; this is from the Semantic docs:
Easier to see with a brighter colour; an orange corner attached label inside an orange segment.
Be nice if that little flash of white gap wasn't there so it looked all nicely integrated :)
The text was updated successfully, but these errors were encountered:
Although the labels match the border radius of outside segment. I think this is a math thing with radius of the "inside" of the border vs "outside" (since these are offset from edge of border).
Pretty sure I can solve this by reducing border radius by a pixel.
I've reduced the border radius of inner label corners which should make this appear closer to correct. This is still an approximation since the border radius does not match.
This is really quite a minor defect, but attached labels don't quite have the same
border-radius
as the segment they're in; this is from the Semantic docs:Easier to see with a brighter colour; an orange corner attached label inside an orange segment.
Be nice if that little flash of white gap wasn't there so it looked all nicely integrated :)
The text was updated successfully, but these errors were encountered: