Skip to content

Commit

Permalink
Merge pull request #3 from aalvarado/hotfix/2-collapsed-bg-color
Browse files Browse the repository at this point in the history
Fixes #2 Add background color to collapsed sidebar
  • Loading branch information
aalvarado authored Sep 8, 2020
2 parents c579cf9 + b08f454 commit b767775
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 b767775

Please sign in to comment.