mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add hover color to upload files area.
Summary: Adds the hover color to the upload images area on Create Mock. Test Plan: Hover image, get background change. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin, AnhNhan Differential Revision: https://secure.phabricator.com/D5291
This commit is contained in:
parent
b861e0cf86
commit
f9bd2e5c65
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ final class PholioMockEditController extends PholioController {
|
|||
->setValue($files)
|
||||
->setName('file_phids')
|
||||
->setLabel(pht('Images'))
|
||||
->setActivatedClass('aphront-textarea-drag-and-drop')
|
||||
->setError($e_images);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue