Page MenuHomePhabricator

D14131.id34134.diff
No OneTemporary

D14131.id34134.diff

diff --git a/src/view/phui/PHUIPropertyListView.php b/src/view/phui/PHUIPropertyListView.php
--- a/src/view/phui/PHUIPropertyListView.php
+++ b/src/view/phui/PHUIPropertyListView.php
@@ -10,8 +10,8 @@
private $classes = array();
private $stacked;
- const ICON_SUMMARY = 'fa-align-left bluegrey';
- const ICON_TESTPLAN = 'fa-file-text-o bluegrey';
+ const ICON_SUMMARY = 'fa-align-left';
+ const ICON_TESTPLAN = 'fa-file-text-o';
protected function canAppendChild() {
return false;
@@ -247,7 +247,7 @@
$name = $part['name'];
if ($part['icon']) {
$icon = id(new PHUIIconView())
- ->setIconFont($part['icon']);
+ ->setIconFont($part['icon'].' bluegrey');
$name = phutil_tag(
'span',
array(

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 5, 12:10 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7732407
Default Alt Text
D14131.id34134.diff (766 B)

Event Timeline