Strikethrough completed/resolved Jira issues
Strikethrough completed/resolved Jira issues by mishanya-git
Details
Authormishanya-git
LicenseNo License
Categoryhttps://jira.era.nih.gov
Created
Updated
Code size595 B
Code checksum1b864c7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Strikethrough completed/resolved Jira issues
@version 20250326.14.26
@namespace ?
@description Strikethrough completed/resolved Jira issues
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://jira.era.nih.gov/"), url-prefix("https://confluence.era.nih.gov/") {
/* General strikethrough for issues with status Done or Resolved */
.ghx-issue[data-tooltip*="Done"] .ghx-summary .ghx-inner,
.ghx-issue[data-tooltip*="Resolved"] .ghx-summary .ghx-inner {
text-decoration: line-through !important;
opacity: 0.6 !important;
}
}