You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
820 B
52 lines
820 B
@use '../mastodon/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; |
|
} |
|
|
|
.report-dialog-modal__textarea::placeholder { |
|
color: $inverted-text-color; |
|
} |
|
|
|
.link-button:disabled { |
|
cursor: not-allowed; |
|
|
|
&:hover, |
|
&:focus, |
|
&:active { |
|
text-decoration: none !important; |
|
} |
|
}
|
|
|