Fix token CSS
Summary: This got caught in the crossfire when I swapped menus for PHUIIconView.
Test Plan: {F43206}
Reviewers: btrahan, chad
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5919
This commit is contained in:
@@ -4001,7 +4001,7 @@ celerity_register_resource_map(array(
|
|||||||
),
|
),
|
||||||
'tokens-css' =>
|
'tokens-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/1699df7d/rsrc/css/application/tokens/tokens.css',
|
'uri' => '/res/8def7753/rsrc/css/application/tokens/tokens.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -18,3 +18,7 @@ button.token-button {
|
|||||||
.token-grid {
|
.token-grid {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phui-icon-view.sprite-tokens {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user