Skip to content

Commit 8caa964

Browse files
authored
fix invert
1 parent 3f22dd7 commit 8caa964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jira-dark-gray.user.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ regexp(".*.atlassian.net/secure.*") {
242242
}
243243

244244
a[href^="/issues/?jql=labels"] {
245-
filter: invert();
245+
filter: invert(1);
246246
}
247247

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

251251
}
252252

0 commit comments

Comments
 (0)