Skip to content

Instantly share code, notes, and snippets.

@agutenkunst
Last active June 14, 2021 12:21
Show Gist options
  • Save agutenkunst/cb771594619cb5684fb8de79c4f516c5 to your computer and use it in GitHub Desktop.
Save agutenkunst/cb771594619cb5684fb8de79c4f516c5 to your computer and use it in GitHub Desktop.
Modify Jira

Extension (can also be installed in Edge)

https://chrome.google.com/webstore/detail/my-style/ljdhjpmbnkbengahefamnhmegbdifhlb

div .ghx-backlog-card .ghx-grabber {
width: 20px;
}

#ghx-header > div
{
display: none;
}

div.ghx-plan-extra-fields.ghx-plan-extra-fields-1.ghx-row 
{
margin-top:7px;
padding-left:5px;
}

span[data-tooltip="Labels: blocked"] {
  color: red;
  font-weight: bold;
}


span[data-tooltip="Labels: None"] {
  visibility: hidden;

}


div.ghx-row.ghx-plan-main-fields {
float:left;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment