mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Clean up Herald CSS
Summary: I didn't test these very well and they looked silly when multiple rules applied. Test Plan: Test various cases more, with single and multiple triggers. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15419
This commit is contained in:
parent
fd9de5d6ec
commit
8175f524e6
2 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ return array(
|
||||||
'rsrc/css/application/flag/flag.css' => '5337623f',
|
'rsrc/css/application/flag/flag.css' => '5337623f',
|
||||||
'rsrc/css/application/harbormaster/harbormaster.css' => '834879db',
|
'rsrc/css/application/harbormaster/harbormaster.css' => '834879db',
|
||||||
'rsrc/css/application/herald/herald-test.css' => 'a52e323e',
|
'rsrc/css/application/herald/herald-test.css' => 'a52e323e',
|
||||||
'rsrc/css/application/herald/herald.css' => '46596280',
|
'rsrc/css/application/herald/herald.css' => 'dc31f6e9',
|
||||||
'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5',
|
'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5',
|
||||||
'rsrc/css/application/maniphest/report.css' => '9b9580b7',
|
'rsrc/css/application/maniphest/report.css' => '9b9580b7',
|
||||||
'rsrc/css/application/maniphest/task-edit.css' => 'fda62a9b',
|
'rsrc/css/application/maniphest/task-edit.css' => 'fda62a9b',
|
||||||
|
@ -561,7 +561,7 @@ return array(
|
||||||
'font-lato' => 'c7ccd872',
|
'font-lato' => 'c7ccd872',
|
||||||
'global-drag-and-drop-css' => '5c1b47c2',
|
'global-drag-and-drop-css' => '5c1b47c2',
|
||||||
'harbormaster-css' => '834879db',
|
'harbormaster-css' => '834879db',
|
||||||
'herald-css' => '46596280',
|
'herald-css' => 'dc31f6e9',
|
||||||
'herald-rule-editor' => '746ca158',
|
'herald-rule-editor' => '746ca158',
|
||||||
'herald-test-css' => 'a52e323e',
|
'herald-test-css' => 'a52e323e',
|
||||||
'inline-comment-summary-css' => '51efda3a',
|
'inline-comment-summary-css' => '51efda3a',
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
.herald-list-description {
|
.herald-list-description {
|
||||||
color: {$bluetext};
|
color: {$bluetext};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 8px 0;
|
padding: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.herald-list-icon {
|
.herald-list-icon {
|
||||||
|
@ -52,6 +52,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.herald-list-item {
|
.herald-list-item {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 4px;
|
||||||
color: {$darkbluetext};
|
color: {$darkbluetext};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue