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:
parent
88c5c02e72
commit
87c59c0867
1 changed files with 2 additions and 2 deletions
|
@ -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'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue