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