Skip to content

Commit

Permalink
Merge pull request #736 from primer/adios-purp
Browse files Browse the repository at this point in the history
Adios purple buttons
  • Loading branch information
shawnbot committed Sep 10, 2019
2 parents b2fb37c + 13616aa commit a4e4fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/components/buttons.md
Expand Up @@ -59,7 +59,7 @@ Use `.btn-large` to increase the padding and border radius of a button. This is

```html live
<p>
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large" type="button">Large button button</button>
</p>
```
Expand All @@ -68,7 +68,7 @@ Use `.btn-large` with a type scale utility to transform the text to a bigger siz

```html live
<p class="f3">
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large btn-outline-blue" type="button">Large button button</button>
</p>
```
Expand Down
2 changes: 0 additions & 2 deletions src/buttons/button.scss
Expand Up @@ -60,8 +60,6 @@

.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); }
.btn-primary { @include btn-solid($text-white, $green-400, $green-500); }
@warn ".btn-purple will be removed in 13.0.0. Please don't make buttons purple.";
.btn-purple { @include btn-solid($text-white, lighten($purple-500, 5%), darken($purple-500, 5%)); }
.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); }
.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); }

Expand Down

0 comments on commit a4e4fda

Please sign in to comment.