ok/cancel button fix

This commit is contained in:
Kris 2019-01-31 14:20:27 -05:00
parent 3d394a6144
commit 0dfcbdeb54
1 changed files with 6 additions and 2 deletions

View File

@ -73,7 +73,9 @@ button {
&.ok {
background: $success;
color: $secondary;
.d-icon {
color: currentColor;
}
@include hover {
background: lighten($success, 10%);
color: $secondary;
@ -83,7 +85,9 @@ button {
&.cancel {
background: $danger;
color: $secondary;
.d-icon {
color: currentColor;
}
@include hover {
background: lighten($danger, 10%);
color: $secondary;