Skip to content

Commit

Permalink
Merge pull request #992 from pat270/clay-991
Browse files Browse the repository at this point in the history
(#991) Sheet Subtitle with link styled like `.btn` shouldn't be uppercase
  • Loading branch information
jbalsas committed Jun 12, 2018
2 parents 82911ce + 334f06a commit a022a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-css/src/content/sheet.html
Expand Up @@ -46,7 +46,7 @@ <h3 class="sheet-subtitle">
<span class="heading-text">Sheet Subtitle 4 with Autofit Float</span>
</span>
<span class="autofit-col">
<button class="btn btn-secondary btn-sm" type="button">Add</button>
<a class="btn btn-secondary btn-sm" href="#1" role="button">Add</a>
</span>
<span class="autofit-col">
<button class="btn btn-secondary btn-sm" type="button">Remove</button>
Expand Down
5 changes: 5 additions & 0 deletions packages/clay-css/src/scss/components/_sheets.scss
Expand Up @@ -156,6 +156,11 @@ fieldset {
margin-bottom: $sheet-subtitle-heading-text-margin-bottom;
margin-top: $sheet-subtitle-heading-text-margin-top;
}

a,
.btn {
text-transform: none;
}
}

a.sheet-subtitle {
Expand Down

0 comments on commit a022a78

Please sign in to comment.