Skip to content

Commit

Permalink
work for the #950
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Sep 11, 2020
1 parent 81aebfe commit 3146ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap-material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
color: var(--inverted-text-color, $inverted-text-color);
background-color: var(--secondary-color, $secondary-color);
border-color: var(--secondary-color, $secondary-color);

&:active:focus {
color: var(--primary-color, $primary-color);
}
}

.btn-secondary {
Expand Down

0 comments on commit 3146ec1

Please sign in to comment.