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;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue