Merge pull request #2790 from thelounge/xpaw/more-caret-underlnie

Add hover underline on preview expand button
This commit is contained in:
Jérémie Astori 2018-09-22 01:37:03 -04:00 committed by GitHub
commit 2054c5cf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1487,6 +1487,10 @@ background on hover (unless active) */
flex-shrink: 0;
}
#chat .toggle-content .more:hover {
text-decoration: underline;
}
#chat .toggle-content .more::after {
content: " " attr(aria-label);
}