Add hover underline on preview expand button
This commit is contained in:
parent
4a7be7f954
commit
c62665f47b
@ -1487,6 +1487,10 @@ background on hover (unless active) */
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .toggle-content .more:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .toggle-content .more::after {
|
#chat .toggle-content .more::after {
|
||||||
content: " " attr(aria-label);
|
content: " " attr(aria-label);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user