More webapp changes+fixes
This commit is contained in:
@@ -67,15 +67,28 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// Clickable row
|
||||
// Clickable row with anchor link for proper middle-click support
|
||||
.clickable-row {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
}
|
||||
|
||||
td:has(> a.cell-link) {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
a.cell-link {
|
||||
display: block;
|
||||
padding: 8px;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
// Status colors
|
||||
.status-confirmed {
|
||||
color: #52c41a;
|
||||
@@ -150,3 +163,7 @@ nz-card {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
white-space: pre;
|
||||
}
|
||||
Reference in New Issue
Block a user