Skip to content

Commit

Permalink
Fix indentation in android-dark.scss
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed Jun 9, 2017
1 parent bb1aa14 commit ed56d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stylesheets/android-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,17 +228,17 @@ $text-dark: #CCCCCC;
@include color-svg('/images/down.svg', black);
}
.icon:hover {
background-color: white;
background-color: white;
}

&.new-messages {
background-color: $blue;
.icon {
@include color-svg('/images/down.svg', white);
}
&:hover {
background-color: #1472bd;
}
&:hover {
background-color: #1472bd;
}
}
}
}
Expand Down

0 comments on commit ed56d8c

Please sign in to comment.