2020-11-25 11:20:40 +00:00
|
|
|
.issue.list {
|
|
|
|
list-style: none;
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
|
|
|
a:not(.label):hover {
|
|
|
|
color: var(--color-primary) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .item {
|
|
|
|
.issue-checkbox {
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-icon svg {
|
|
|
|
margin-right: .75rem;
|
2021-05-05 16:57:59 +00:00
|
|
|
margin-top: 1px;
|
2020-11-25 11:20:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-icons-right > * + * {
|
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-main {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-top-row {
|
|
|
|
max-width: 100%;
|
|
|
|
color: var(--color-text);
|
|
|
|
font-size: 16px;
|
|
|
|
min-width: 0;
|
|
|
|
font-weight: 600;
|
2021-05-05 16:57:59 +00:00
|
|
|
}
|
2020-12-29 23:48:28 +00:00
|
|
|
|
2021-05-05 16:57:59 +00:00
|
|
|
.labels-list {
|
|
|
|
position: relative;
|
|
|
|
top: -1.5px;
|
2020-11-25 11:20:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-bottom-row {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
color: var(--color-text);
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-item-icon-right {
|
|
|
|
min-width: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.assignee {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.assignee img {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
2021-03-30 06:02:41 +00:00
|
|
|
color: var(--color-text-light-2);
|
2020-11-25 11:20:40 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-since,
|
|
|
|
a {
|
|
|
|
margin-left: .25rem;
|
|
|
|
margin-right: .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.waiting,
|
|
|
|
.approvals,
|
|
|
|
.rejects {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checklist {
|
|
|
|
padding-left: 5px;
|
|
|
|
|
2022-05-20 03:04:45 +00:00
|
|
|
progress {
|
2020-11-25 11:20:40 +00:00
|
|
|
margin-left: 2px;
|
|
|
|
width: 80px;
|
|
|
|
height: 6px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 3px;
|
|
|
|
vertical-align: 2px !important;
|
|
|
|
}
|
2022-11-19 04:02:30 +00:00
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
background-color: var(--color-secondary-dark-4);
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
background-color: var(--color-secondary-dark-4);
|
|
|
|
}
|
2020-11-25 11:20:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.conflicting {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.due-date {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2022-07-26 13:42:23 +00:00
|
|
|
a.milestone,
|
|
|
|
a.project {
|
2020-11-25 11:20:40 +00:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.ref {
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: -4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.overdue {
|
|
|
|
color: var(--color-red);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-25 13:33:35 +00:00
|
|
|
.branches {
|
|
|
|
display: inline-flex;
|
2022-08-10 19:23:11 +00:00
|
|
|
padding: 0 4px;
|
2022-05-25 13:33:35 +00:00
|
|
|
|
|
|
|
.branch {
|
|
|
|
background-color: var(--color-secondary);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.truncated-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 10em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-25 11:20:40 +00:00
|
|
|
> .item + .item {
|
|
|
|
border-top: 1px solid var(--color-secondary);
|
|
|
|
}
|
|
|
|
}
|