adjust chat-close style

This commit is contained in:
Felix Niklas 2015-10-07 09:56:19 +02:00
parent 0f568e49eb
commit 9c66abb195

View file

@ -6776,11 +6776,16 @@ output {
cursor: pointer;
.icon {
fill: hsl(197,19%,78%);
fill: currentColor;
opacity: 0.5;
}
&:hover {
background: hsl(197,18%,96%);
background: hsl(210,8%,90%);
.icon {
opacity: 1;
}
}
}