Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15468389
D14131.id34134.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
766 B
Referenced Files
None
Subscribers
None
D14131.id34134.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14131: Make icon setting in Section Headers easier/consistent
Attached
Detach File
Event Timeline
Log In to Comment