Improve stock list restore and item-level refresh feedback
This commit is contained in:
+19
-1
@@ -723,7 +723,10 @@ button.legend-card:focus-visible {
|
||||
|
||||
.grouped-stock-summary-meta {
|
||||
align-items: center;
|
||||
row-gap: 0.35rem;
|
||||
align-content: flex-start;
|
||||
column-gap: 0.95rem;
|
||||
row-gap: 0.08rem;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.grouped-stock-summary-status {
|
||||
@@ -887,6 +890,21 @@ button.legend-card:focus-visible {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.stock-item-link-disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.55;
|
||||
}
|
||||
|
||||
.stock-item-refresh-indicator {
|
||||
color: rgba(31, 39, 64, 0.78) !important;
|
||||
font-weight: 600;
|
||||
margin-top: 0.15rem;
|
||||
}
|
||||
|
||||
.stock-item-refreshing {
|
||||
opacity: 0.94;
|
||||
}
|
||||
|
||||
.grouped-stock-mark-gone {
|
||||
padding: 0.2rem 0.55rem;
|
||||
line-height: 1.2;
|
||||
|
||||
Reference in New Issue
Block a user