Skip to content

Commit

Permalink
fix(components): button tertiary active (#7349)
Browse files Browse the repository at this point in the history
* fix(components): button tertiary active

* fix(components): button tertiary active for dark theme

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
epodgaetskiy and kodiakhq[bot] committed Nov 30, 2020
1 parent 3f9dfc9 commit 86b40e2
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
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
Expand Up @@ -79,6 +79,7 @@
}

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

0 comments on commit 86b40e2

Please sign in to comment.