mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Remove unused call to phui-text
Summary: I can't find any reference to these used. Fixes T10244 Test Plan: Grep for "phui-text" and "PHUI::TEXT" Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10244 Differential Revision: https://secure.phabricator.com/D15142
This commit is contained in:
parent
8c3f355a95
commit
41262150df
2 changed files with 0 additions and 15 deletions
|
@ -23,7 +23,6 @@ final class PHUIDiffTableOfContentsListView extends AphrontView {
|
||||||
public function render() {
|
public function render() {
|
||||||
$this->requireResource('differential-core-view-css');
|
$this->requireResource('differential-core-view-css');
|
||||||
$this->requireResource('differential-table-of-contents-css');
|
$this->requireResource('differential-table-of-contents-css');
|
||||||
$this->requireResource('phui-text-css');
|
|
||||||
|
|
||||||
Javelin::initBehavior('phabricator-tooltips');
|
Javelin::initBehavior('phabricator-tooltips');
|
||||||
|
|
||||||
|
|
|
@ -42,18 +42,4 @@ final class PHUI extends Phobject {
|
||||||
const PADDING_MEDIUM_TOP = 'pmt';
|
const PADDING_MEDIUM_TOP = 'pmt';
|
||||||
const PADDING_LARGE_TOP = 'plt';
|
const PADDING_LARGE_TOP = 'plt';
|
||||||
|
|
||||||
const TEXT_BOLD = 'phui-text-bold';
|
|
||||||
const TEXT_UPPERCASE = 'phui-text-uppercase';
|
|
||||||
const TEXT_STRIKE = 'phui-text-strike';
|
|
||||||
|
|
||||||
const TEXT_RED = 'phui-text-red';
|
|
||||||
const TEXT_ORANGE = 'phui-text-orange';
|
|
||||||
const TEXT_YELLOW = 'phui-text-yellow';
|
|
||||||
const TEXT_GREEN = 'phui-text-green';
|
|
||||||
const TEXT_BLUE = 'phui-text-blue';
|
|
||||||
const TEXT_INDIGO = 'phui-text-indigo';
|
|
||||||
const TEXT_VIOLET = 'phui-text-violet';
|
|
||||||
const TEXT_WHITE = 'phui-text-white';
|
|
||||||
const TEXT_BLACK = 'phui-text-black';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue