Slight adjustments to status actions
This commit is contained in:
parent
1d0d02f39b
commit
60ca577f9b
|
@ -1924,6 +1924,10 @@ a.card:is(:hover, :focus):visited {
|
||||||
transform-origin: right center;
|
transform-origin: right center;
|
||||||
transition: all 0.15s ease-out 0.3s, border-color 0.3s ease-out;
|
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 {
|
button.plain {
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
|
@ -1975,6 +1979,16 @@ a.card:is(:hover, :focus):visited {
|
||||||
background-color: var(--bg-faded-blur-color);
|
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 {
|
&.open {
|
||||||
button.more-button {
|
button.more-button {
|
||||||
|
|
Loading…
Reference in a new issue