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 {
|
.icon {
|
||||||
@include color-svg('/images/down.svg', white);
|
@include color-svg('/images/down.svg', white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:hover {
|
||||||
|
background-color: #1472bd;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -230,11 +230,15 @@ $text-dark: #CCCCCC;
|
||||||
.icon:hover {
|
.icon:hover {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.new-messages {
|
&.new-messages {
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
.icon {
|
.icon {
|
||||||
@include color-svg('/images/down.svg', white);
|
@include color-svg('/images/down.svg', white);
|
||||||
}
|
}
|
||||||
|
:hover {
|
||||||
|
background-color: #1472bd;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue