The Stream isn't collapsible, it shouldn't respond like a button

This commit is contained in:
Jason Zimdars
2025-10-03 14:28:22 -05:00
parent eeacf5e0c2
commit cf3e9b4aa3
+4 -5
View File
@@ -199,12 +199,11 @@
inline-size: 100%;
margin-block-end: calc(-0.5 * var(--cards-gap));
justify-content: center;
}
&:hover,
&:has(~ .cards__expander-menu:hover) {
background-color: var(--column-color);
filter: none;
}
.cards:is(.cards--considering) &:hover {
cursor: unset;
filter: none;
}
}