Hover-effect for new messages

pull/749/head
Unknown 8 years ago committed by Scott Nonnenberg
parent 6f0de2cd72
commit 235ac03775

@ -744,6 +744,10 @@ li.entry .error-icon-container {
.icon {
@include color-svg('/images/down.svg', white);
}
:hover {
background-color: #1472bd;
}
}
}
}

@ -230,11 +230,15 @@ $text-dark: #CCCCCC;
.icon:hover {
background-color: white;
}
&.new-messages {
background-color: $blue;
.icon {
@include color-svg('/images/down.svg', white);
}
:hover {
background-color: #1472bd;
}
}
}
}

Loading…
Cancel
Save