kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
LineAwesome: fix "close" icon
rodzic
f4f262a20f
commit
db4a0d33c8
|
@ -68,7 +68,7 @@ class UnapprovedAccount extends ImmutablePureComponent {
|
|||
</div>
|
||||
<div className='unapproved-account__actions'>
|
||||
<IconButton icon='check' size={22} onClick={this.handleApprove} />
|
||||
<IconButton icon='close' size={22} onClick={this.handleReject} />
|
||||
<IconButton icon='times' size={22} onClick={this.handleReject} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -117,7 +117,7 @@ class ChatWindow extends ImmutablePureComponent {
|
|||
@{getAcct(account, displayFqn)}
|
||||
</button>
|
||||
<div className='pane__close'>
|
||||
<IconButton icon='close' title='Close chat' onClick={this.handleChatClose(chat.get('id'))} />
|
||||
<IconButton icon='times' title='Close chat' onClick={this.handleChatClose(chat.get('id'))} />
|
||||
</div>
|
||||
</div>
|
||||
<div className='pane__content'>
|
||||
|
|
|
@ -135,7 +135,7 @@ class InstanceRestrictions extends ImmutablePureComponent {
|
|||
if (remoteInstance.getIn(['federation', 'reject']) === true) {
|
||||
return (
|
||||
<div className='instance-restrictions__message'>
|
||||
<Icon id='close' />
|
||||
<Icon id='times' />
|
||||
<FormattedMessage
|
||||
id='remote_instance.federation_panel.restricted_message'
|
||||
defaultMessage='{siteTitle} blocks all activities from {host}.'
|
||||
|
|
|
@ -89,7 +89,7 @@ class RemoteTimeline extends React.PureComponent {
|
|||
<HomeColumnHeader activeItem='fediverse' active={hasUnread} />
|
||||
<PinnedHostsPicker host={instance} />
|
||||
{!pinned && <div className='timeline-filter-message'>
|
||||
<IconButton icon='close' onClick={this.handleCloseClick} />
|
||||
<IconButton icon='times' onClick={this.handleCloseClick} />
|
||||
<FormattedMessage
|
||||
id='remote_timeline.filter_message'
|
||||
defaultMessage='You are viewing the timeline of {instance}.'
|
||||
|
|
|
@ -47,7 +47,7 @@ class ScheduledStatusActionBar extends ImmutablePureComponent {
|
|||
<IconButton
|
||||
title={intl.formatMessage(messages.cancel)}
|
||||
text={intl.formatMessage(messages.cancel)}
|
||||
icon='close'
|
||||
icon='times'
|
||||
onClick={this.handleCancelClick}
|
||||
/>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue