Echo 3bfc576a49 [Glitch] Fix SASS deprecation notices
Port 8a3bed1933b7afdaa196639b753f41e743c4491a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-03-27 21:29:33 +01:00

57 lines
859 B
SCSS

@use '../variables' as *;
.status__content a,
.reply-indicator__content a,
.edit-indicator__content a,
.link-footer a,
.status__content__read-more-button,
.status__content__translate-button {
text-decoration: underline;
&:hover,
&:focus,
&:active {
text-decoration: none;
}
&.mention {
text-decoration: none;
span {
text-decoration: underline;
}
&:hover,
&:focus,
&:active {
span {
text-decoration: none;
}
}
}
}
.status__content a,
.reply-indicator__content a,
.edit-indicator__content a {
color: $highlight-text-color;
}
.nothing-here {
color: $darker-text-color;
}
.report-dialog-modal__textarea::placeholder {
color: $inverted-text-color;
}
.link-button:disabled {
cursor: not-allowed;
&:hover,
&:focus,
&:active {
text-decoration: none !important;
}
}