1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

Merge pull request #1354 from primer/tobiasahlin/update-docs-to-not-use-btn-outline-blue

Don't use btn-outline-blue in docs
This commit is contained in:
simurai 2021-04-26 19:23:21 +09:00 committed by GitHub
commit a80aeda179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ Use `.btn-large` with a type scale utility to transform the text to a bigger siz
```html live
<div class="f3">
<button class="btn btn-large btn-outline-blue mr-2" type="button">Large button button</button>
<button class="btn btn-large btn-outline mr-2" type="button">Large button button</button>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
</div>
```