Finess for the add / edit groups forms. Is now pixel-perfect to mockup specs.

Added all post-function icon sprites to the app.
Remove FA icon from the form and used bg sprite for upload button.
Will match all other post / composer / widget ui buttons eventually.
This commit is contained in:
Dank Gabs
2019-07-25 00:27:58 -04:00
parent c1bf87b666
commit 493634aee5
4 changed files with 32 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ class Create extends React.PureComponent {
</div>
<div>
<label htmlFor='group_cover_image' className={classNames('group-form__file-label', { 'group-form__file-label--selected': coverImage !== null })}>
<Icon id='camera' /> {intl.formatMessage(coverImage === null ? messages.coverImage : messages.coverImageChange)}
{intl.formatMessage(coverImage === null ? messages.coverImage : messages.coverImageChange)}
</label>
<input
type='file'