0
0
Fork 0

Change compose form checkbox to native input with appearance: none (#22949)

This commit is contained in:
Claire 2023-02-20 11:32:27 +01:00 committed by GitHub
parent b65ca7acc9
commit d3b4d4d4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View file

@ -54,8 +54,6 @@ class SensitiveButton extends React.PureComponent {
disabled={disabled}
/>
<span className={classNames('checkbox', { active })} />
<FormattedMessage
id='compose_form.sensitive.hide'
defaultMessage='{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}'