Skip to content

JIRA enlarged swimlane expander by harkairt

Screenshot of JIRA enlarged swimlane expander

Details

Authorharkairt

LicenseNo License

Categoryjira

Created

Updated

Size705 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Do you also hate when you accidentally open the swimlane ticket?
These few styles will make the swimlane chevron toggle bigger, thus more consistent to use.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         JIRA enlarged swimlane expander
@version      20230314.10.45
@namespace    userstyles.world/user/harkairt
@description  Makes the swimlane chevron toggle bigger, thus more consistent to use. Do you also hate when you accidentally open the swimlane ticket?
@author       harkairt
@license      No License
==/UserStyle== */

@-moz-document domain("atlassian.net") {
.ghx-swimlane-header {
    padding: 0 48px !important;
}

.ghx-expander {
    width: 24px !important;
    padding-left: 15px;
    height: 38px;
    margin-left: 4px;
}

.ghx-expander:hover {
    background-color: #E7EEFC;
    border-radius: 100px;
}

.ghx-expander:hover .ghx-iconfont {
    color: #0051CB;
}
}

Reviews

No reviews yet.