Skip to content

Commit

Permalink
Remove deprecated button group styles & documentation [#164339716]
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
Kenny Wang authored and reidmit committed Mar 1, 2019
1 parent 03fff48 commit 4072318
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 96 deletions.
35 changes: 0 additions & 35 deletions docs/components/button-group.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/css/button-group/button_group.scss

This file was deleted.

6 changes: 0 additions & 6 deletions src/css/button-group/index.js

This file was deleted.

1 change: 0 additions & 1 deletion src/css/dropdowns/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require('../common');
require('../buttons');
require('../button-group');
require('../forms');
require('../links');
try {
Expand Down
4 changes: 0 additions & 4 deletions src/css/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,4 @@
margin-left: $base-unit;
margin-bottom: 0;
}

.pui-btn-group .pui-btn + .pui-btn {
margin-left: -1px;
}
}

0 comments on commit 4072318

Please sign in to comment.