Paragon Tab button group does not have a right hand radius in most cases:
Currently, the final element in the button-group is always an overflow More tab. When the tab bar container is wide enough to display all tabs, the More tab is hidden.
The :last-child selector is where the right radius gets rendered. Currently, that More tab is getting the last-child selector, even when it's hidden.
Desired behavior
Button groups should have outer radius on the left hand side for the first button-tab, and the right hand side for the last button tab.
Paragon Tab button group does not have a right hand radius in most cases:
Currently, the final element in the button-group is always an overflow
Moretab. When the tab bar container is wide enough to display all tabs, the More tab is hidden.The
:last-childselector is where the right radius gets rendered. Currently, thatMoretab is getting the last-child selector, even when it's hidden.Desired behavior
Button groups should have outer radius on the left hand side for the first button-tab, and the right hand side for the last button tab.