mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
fix(routes/patches): misleading interaction feedback
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user