Relax inline channel style

This commit is contained in:
Pavel Djundik 2016-03-06 00:20:45 +02:00
parent 46c2eabac2
commit 2ed9c5d522

View file

@ -716,11 +716,11 @@ button,
word-wrap: break-word;
}
#chat .msg .inline-channel {
.inline-channel {
cursor: pointer;
}
#chat .msg .inline-channel:hover {
.inline-channel:hover {
opacity: .6;
}