Skip to content

Commit

Permalink
fix invert
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado authored Feb 2, 2022
1 parent 3f22dd7 commit 8caa964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ regexp(".*.atlassian.net/secure.*") {
}

a[href^="/issues/?jql=labels"] {
filter: invert();
filter: invert(1);
}

[data-test-id="issue.views.field.select.common.select-inline-edit.components"] [role="presentation"] a {
filter: invert();
filter: invert(1);

}

Expand Down

0 comments on commit 8caa964

Please sign in to comment.