Add hover underline on preview expand button

This commit is contained in:
Pavel Djundik 2018-09-21 11:05:56 +03:00
parent 4a7be7f954
commit c62665f47b

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);
}