mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-12 03:51:39 +00:00
41 lines
591 B
SCSS
41 lines
591 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.link-button:disabled {
|
|
cursor: not-allowed;
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active {
|
|
text-decoration: none !important;
|
|
}
|
|
}
|