Skip to content

Commit

Permalink
Fixes #2 Add background color to collapsed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado authored Sep 8, 2020
1 parent c579cf9 commit b08f454
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ section div[data-test-id="platform-board-kit.common.ui.column-header.header.colu
}

[data-test-id="issue.views.issue-details.issue-layout.left-most-column"],
#jira-issue-header,
[data-test-id="issue.views.issue-details.issue-layout.right-most-column"],
.sc-hMapFE.hDMqWg
.sc-hMapFE.hDMqWg,
.css-4rxc6l,
#jira-issue-header
{
background-color: #222;
}
Expand Down

0 comments on commit b08f454

Please sign in to comment.