Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13962282
D18047.id43404.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
737 B
Referenced Files
None
Subscribers
None
D18047.id43404.diff
View Options
diff --git a/src/applications/notification/query/PhabricatorNotificationSearchEngine.php b/src/applications/notification/query/PhabricatorNotificationSearchEngine.php
--- a/src/applications/notification/query/PhabricatorNotificationSearchEngine.php
+++ b/src/applications/notification/query/PhabricatorNotificationSearchEngine.php
@@ -85,12 +85,12 @@
$viewer = $this->requireViewer();
$image = id(new PHUIIconView())
- ->setIcon('fa-eye-slash');
+ ->setIcon('fa-bell-o');
$button = id(new PHUIButtonView())
->setTag('a')
->addSigil('workflow')
- ->setColor(PHUIButtonView::SIMPLE)
+ ->setColor(PHUIButtonView::GREY)
->setIcon($image)
->setText(pht('Mark All Read'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 16, 9:13 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716897
Default Alt Text
D18047.id43404.diff (737 B)
Attached To
Mode
D18047: Fix design atrocity
Attached
Detach File
Event Timeline
Log In to Comment