1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

Fix design atrocity

Summary: So bad.

Test Plan: Reload notification search page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18047
This commit is contained in:
Chad Little 2017-05-30 14:27:04 -07:00
parent 88c5c02e72
commit 87c59c0867

View file

@ -85,12 +85,12 @@ final class PhabricatorNotificationSearchEngine
$viewer = $this->requireViewer(); $viewer = $this->requireViewer();
$image = id(new PHUIIconView()) $image = id(new PHUIIconView())
->setIcon('fa-eye-slash'); ->setIcon('fa-bell-o');
$button = id(new PHUIButtonView()) $button = id(new PHUIButtonView())
->setTag('a') ->setTag('a')
->addSigil('workflow') ->addSigil('workflow')
->setColor(PHUIButtonView::SIMPLE) ->setColor(PHUIButtonView::GREY)
->setIcon($image) ->setIcon($image)
->setText(pht('Mark All Read')); ->setText(pht('Mark All Read'));