Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
AUI-1040: Button.hide() does not work when using in a vertical toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredecho2 committed Jan 10, 2017
1 parent e3d740c commit ea89440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/_button-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,6 @@
.btn-group-vertical > .btn-large:last-child {
@include border-radius(0 0 $borderRadiusLarge $borderRadiusLarge);
}
.btn-group-vertical > .btn-hidden {
display: none;
}

0 comments on commit ea89440

Please sign in to comment.