Created
March 29, 2023 11:49
-
-
Save povilasbaranovas/5e537347e64bf3e490097da3ebcdfe9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://shift4.atlassian.net/** */ | |
span[data-tooltip="Status: Open"] { | |
font-weight: bold; | |
color:#Af8400 | |
} | |
span[data-tooltip="Status: Req Gathering"] { | |
font-weight: bold; | |
color:#Cd9b00 | |
} | |
span[data-tooltip="Status: Tech Review"] { | |
font-weight: bold; | |
color:#Efb400 | |
} | |
span[data-tooltip="Status: Ready for Research"] { | |
color:#064199 | |
} | |
span[data-tooltip="Status: Ready for Dev"] { | |
color:#064199 | |
} | |
span[data-tooltip="Status: In Development"] { | |
color:#136ef6 | |
} | |
span[data-tooltip="Status: In Code Review"] { | |
color:#71a8fa | |
} | |
span[data-tooltip="Status: Ready For QA"] { | |
color:#006e53 | |
} | |
span[data-tooltip="Status: In QA"] { | |
color:#00bc8e | |
} | |
span[data-tooltip="Status: Need Info"], | |
span[data-tooltip="Status: QA Failed"] { | |
font-weight: 600; | |
color:#Ec0100 | |
} | |
span[data-tooltip="Status: Ready for CCR Creation"] { | |
color:#00be2f | |
} | |
span[data-tooltip="Status: Icebox"] { | |
color:#00be2f | |
} | |
span[data-tooltip="Status: Ready for UAT"] { | |
color:#00be2f | |
} | |
span[data-tooltip="Status: Complete"], | |
span[data-tooltip="Status: Icebox"] { | |
color:#E1e4e6 | |
} | |
.js-issue:has(span[data-tooltip="Status: Complete"]), | |
.js-issue:has(span[data-tooltip="Status: Icebox"]) | |
{ | |
opacity:0.6; | |
} | |
span[data-tooltip="Components: Frontend"], | |
span[data-tooltip="Components: RM"]{ | |
font-weight: bold; | |
text-decoration:#00be2f underline 3px ; | |
} | |
span[data-tooltip="Components: API"], | |
span[data-tooltip="Components: Link2"]{ | |
font-weight: bold; | |
text-decoration:#136ef6 underline 3px ; | |
} | |
/* .ghx-grabber{ | |
width:100%; | |
opacity: 0.05; | |
left:0; | |
top:0; | |
bottom:0; | |
height:100%; | |
} */ | |
.ghx-move-count{ | |
display: none; | |
} | |
.ghx-column{ | |
padding: 4px 8px !important; | |
} | |
/* .ghx-issue{ | |
z-index: 0; | |
padding:5px; | |
padding-left: 13px; | |
position:relative; | |
} */ | |
/* .ghx-issue *:not(.ghx-grabber){ | |
z-index: 0; | |
position: relative; | |
} | |
.ghx-issue .ghx-grabber{ | |
z-index: -1; | |
} */ | |
.ghx-stat-fields > *{ | |
margin:0 !important; | |
} | |
.ghx-issue>section+section{ | |
margin-top:4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment