Skip to content

Commit

Permalink
Merge branch 'master' into filterable-multiselect-onclose
Browse files Browse the repository at this point in the history
  • Loading branch information
bstncartwright authored Nov 30, 2020
2 parents 64e64c2 + 86b40e2 commit 85fd9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -14143,6 +14143,7 @@ Button styles
}

&:active {
color: $inverse-01;
background-color: $active-tertiary;
border-color: transparent;
}
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
}

&:active {
color: $inverse-01;
background-color: $active-tertiary;
border-color: transparent;
}
Expand Down

0 comments on commit 85fd9cf

Please sign in to comment.