Making JIRA Cloud's status indicators more visible and other small improvements.
KC Jira Improvements by mcassic
Details
Authormcassic
LicenseOpen Source
CategoryAgile Process
Created
Updated
Size593 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name KitCheck Jira Improvements
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adding visual improvements and workflow visualizations to Jira.
@author Michael Cassic
==/UserStyle== */
@-moz-document domain("atlassian.net") {
.ghx-issue {
overflow: hidden;
}
.ghx-issue .ghx-grabber {
left: -1px;
top: 0px;
bottom: 0px;
width: 6px;
}
.ghx-backlog-card .ghx-grabber {
left: -1px;
top: 0px;
bottom: 0px;
width: 6px;
}
}