forked from open-hand/agile-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.less
35 lines (35 loc) · 1 KB
/
index.less
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
33
34
35
.c7n-page-issue-detail {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
.c7n-pro-table {
border: none;
}
.c7n-pro-table-content {
table {
thead {
border: none;
line-height: .18rem;
.c7n-pro-table-cell-inner {
color: rgba(0, 0, 0, 0.87);
}
.c7n-pro-table-cell {
background: none;
}
}
tbody {
.c7n-pro-output {
color: rgba(0, 0, 0, 0.65);
}
.c7n-pro-table-cell {
border: none;
}
.c7n-pro-checkbox:disabled +.c7n-pro-checkbox-inner {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5 !important;
border-color: rgba(0, 0, 0, 0.25) !important;
}
}
}
}
}