Change condensed summary hover to an underline

This commit is contained in:
Pavel Djundik 2019-03-25 17:08:22 +02:00
parent 892737d1d8
commit 3153830005

View file

@ -1000,7 +1000,6 @@ background on hover (unless active) */
#chat .condensed-summary .content {
display: block;
cursor: pointer;
transition: opacity 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@ -1012,11 +1011,7 @@ background on hover (unless active) */
}
#chat .condensed-summary .content:hover {
opacity: 0.6;
}
#chat .condensed-summary .toggle-button:hover {
opacity: 1;
text-decoration: underline;
}
#chat .condensed.closed .msg {