mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): hide recent-export row when no history
This commit is contained in:
@@ -1877,20 +1877,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.row-export-meta {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1px;
|
||||
}
|
||||
|
||||
.row-export-meta-label {
|
||||
font-size: 10px;
|
||||
line-height: 1.2;
|
||||
color: var(--text-tertiary);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.row-export-time {
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
@@ -1900,7 +1886,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row-export-link.state-running + .row-export-meta .row-export-time {
|
||||
.row-export-link.state-running + .row-export-time {
|
||||
color: var(--primary);
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -1911,11 +1897,6 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row-export-link.state-disabled + .row-export-meta .row-export-meta-label,
|
||||
.row-export-link.state-disabled + .row-export-meta .row-export-time {
|
||||
color: var(--text-tertiary);
|
||||
}
|
||||
|
||||
.row-export-link.state-disabled:hover:not(:disabled),
|
||||
.row-export-link.state-disabled:focus-visible {
|
||||
color: var(--text-tertiary);
|
||||
|
||||
Reference in New Issue
Block a user