feat(FN-3995): add GitHub tracking disclosure to task detail modal
Added GitHub tracking disclosure UI and behavior to the TaskDetailModal with corresponding tests and documentation updates (FN-3995). Fusion-Task-Id: FN-3995
This commit is contained in:
@@ -449,12 +449,17 @@
|
||||
padding: var(--space-sm) var(--space-md);
|
||||
}
|
||||
|
||||
.detail-github-tracking-grid {
|
||||
.detail-github-tracking-content {
|
||||
margin-top: var(--space-sm);
|
||||
padding-top: var(--space-sm);
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.detail-github-tracking-grid {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.detail-github-issue-state {
|
||||
font-weight: 600;
|
||||
text-transform: lowercase;
|
||||
|
||||
Reference in New Issue
Block a user