Last active
May 12, 2020 13:33
-
-
Save luchaninov/ee2333dd640a9cf5956fd6cc6ce9caac 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
/* | |
* JIRA Compact for Stylus 1.0 (2020-04-27) | |
* https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne | |
*/ | |
/* BOARD */ | |
/* hide epic from card */ .aui-lozenge {display: none} | |
/* bolder epic */ #ghx-pool > div.ghx-swimlane > div {background-color: #faf5ec; font-weight: bold} | |
/* remove background */ .adg3 .ghx-columns .ghx-column {background: none} .ghx-issue {background: #eef6fd; padding:7px} | |
/* small issue height */ .ghx-issue > section + section, .ghx-issue .ghx-stat-fields > .ghx-row {margin-top: 0} | |
/* compact fields */ .ghx-row {float: left; margin-right: 10px} .ghx-extra-fields {float:right}.ghx-extra-fields, .ghx-stat-fields {opacity: 0.7} | |
/* ISSUE */ | |
/* hide trash buttons and blocks */ | |
div[class^="Grid"] > div[class^="GridColumnElement__GridColumn"] > div > div > div:nth-child(2) > div > div:last-child | |
/* div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:last-child */ | |
{border:1px solid red; display: none} | |
/* force show needed buttons and blocks */ | |
div[data-test-id="issue.views.issue-details.issue-layout.status-and-approval"] button, | |
[data-test-id="issue.views.issue-base.context.context-items.expander.show-more-button.container"], | |
[data-test-id="issue.issue-view.views.common.issue-line-card.issue-line-card-view.summary"] button, | |
div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:nth-child(1), | |
div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:nth-child(2), | |
div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:nth-child(3), | |
div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:nth-child(4), | |
div[data-test-id="issue.views.issue-details.issue-layout.issue-layout"] > div > div > div > div > div> div> div:nth-child(5) | |
{border: 1px solid blue !important; border: 0 none !important; display: flex-block !important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment