File size: 612 Bytes
a15e7fd
 
 
 
 
 
 
a3b2589
 
a15e7fd
 
 
 
 
 
a3b2589
 
a15e7fd
 
 
 
a3b2589
 
a15e7fd
 
a3b2589
b35b6d0
a15e7fd
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.stage-tag {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    background: rgba(9,30,66,0.08);
    margin: 0 0.1rem;
    font-size: 0.7rem;
}

select[multiple] {
    min-width: 120px;
    height: auto;
    padding: 0.25rem;
    border-radius: 4px;
    border: 1px solid var(--jira-border);
}

select[multiple] option {
    padding: 0.25rem 0.5rem;
    margin: 0.1rem 0;
    border-radius: 3px;
}

select[multiple] option:hover {
    background: rgba(9,30,66,0.08);
}

select[multiple] option:checked {
    background: #DEEBFF;
    color: var(--jira-blue);
    font-weight: 500;
}