Merge pull request #3145 from thelounge/xpaw/condensed-underline
Change condensed summary hover to an underline
This commit is contained in:
commit
56248116a2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user