diff --git a/packages/core/src/components/button/_button-group.scss b/packages/core/src/components/button/_button-group.scss index 6db6b58f9b7..14c688661f9 100644 --- a/packages/core/src/components/button/_button-group.scss +++ b/packages/core/src/components/button/_button-group.scss @@ -142,11 +142,20 @@ Styleguide button-group } &.#{$ns}-outlined { + > .#{$ns}-popover-target > .#{$ns}-button, > .#{$ns}-button { @include pt-button-outlined(); } + &.#{$ns}-vertical { + > .#{$ns}-popover-target:not(:last-child) .#{$ns}-button, + > .#{$ns}-button:not(:last-child) { + border-bottom: none; + } + } + &:not(.#{$ns}-vertical) { + > .#{$ns}-popover-target:not(:last-child) > .#{$ns}-button, > .#{$ns}-button:not(:last-child) { border-right: none; }