2019-02-01 00:15:38 +01:00
|
|
|
.status__content a,
|
2022-11-04 02:28:14 +01:00
|
|
|
.reply-indicator__content a,
|
2024-01-25 16:41:31 +01:00
|
|
|
.edit-indicator__content a,
|
|
|
|
.link-footer a,
|
2023-07-08 00:12:31 +02:00
|
|
|
.status__content__read-more-button,
|
|
|
|
.status__content__translate-button {
|
2019-02-01 00:15:38 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
|
2022-11-04 02:28:14 +01:00
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2019-02-01 00:15:38 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-11-04 02:28:14 +01:00
|
|
|
&.mention {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2019-02-01 00:15:38 +01:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2022-11-04 02:28:14 +01:00
|
|
|
span {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-02-01 00:15:38 +01:00
|
|
|
}
|
|
|
|
}
|
2022-11-04 02:28:14 +01:00
|
|
|
}
|
2019-02-01 00:15:38 +01:00
|
|
|
|
2024-01-25 16:41:31 +01:00
|
|
|
.status__content a,
|
|
|
|
.reply-indicator__content a,
|
|
|
|
.edit-indicator__content a {
|
2022-11-04 02:28:14 +01:00
|
|
|
color: $highlight-text-color;
|
|
|
|
}
|
2019-02-01 00:15:38 +01:00
|
|
|
|
2022-11-04 02:28:14 +01:00
|
|
|
.nothing-here {
|
|
|
|
color: $darker-text-color;
|
2019-02-01 00:15:38 +01:00
|
|
|
}
|
|
|
|
|
2024-01-25 16:41:31 +01:00
|
|
|
.report-dialog-modal__textarea::placeholder {
|
2022-11-04 02:28:14 +01:00
|
|
|
color: $inverted-text-color;
|
|
|
|
}
|
2019-02-01 00:15:38 +01:00
|
|
|
|
2022-11-04 02:28:14 +01:00
|
|
|
.link-button:disabled {
|
|
|
|
cursor: not-allowed;
|
2019-02-01 00:15:38 +01:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2022-11-04 02:28:14 +01:00
|
|
|
text-decoration: none !important;
|
2019-02-01 00:15:38 +01:00
|
|
|
}
|
|
|
|
}
|