fix(routes/patches): misleading interaction feedback

This commit is contained in:
PalmDevs
2024-06-06 23:05:20 +07:00
parent 6dc7ff2cac
commit c54c69b5ac

View File

@@ -167,14 +167,6 @@
background-color: var(--grey-six); background-color: var(--grey-six);
padding: 1.25rem; padding: 1.25rem;
border-radius: 12px; border-radius: 12px;
&:active {
filter: brightness(1.15);
}
&:hover {
background-color: var(--grey-one);
}
} }
.title { .title {
@@ -199,14 +191,18 @@
.expanded { .expanded {
cursor: pointer; cursor: pointer;
&:hover {
background-color: var(--grey-one);
}
&:active {
filter: brightness(1.15);
}
} }
.option { .option {
padding: 1rem; padding: 1rem;
&:hover {
background-color: var(--grey-two);
}
} }
/* thanks piknik */ /* thanks piknik */