fix: Apply disabled style to card content instead of wrapper

This commit is contained in:
Maksim Eltyshev
2025-05-24 13:01:07 +02:00
parent 4049b4c396
commit 71e2c5d8df
2 changed files with 19 additions and 13 deletions
@@ -43,6 +43,11 @@
}
}
.contentDisabled {
filter: saturate(0.5);
opacity: 0.64;
}
.wrapper {
background: #fff;
border-radius: 3px;
@@ -59,11 +64,6 @@
}
}
.wrapperDisabled {
filter: saturate(0.5);
opacity: 0.64;
}
.wrapperRecent:not(:hover) {
overflow: hidden;