Hover-effect for new messages
This commit is contained in:
parent
6f0de2cd72
commit
235ac03775
2 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue