mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
fix(auth-files): keep disabled card actions visible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user