mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-26 10:08:52 -05:00
21 lines
392 B
CSS
21 lines
392 B
CSS
.vc-hide-message-accessory {
|
|
margin-top: 4px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.vc-hide-message-accessory svg {
|
|
margin-right: 4px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
.vc-hide-message-reveal {
|
|
all: unset;
|
|
cursor: pointer;
|
|
color: var(--text-link);
|
|
}
|
|
|
|
.vc-hide-message-reveal:is(:hover, :focus) {
|
|
text-decoration: underline;
|
|
}
|