Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Dec 19, 2017
1 parent 8b062ef commit bf46945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
border-color: $ez-color-base-medium;

&:hover {
background-color: $ez-ground-base-medium-hover;
border-color: $ez-ground-base-medium-hover;
background-color: $ez-color-base-medium-hover;
border-color: $ez-color-base-medium-hover;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $ez-ground-base-pale: #fafafa;
$ez-ground-base-light: #f5f5f5;
$ez-ground-base: #f3f3f3;
$ez-ground-base-medium: #ededed;
$ez-ground-base-medium-hover: darken($ez-color-base-medium, 15%);
$ez-ground-base-dark: #e5e3e3;
$ez-color-base-pale: #dbdbdb;
$ez-color-base-light: #878787;
$ez-color-base-medium: #646464;
$ez-color-base-medium-hover: darken($ez-color-base-medium, 15%);
$ez-color-base-dark: #555;
$ez-black: #333;

Expand Down

0 comments on commit bf46945

Please sign in to comment.