This commit is contained in:
Max Lynch
2015-07-20 13:53:30 -05:00
parent 6c5dbbd680
commit e7206e2ae5
2 changed files with 9 additions and 2 deletions

View File

@@ -261,7 +261,8 @@ a[button] {
color: $fg-color;
&.activated {
background-color: rgba(red($fg-color), green($fg-color), blue($fg-color), 0.15);
color: white;
background-color: rgb(red($fg-color), green($fg-color), blue($fg-color));//, 0.15);
}
}
}
@@ -279,7 +280,7 @@ a[button] {
@include button-clear(get-color($color, base));
@include button-outline(get-color($color, base));
@include button-outline(get-color($color, light));
}
}