Change condensed summary hover to an underline
This commit is contained in:
parent
892737d1d8
commit
3153830005
@ -1000,7 +1000,6 @@ background on hover (unless active) */
|
|||||||
#chat .condensed-summary .content {
|
#chat .condensed-summary .content {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: opacity 0.2s;
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
@ -1012,11 +1011,7 @@ background on hover (unless active) */
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat .condensed-summary .content:hover {
|
#chat .condensed-summary .content:hover {
|
||||||
opacity: 0.6;
|
text-decoration: underline;
|
||||||
}
|
|
||||||
|
|
||||||
#chat .condensed-summary .toggle-button:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .condensed.closed .msg {
|
#chat .condensed.closed .msg {
|
||||||
|
Loading…
Reference in New Issue
Block a user