Commit df6a8f7d authored by Gijs Boddeus's avatar Gijs Boddeus Committed by GitHub
Browse files

revert 1db5082c

parent 48676f0e
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,15 +4,15 @@
// and disabled options for all buttons
@mixin button-variant($background, $border, $active-background: darken($background, 7.5%), $active-border: darken($border, 10%)) {
color: color-yiq($background);
background-color: $background;
border-color: $border;
color: color-yiq($background);
@include box-shadow($btn-box-shadow);
@include hover {
color: color-yiq($active-background);
background-color: $active-background;
border-color: $active-border;
color: color-yiq($active-background);
}
&:focus,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment