Slight adjustments to status actions

This commit is contained in:
Lim Chee Aun 2024-02-10 12:01:51 +08:00
parent 1d0d02f39b
commit 60ca577f9b

View file

@ -1924,6 +1924,10 @@ a.card:is(:hover, :focus):visited {
transform-origin: right center;
transition: all 0.15s ease-out 0.3s, border-color 0.3s ease-out;
@media (hover: hover) {
transition: border-color 0.3s ease-out;
}
button.plain {
color: var(--text-insignificant-color);
backdrop-filter: none;
@ -1975,6 +1979,16 @@ a.card:is(:hover, :focus):visited {
background-color: var(--bg-faded-blur-color);
}
}
@media (pointer: fine) and (hover: hover) {
.status:has(&):hover {
/* background-color: var(--bg-faded-blur-color); */
background-image: linear-gradient(
-140deg,
var(--bg-faded-color),
transparent 75%
);
}
}
&.open {
button.more-button {