fix(auth-files): keep disabled card actions visible

This commit is contained in:
Supra4E8C
2026-05-03 01:10:29 +08:00
Unverified
parent 9f7c471d57
commit 126f7fa929
+15 -1
View File
@@ -690,7 +690,21 @@
}
.fileCardDisabled {
opacity: 0.72;
background-color: color-mix(in srgb, var(--bg-primary) 78%, var(--bg-secondary));
border-color: color-mix(in srgb, var(--border-color) 62%, transparent);
.providerAvatar,
.cardHeaderContent,
.cardMeta,
.healthStatusMessage,
.cardInsights {
opacity: 0.72;
}
.cardSelection,
.cardActions {
opacity: 1;
}
&:hover {
transform: none;