Skip to content

Commit

Permalink
hover back to light, accent jjust looks off
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 12, 2015
1 parent 84befc9 commit 4357e09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions public/assets/sass/source/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@

&:hover {
background:$color--item-hover;

.wpls--item-title {
color:$input--bg;
}
}

&:hover::last-child {
Expand Down
2 changes: 1 addition & 1 deletion public/assets/sass/source/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $spacing--lg: $spacing * 2;
$color--main: #EAEAEA;
$color--dark: darken($color--main,7);
$color--accent: #5bc0de;
$color--item-hover: $color--accent;
$color--item-hover: $color--dark;
$color--loader: $color--dark;
$color--font: #444;

Expand Down

0 comments on commit 4357e09

Please sign in to comment.