Change contrast of status links that are not mentions nor hashtags (#11406)
This commit is contained in:
parent
f371b32137
commit
10e78ecf57
2 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,7 @@ export default class StatusContent extends React.PureComponent {
|
|||
link.addEventListener('click', this.onHashtagClick.bind(this, link.text), false);
|
||||
} else {
|
||||
link.setAttribute('title', link.href);
|
||||
link.classList.add('unhandled-link');
|
||||
}
|
||||
|
||||
link.setAttribute('target', '_blank');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue