Skip to content

Commit

Permalink
Merge pull request #1402 from alphagov/revert-1401-revert-1384-remove…
Browse files Browse the repository at this point in the history
…-button-component

Remove button component
  • Loading branch information
andysellick authored May 11, 2018
2 parents 6a0ea98 + f3b8183 commit aa85a3a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 252 deletions.
54 changes: 0 additions & 54 deletions app/assets/stylesheets/govuk-component/_button.scss

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/govuk-component/_component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
@import "breadcrumbs";
@import "related-items";
@import "organisation-logo";
@import "button";
@import "lead-paragraph";
6 changes: 4 additions & 2 deletions app/assets/stylesheets/govuk-component/govspeak/_button.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@import "govuk_publishing_components/components/button";

.govuk-govspeak {
.button {
@extend %pub-c-button;
@extend %gem-c-button;
}

.button-start {
@extend %pub-c-button--start;
@extend %gem-c-button--start;
}
}
29 changes: 0 additions & 29 deletions app/views/govuk_component/button.raw.html.erb

This file was deleted.

62 changes: 0 additions & 62 deletions app/views/govuk_component/docs/button.yml

This file was deleted.

104 changes: 0 additions & 104 deletions test/govuk_component/button_test.rb

This file was deleted.

0 comments on commit aa85a3a

Please sign in to comment.